From: Michał Górny Date: Sat, 23 May 2020 09:40:05 +0000 (+0200) Subject: sci-libs/Fiona: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf069f689f7eefa42fccada7c1f2c7811c654231;p=gentoo.git sci-libs/Fiona: Remove last-rited pkg Closes: https://bugs.gentoo.org/718498 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index 7264ea472c2b..ba48a72cb6e0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -523,11 +523,6 @@ mail-filter/pyzor # Removal in 30 days. Bug #718530. sys-boot/raspberrypi-mkimage -# Michał Górny (2020-04-19) -# Unmaintained. Stuck on Python 3.6. Some releases behind. -# Removal in 30 days. Bug #718498. -sci-libs/Fiona - # Michał Górny (2020-04-19) # Unmaintained. Stuck on Python 3.6. Needs version bump. # Removal in 30 days. Bug #718458. diff --git a/profiles/updates/1Q-2015 b/profiles/updates/1Q-2015 index 9a0514d76812..25811ee168da 100644 --- a/profiles/updates/1Q-2015 +++ b/profiles/updates/1Q-2015 @@ -1,5 +1,3 @@ -slotmove sci-libs/Fiona 1.1 0 -slotmove sci-libs/Fiona 1.4 0 slotmove sys-firmware/iwl3160-ucode 0 7 slotmove sys-firmware/iwl3160-ucode 1 8 slotmove sys-firmware/iwl3160-ucode 2 9 diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild deleted file mode 100644 index 738754fc605a..000000000000 --- a/sci-libs/Fiona/Fiona-1.7.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="OGR's neat, nimble, no-nonsense API" -HOMEPAGE="https://pypi.org/project/Fiona/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=sci-libs/gdal-1.8 - dev-python/click[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/cligj[${PYTHON_USEDEP}] - dev-python/munch[${PYTHON_USEDEP}] - dev-python/click-plugins[${PYTHON_USEDEP}] - )" - -PATCHES=( "${FILESDIR}"/scriptname-${PV}.patch ) - -python_test() { - esetup.py test -} diff --git a/sci-libs/Fiona/Fiona-9999.ebuild b/sci-libs/Fiona/Fiona-9999.ebuild deleted file mode 100644 index b8c6c34d180c..000000000000 --- a/sci-libs/Fiona/Fiona-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="OGR's neat, nimble, no-nonsense API" -HOMEPAGE="https://pypi.org/project/Fiona/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=sci-libs/gdal-1.8 - dev-python/click[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -PATCHES=( "${FILESDIR}"/scriptname.patch ) - -python_test() { - esetup.py test -} diff --git a/sci-libs/Fiona/Manifest b/sci-libs/Fiona/Manifest deleted file mode 100644 index 3a12db34e6cf..000000000000 --- a/sci-libs/Fiona/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Fiona-1.7.6.tar.gz 641013 BLAKE2B f8cadfaad300306f2d6c5f306d842366807c23db59e96309911f05608a956bb088700da88b9a22e27af0af3decc396b1fe66815007945a39aa193c31c4769155 SHA512 a988772cd8d9cf7ee6862b87c91d18d5caf78f81c35c018e815dfb0000502a0768d9ce6c580a8ef9a9a652c64c4b6027685d597766f851563a70db07db0de4f3 diff --git a/sci-libs/Fiona/files/scriptname-1.7.6.patch b/sci-libs/Fiona/files/scriptname-1.7.6.patch deleted file mode 100644 index 410caf39da55..000000000000 --- a/sci-libs/Fiona/files/scriptname-1.7.6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2017-05-30 10:51:33.369935784 +0200 -+++ setup.py 2017-05-30 10:51:45.793269042 +0200 -@@ -251,7 +251,7 @@ - packages=['fiona', 'fiona.fio'], - entry_points=''' - [console_scripts] -- fio=fiona.fio.main:main_group -+ Fiona=fiona.fio.main:main_group - - [fiona.fio_commands] - bounds=fiona.fio.bounds:bounds diff --git a/sci-libs/Fiona/files/scriptname.patch b/sci-libs/Fiona/files/scriptname.patch deleted file mode 100644 index 227e644f0759..000000000000 --- a/sci-libs/Fiona/files/scriptname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2015-03-27 21:34:22.790592037 +0100 -+++ setup.py 2015-03-27 21:34:54.247259049 +0100 -@@ -150,7 +150,7 @@ - packages=['fiona', 'fiona.fio'], - entry_points=''' - [console_scripts] -- fio=fiona.fio.fio:cli -+ Fiona=fiona.fio.fio:cli - ''', - install_requires=requirements, - tests_require=['nose'], diff --git a/sci-libs/Fiona/metadata.xml b/sci-libs/Fiona/metadata.xml deleted file mode 100644 index 51838a08fe1f..000000000000 --- a/sci-libs/Fiona/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - Fiona - -