dev-python/pyproj: Drop 1.9.5.1-r1
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 12 Mar 2020 15:24:26 +0000 (16:24 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 12 Mar 2020 15:41:59 +0000 (16:41 +0100)
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/pyproj/Manifest
dev-python/pyproj/pyproj-1.9.5.1-r1.ebuild [deleted file]

index acff27f5e6daa39d6408e366b65111ada405569c..294e1a01904dfc09aa28ff8251959bea3cdfeed2 100644 (file)
@@ -1,2 +1 @@
-DIST pyproj-1.9.5.1.tar.gz 4424543 BLAKE2B cdf954ec0fe794f354b246fcd5afeac01b796f84cc2456efce3e289fcfb12074d7352c9fa7e9d74356199135dfa9814c07da9379f85771dbb7130b8b9b7ecc34 SHA512 b0e0f85be01a3399cb41c4bf29d1a63ecb519fd45d6092a3558060d93c715afafd12f7532c8665839225ad7243e739a117677f6747bf34a0ccbde5e75c85f324
 DIST pyproj-2.4.2.tar.gz 463252 BLAKE2B aa80ee3052f42f0d49d02b1dfa3d1790e02fe6aa4092319ff8e827b0a341cff2cb4779891f74919c2b14781d841b3662154882b5f218a22b55ad79397f3eb4a7 SHA512 20f0a742ea5699a6d7a621e93157512478de69ba740bb7b0df46b6d5668f6db93b07e1fc0bf4d089362275ea8edddf3100a972a533ed8b6a0bc56a04a20d4ef9
diff --git a/dev-python/pyproj/pyproj-1.9.5.1-r1.ebuild b/dev-python/pyproj/pyproj-1.9.5.1-r1.ebuild
deleted file mode 100644 (file)
index f4d3b9f..0000000
+++ /dev/null
@@ -1,33 +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 flag-o-matic
-
-DESCRIPTION="Python interface to PROJ.4 library"
-HOMEPAGE="https://github.com/jswhit/pyproj"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       append-cflags -fno-strict-aliasing
-}
-
-python_test() {
-       "${EPYTHON}" unittest/test.py || die
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/. )
-       distutils-r1_python_install_all
-}