From 0cac73c502890e66da0c08dbb68c3be7862b6118 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 10 May 2017 10:48:46 -0400 Subject: dev-python/dnspython: adjust blockers Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62 --- dev-python/dnspython/dnspython-1.12.0-r200.ebuild | 3 +- dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 1 - dev-python/dnspython/dnspython-1.15.0-r1.ebuild | 40 +++++++++++++++++++++++ dev-python/dnspython/dnspython-1.15.0.ebuild | 38 --------------------- 4 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 dev-python/dnspython/dnspython-1.15.0-r1.ebuild delete mode 100644 dev-python/dnspython/dnspython-1.15.0.ebuild (limited to 'dev-python/dnspython') diff --git a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild index cb9bc6ec9884..2e61d8d91ba7 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,6 @@ IUSE="examples test" RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] !dev-python/dnspython:0" DEPEND="${RDEPEND} - !dev-python/dnspython:0 app-arch/unzip" # For testsuite diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild index 94c410b6eaa8..a327618e6d53 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild @@ -22,7 +22,6 @@ IUSE="examples test" RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}] !dev-python/dnspython:0" DEPEND="${RDEPEND} - !dev-python/dnspython:0 app-arch/unzip" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/dnspython/dnspython-1.15.0-r1.ebuild b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild new file mode 100644 index 000000000000..fb991e706a5d --- /dev/null +++ b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="DNS toolkit for Python" +HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="ISC" +SLOT="0" +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:py2 + !dev-python/dnspython:py3" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + 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() { + distutils-r1_python_install_all + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi +} diff --git a/dev-python/dnspython/dnspython-1.15.0.ebuild b/dev-python/dnspython/dnspython-1.15.0.ebuild deleted file mode 100644 index eb1c37219f62..000000000000 --- a/dev-python/dnspython/dnspython-1.15.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="ISC" -SLOT="0" -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}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - 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() { - distutils-r1_python_install_all - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} -- cgit v1.2.3-65-gdbad