mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/Fiona: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718498 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -523,11 +523,6 @@ mail-filter/pyzor
|
||||
# Removal in 30 days. Bug #718530.
|
||||
sys-boot/raspberrypi-mkimage
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2020-04-19)
|
||||
# Unmaintained. Stuck on Python 3.6. Some releases behind.
|
||||
# Removal in 30 days. Bug #718498.
|
||||
sci-libs/Fiona
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2020-04-19)
|
||||
# Unmaintained. Stuck on Python 3.6. Needs version bump.
|
||||
# Removal in 30 days. Bug #718458.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
DIST Fiona-1.7.6.tar.gz 641013 BLAKE2B f8cadfaad300306f2d6c5f306d842366807c23db59e96309911f05608a956bb088700da88b9a22e27af0af3decc396b1fe66815007945a39aa193c31c4769155 SHA512 a988772cd8d9cf7ee6862b87c91d18d5caf78f81c35c018e815dfb0000502a0768d9ce6c580a8ef9a9a652c64c4b6027685d597766f851563a70db07db0de4f3
|
||||
@@ -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
|
||||
@@ -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'],
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="pypi">Fiona</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user