Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/, profiles/updates/, sci-libs/Fiona/files/, profiles/
Date: Sat, 23 May 2020 09:42:22
Message-Id: 1590226815.bf069f689f7eefa42fccada7c1f2c7811c654231.mgorny@gentoo
1 commit: bf069f689f7eefa42fccada7c1f2c7811c654231
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:40:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:40:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf069f68
7
8 sci-libs/Fiona: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718498
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 ----
14 profiles/updates/1Q-2015 | 2 --
15 sci-libs/Fiona/Fiona-1.7.6.ebuild | 38 -----------------------------
16 sci-libs/Fiona/Fiona-9999.ebuild | 36 ---------------------------
17 sci-libs/Fiona/Manifest | 1 -
18 sci-libs/Fiona/files/scriptname-1.7.6.patch | 11 ---------
19 sci-libs/Fiona/files/scriptname.patch | 11 ---------
20 sci-libs/Fiona/metadata.xml | 8 ------
21 8 files changed, 112 deletions(-)
22
23 diff --git a/profiles/package.mask b/profiles/package.mask
24 index 7264ea472c2..ba48a72cb6e 100644
25 --- a/profiles/package.mask
26 +++ b/profiles/package.mask
27 @@ -523,11 +523,6 @@ mail-filter/pyzor
28 # Removal in 30 days. Bug #718530.
29 sys-boot/raspberrypi-mkimage
30
31 -# Michał Górny <mgorny@g.o> (2020-04-19)
32 -# Unmaintained. Stuck on Python 3.6. Some releases behind.
33 -# Removal in 30 days. Bug #718498.
34 -sci-libs/Fiona
35 -
36 # Michał Górny <mgorny@g.o> (2020-04-19)
37 # Unmaintained. Stuck on Python 3.6. Needs version bump.
38 # Removal in 30 days. Bug #718458.
39
40 diff --git a/profiles/updates/1Q-2015 b/profiles/updates/1Q-2015
41 index 9a0514d7681..25811ee168d 100644
42 --- a/profiles/updates/1Q-2015
43 +++ b/profiles/updates/1Q-2015
44 @@ -1,5 +1,3 @@
45 -slotmove sci-libs/Fiona 1.1 0
46 -slotmove sci-libs/Fiona 1.4 0
47 slotmove sys-firmware/iwl3160-ucode 0 7
48 slotmove sys-firmware/iwl3160-ucode 1 8
49 slotmove sys-firmware/iwl3160-ucode 2 9
50
51 diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild
52 deleted file mode 100644
53 index 738754fc605..00000000000
54 --- a/sci-libs/Fiona/Fiona-1.7.6.ebuild
55 +++ /dev/null
56 @@ -1,38 +0,0 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI="5"
61 -
62 -PYTHON_COMPAT=( python3_6 )
63 -
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="OGR's neat, nimble, no-nonsense API"
67 -HOMEPAGE="https://pypi.org/project/Fiona/"
68 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="BSD"
71 -SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 -IUSE="test"
74 -RESTRICT="!test? ( test )"
75 -
76 -RDEPEND="
77 - >=sci-libs/gdal-1.8
78 - dev-python/click[${PYTHON_USEDEP}]"
79 -DEPEND="${RDEPEND}
80 - dev-python/setuptools[${PYTHON_USEDEP}]
81 - dev-python/six[${PYTHON_USEDEP}]
82 - test? (
83 - dev-python/nose[${PYTHON_USEDEP}]
84 - dev-python/pytest[${PYTHON_USEDEP}]
85 - dev-python/cligj[${PYTHON_USEDEP}]
86 - dev-python/munch[${PYTHON_USEDEP}]
87 - dev-python/click-plugins[${PYTHON_USEDEP}]
88 - )"
89 -
90 -PATCHES=( "${FILESDIR}"/scriptname-${PV}.patch )
91 -
92 -python_test() {
93 - esetup.py test
94 -}
95
96 diff --git a/sci-libs/Fiona/Fiona-9999.ebuild b/sci-libs/Fiona/Fiona-9999.ebuild
97 deleted file mode 100644
98 index b8c6c34d180..00000000000
99 --- a/sci-libs/Fiona/Fiona-9999.ebuild
100 +++ /dev/null
101 @@ -1,36 +0,0 @@
102 -# Copyright 1999-2020 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI="5"
106 -
107 -PYTHON_COMPAT=( python3_6 )
108 -
109 -inherit distutils-r1 git-r3
110 -
111 -DESCRIPTION="OGR's neat, nimble, no-nonsense API"
112 -HOMEPAGE="https://pypi.org/project/Fiona/"
113 -SRC_URI=""
114 -EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git"
115 -
116 -LICENSE="BSD"
117 -SLOT="0"
118 -KEYWORDS=""
119 -IUSE="test"
120 -RESTRICT="!test? ( test )"
121 -
122 -RDEPEND="
123 - >=sci-libs/gdal-1.8
124 - dev-python/click[${PYTHON_USEDEP}]"
125 -DEPEND="${RDEPEND}
126 - dev-python/setuptools[${PYTHON_USEDEP}]
127 - dev-python/six[${PYTHON_USEDEP}]
128 - test? (
129 - dev-python/nose[${PYTHON_USEDEP}]
130 - dev-python/pytest[${PYTHON_USEDEP}]
131 - )"
132 -
133 -PATCHES=( "${FILESDIR}"/scriptname.patch )
134 -
135 -python_test() {
136 - esetup.py test
137 -}
138
139 diff --git a/sci-libs/Fiona/Manifest b/sci-libs/Fiona/Manifest
140 deleted file mode 100644
141 index 3a12db34e6c..00000000000
142 --- a/sci-libs/Fiona/Manifest
143 +++ /dev/null
144 @@ -1 +0,0 @@
145 -DIST Fiona-1.7.6.tar.gz 641013 BLAKE2B f8cadfaad300306f2d6c5f306d842366807c23db59e96309911f05608a956bb088700da88b9a22e27af0af3decc396b1fe66815007945a39aa193c31c4769155 SHA512 a988772cd8d9cf7ee6862b87c91d18d5caf78f81c35c018e815dfb0000502a0768d9ce6c580a8ef9a9a652c64c4b6027685d597766f851563a70db07db0de4f3
146
147 diff --git a/sci-libs/Fiona/files/scriptname-1.7.6.patch b/sci-libs/Fiona/files/scriptname-1.7.6.patch
148 deleted file mode 100644
149 index 410caf39da5..00000000000
150 --- a/sci-libs/Fiona/files/scriptname-1.7.6.patch
151 +++ /dev/null
152 @@ -1,11 +0,0 @@
153 ---- setup.py.orig 2017-05-30 10:51:33.369935784 +0200
154 -+++ setup.py 2017-05-30 10:51:45.793269042 +0200
155 -@@ -251,7 +251,7 @@
156 - packages=['fiona', 'fiona.fio'],
157 - entry_points='''
158 - [console_scripts]
159 -- fio=fiona.fio.main:main_group
160 -+ Fiona=fiona.fio.main:main_group
161 -
162 - [fiona.fio_commands]
163 - bounds=fiona.fio.bounds:bounds
164
165 diff --git a/sci-libs/Fiona/files/scriptname.patch b/sci-libs/Fiona/files/scriptname.patch
166 deleted file mode 100644
167 index 227e644f075..00000000000
168 --- a/sci-libs/Fiona/files/scriptname.patch
169 +++ /dev/null
170 @@ -1,11 +0,0 @@
171 ---- setup.py.orig 2015-03-27 21:34:22.790592037 +0100
172 -+++ setup.py 2015-03-27 21:34:54.247259049 +0100
173 -@@ -150,7 +150,7 @@
174 - packages=['fiona', 'fiona.fio'],
175 - entry_points='''
176 - [console_scripts]
177 -- fio=fiona.fio.fio:cli
178 -+ Fiona=fiona.fio.fio:cli
179 - ''',
180 - install_requires=requirements,
181 - tests_require=['nose'],
182
183 diff --git a/sci-libs/Fiona/metadata.xml b/sci-libs/Fiona/metadata.xml
184 deleted file mode 100644
185 index 51838a08fe1..00000000000
186 --- a/sci-libs/Fiona/metadata.xml
187 +++ /dev/null
188 @@ -1,8 +0,0 @@
189 -<?xml version="1.0" encoding="UTF-8"?>
190 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
191 -<pkgmetadata>
192 - <!-- maintainer-needed -->
193 - <upstream>
194 - <remote-id type="pypi">Fiona</remote-id>
195 - </upstream>
196 -</pkgmetadata>