commit:     2deac77bba3e9cda379b731a90f6161e79d8158b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 11:18:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 11:18:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2deac77b

dev-python/owslib: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/owslib/Manifest                |  1 -
 dev-python/owslib/owslib-0.16.0-r1.ebuild | 42 -------------------------------
 dev-python/owslib/owslib-0.17.1.ebuild    | 42 -------------------------------
 3 files changed, 85 deletions(-)

diff --git a/dev-python/owslib/Manifest b/dev-python/owslib/Manifest
index 4bedfbb537e..3a2e91c33f7 100644
--- a/dev-python/owslib/Manifest
+++ b/dev-python/owslib/Manifest
@@ -1,2 +1 @@
-DIST owslib-0.16.0.tar.gz 658145 BLAKE2B 
8e32de48192579f10515771c1682b1d1319deb8195ff9c0f9168ea82bb30bbc8bcf7c457c794a79b1121d40f3f544624f0a9789b0f6f36632c6457f396fa78c9
 SHA512 
a468352dfdb62bea1e6189efcc198237cb909051e51782abb15093e328ca7d3d379e88d0466e42c39ce9bc201a3be828a779193666bf9befe8d501355aaddbf4
 DIST owslib-0.17.1.tar.gz 898961 BLAKE2B 
e48b10a0bd9dc1e85588b8007261c47f9f754af9eeb7292d4a3fd9ce017309efbe0fc9951a42470a6938194e5903b12ffe286b140d906e1d281f5a2f739540ce
 SHA512 
0772f7698d1d5c6989419a455e8b6d97b0fc9f04a48275b1179f5bcc0fe782620721e840969281941b0f0a3616d8220916090256bb177eff1b2a4df0e02e2caa

diff --git a/dev-python/owslib/owslib-0.16.0-r1.ebuild 
b/dev-python/owslib/owslib-0.16.0-r1.ebuild
deleted file mode 100644
index 0828c3fb1a1..00000000000
--- a/dev-python/owslib/owslib-0.16.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Library for client programming with Open Geospatial Consortium 
web service"
-HOMEPAGE="https://geopython.github.io/OWSLib";
-SRC_URI="https://github.com/geopython/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/pyproj[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       || (
-               dev-python/elementtree[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-       )
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pillow[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-"
-
-RESTRICT="test" # tests require WAN access
-
-S="${WORKDIR}/OWSLib-${PV}"
-
-python_test() {
-       "${EPYTHON}" "${S}/setup.py" test || die
-}

diff --git a/dev-python/owslib/owslib-0.17.1.ebuild 
b/dev-python/owslib/owslib-0.17.1.ebuild
deleted file mode 100644
index 4d741c95859..00000000000
--- a/dev-python/owslib/owslib-0.17.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Library for client programming with Open Geospatial Consortium 
web service"
-HOMEPAGE="https://geopython.github.io/OWSLib";
-SRC_URI="https://github.com/geopython/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/pyproj[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       || (
-               dev-python/elementtree[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-       )
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pillow[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-"
-
-RESTRICT="test" # tests require WAN access
-
-S="${WORKDIR}/OWSLib-${PV}"
-
-python_test() {
-       "${EPYTHON}" "${S}/setup.py" test || die
-}

Reply via email to