diff options
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/Manifest | 4 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r200.ebuild | 36 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 41 |
3 files changed, 0 insertions, 81 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index 9c18d895fdbd..6bd81a944bcb 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,7 +1,3 @@ -DIST dnspython-1.12.0.tar.gz 135164 BLAKE2B ff2a49188dd5b9ab510f3b1cd99d3f409286431bc17bd4ddb23e84c696ddc2a652c662505176539254b7854b10c5f83335a0c3c42aa9b21a788c4d432a7a565f SHA512 583d069ed7ee9b20f16a964023fa0300f15032c27de6d084205f73394f19a2d5bb1641ef95b08a8ddf1f622eeb5fa8cbfa62b8a2ee478a49b0dff0995e4ae42e DIST dnspython-1.15.0.zip 252157 BLAKE2B 6766c1e69bc4225b08f3b1b3871fac2aba7ae707de5f16718798ce4d6846308500c5341f9ace1b48d3858ffc965a7295ee42cc2c35ff23ac38d71927dcaecfe9 SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1 -DIST dnspython3-1.12.0.zip 226945 BLAKE2B 1bad6df7d62481d52407146c8ee33fab9dad47ed52ae43855ec11fe347588a2d8b251deed4527ab9b2291cb5aa23e8d508e5e7af0ca89686b2c7dedc2b7684fc SHA512 02c61eb91c2e872f2c8fa0e09b88d593a067130b5ac3ea6eabd0abec413ecb6d3b7d5472ca502334f4c441af249511109006ae6a7b41d36ba1db3e777971b3ae -EBUILD dnspython-1.12.0-r200.ebuild 929 BLAKE2B 7632727291ead63ed7aa5f623b0947d05ac77f16263699715008c3d1b5aaaef0555c2f7fc00f259cd965765a125ce8b60cc57785dbcbbcd3cdc3865b2c27f07b SHA512 6e1dfa45457da3a4a0876b8756f9454b9944be41dcce64ee0a0c699399010dcf7f5683083753c160caf74cf5fba0bd929552c471d6e45cf4f9b35bad60a6a92e -EBUILD dnspython-1.12.0-r301.ebuild 998 BLAKE2B 6f83b0f8db03f325c34bc816d593cf16f1cdc82a8a1b5e9d0b82f5fda4a2014dff5801752a066d5f7c6a4cfc9586cb4190ebc78dcd85d808d2c7f8db8454e1bf SHA512 5fadff98f9dcb3f690aa3d32b9a3f8402c7c42cb3806de4fa7bed39f8b895eb9aeabd0f44110147ef11e9f64601ec27bb2ab76aa6dc37287fdf5b4a9de935345 EBUILD dnspython-1.15.0-r1.ebuild 1038 BLAKE2B 34246ce27ccb8019def59c51a27578e7260191f1b8d1bf2bf26b9573d0c5b54d4420e45bc30c59133b0f153dac6650cc508e4db6151472ab45b331e8cd627776 SHA512 83b4c3118a567e7ae6cbdb67184312688cf0443c15e8af0575d19d604c59a760d7ddedd42e4a9ff81918dd4224b03a88982705679951f0d37839518f7a571e2b MISC metadata.xml 1458 BLAKE2B 9a04546a3cb62f7ed6a72a8416e7f38aca15733a444970e84fe0134d0097eca4ae8fab9433f66196539de66a4b6b92103a4531f9248cf508a2e0f4d16c85c172 SHA512 40c86234936ba4f0c01a98266e74d49a80a8a48d4761b887ec84fe3ff9b534e7b6daf3c317d299b1333132a6025e49abf63884e7d6d0634c876dc74b470e0a7d diff --git a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild deleted file mode 100644 index 2e61d8d91ba7..000000000000 --- a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" -SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="py2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="examples test" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] - !dev-python/dnspython:0" -DEPEND="${RDEPEND} - app-arch/unzip" - -# For testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - cd tests || die - "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}" - einfo "Testsuite passed under ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild deleted file mode 100644 index a327618e6d53..000000000000 --- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit distutils-r1 - -MY_PN="${PN}3" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" -SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip" - -LICENSE="ISC" -SLOT="py3" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="examples test" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] - !dev-python/dnspython:0" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${MY_P}" - -# For testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - cd tests || die - "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}" - einfo "Testsuite passed under ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} |