commit:     10f1e97a40ca31c93376679068d5bcbacbc4958e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 16:02:07 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 20:22:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f1e97a

dev-python/hyperlink: Drop 17.1.1, 17.3.1, 18.0.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/hyperlink/Manifest                |  3 ---
 dev-python/hyperlink/hyperlink-17.1.1.ebuild | 32 ----------------------------
 dev-python/hyperlink/hyperlink-17.3.1.ebuild | 32 ----------------------------
 dev-python/hyperlink/hyperlink-18.0.0.ebuild | 30 --------------------------
 4 files changed, 97 deletions(-)

diff --git a/dev-python/hyperlink/Manifest b/dev-python/hyperlink/Manifest
index 3782b7f812f..ed40bc847e4 100644
--- a/dev-python/hyperlink/Manifest
+++ b/dev-python/hyperlink/Manifest
@@ -1,4 +1 @@
-DIST hyperlink-17.1.1.tar.gz 23067 BLAKE2B 
8bf1e61c6ba72c1cef4a9df62168b513004ae8ef2d4fcc13a1984bfdbf174c6175e2bcd241396c97d4e07dd06999718c217b27432fdf36d632b34c2b97bcb1b6
 SHA512 
13b20fd54c6bb5d7de3c9a04133fdd848413d1308d9944a2288c76d5f8b9bb0c54401ca5ed53460112209806407497526f2e68a92d119656eb58a9a618e9b708
-DIST hyperlink-17.3.1.tar.gz 91359 BLAKE2B 
46ca9ddf54b8e5cd68cd5dd821b7a0ea2b218f0ba6d4072c7448433c6bf63891fb59999358c5efa605d21e28ab6e39a87cb84b1e3c8e2e8fce24892acf2eb679
 SHA512 
c0c9d99a530c938b1d1e97b8344c5a0fb18f894c8b0b294cc8ae6aa6a550a5a0272cc6be7a913d371f3ce3dd8695b7ed239999f3ae5e8ce97e3693625ae761bb
-DIST hyperlink-18.0.0.tar.gz 97625 BLAKE2B 
d189445c7375657614c38db9045d96789b78a2d4ebe67e23b897a450588fbe1e3916707bb67916eb893e93a716125e606ff8be27e63f3db4e63b8bda1436fa59
 SHA512 
21b5f88f7aaa3f2b0b60566fdb0fefdf6d42866060606dac181c8e3d357c76a5c23fa5dc982812af2b7d49dc1f9d623bd5bea89bf2cf31916c855bc4ae85589d
 DIST hyperlink-19.0.0.tar.gz 99099 BLAKE2B 
1213bbc404ebf04f178e3f8b986c343f64cd6a75202942d1cfaeab640d1523388beaafcd2662f414c9fb1eb87f746f3edeb5b5e395b9fc0acb7e82697f45f7a2
 SHA512 
5d5723bc0bd0c381edd3a9ef7bab3ba9ad4252027d5a4afa61e6cfff3e5b8457994b6dd36ecc356e638d41f797fe3367a3010249e0e77bee6e9e94336c1e7c2e

diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild 
b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
deleted file mode 100644
index c371206436b..00000000000
--- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
-
-inherit distutils-r1
-
-DESCRIPTION="A featureful, correct URL for Python"
-HOMEPAGE="https://github.com/python-hyper/hyperlink 
https://pypi.org/project/hyperlink/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
-       )
-"
-
-python_test() {
-       PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-               py.test -v || die
-       cd test
-}

diff --git a/dev-python/hyperlink/hyperlink-17.3.1.ebuild 
b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
deleted file mode 100644
index b0caf3c5809..00000000000
--- a/dev-python/hyperlink/hyperlink-17.3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
-
-inherit distutils-r1
-
-DESCRIPTION="A featureful, correct URL for Python"
-HOMEPAGE="https://github.com/python-hyper/hyperlink 
https://pypi.org/project/hyperlink/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
-       )
-"
-
-python_test() {
-       PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-               py.test -v || die
-       cd test
-}

diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild 
b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
deleted file mode 100644
index b1035c424b3..00000000000
--- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7})
-
-inherit distutils-r1
-
-DESCRIPTION="A featureful, correct URL for Python"
-HOMEPAGE="https://github.com/python-hyper/hyperlink 
https://pypi.org/project/hyperlink/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/idna[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
-       )
-"
-
-python_test() {
-       pytest -vv || die
-}

Reply via email to