* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/
@ 2017-05-30 10:31 Slawek Lis
0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2017-05-30 10:31 UTC (permalink / raw
To: gentoo-commits
commit: 0f917d8fd17d0c71983b479f100288fab86f5bf3
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 10:33:16 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 30 10:34:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f917d8f
sci-libs/Fiona: version bump to 1.7.6
This also fixes bug 620152, and adds support for python 3.5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-libs/Fiona/Fiona-1.7.6.ebuild | 36 ++++++++++++++++++++++++++++++++++++
sci-libs/Fiona/Manifest | 1 +
2 files changed, 37 insertions(+)
diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild
new file mode 100644
index 00000000000..6f4988c809c
--- /dev/null
+++ b/sci-libs/Fiona/Fiona-1.7.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="OGR's neat, nimble, no-nonsense API"
+HOMEPAGE="https://pypi.python.org/pypi/Fiona"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="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}]
+ )"
+
+PATCHES=( "${FILESDIR}"/scriptname-${PV}.patch )
+
+python_test() {
+ esetup.py test
+}
diff --git a/sci-libs/Fiona/Manifest b/sci-libs/Fiona/Manifest
index aaea88699c7..079a203c7b0 100644
--- a/sci-libs/Fiona/Manifest
+++ b/sci-libs/Fiona/Manifest
@@ -1 +1,2 @@
DIST Fiona-1.5.1.tar.gz 1117361 SHA256 2e2469190107dc671b4aa05d5b8bed5c01ffeb9de79525c91129bad76915e095 SHA512 06a2f091138b455355aa24bdd3cace48a3ccbbcb8b680f8009862a9ef3bdc217b68ba4596c51caaa9d09d2fad606a581d50f2fc9f2d0636bfec459e2022546a7 WHIRLPOOL 47d274f1755aa875273f1c8b4ce8949fe9a22b237fff90bdf71aa3ff7a6a4a18ff9016ebe3cdf8b323a2d67fa45b6cb8c8e8bfc20c2c57e01df0aa7cf8733330
+DIST Fiona-1.7.6.tar.gz 641013 SHA256 d0ab7d04556005a6354c4edfd820a4001a4ad7b57332e28f7dd6c4cdab9a0e3c SHA512 a988772cd8d9cf7ee6862b87c91d18d5caf78f81c35c018e815dfb0000502a0768d9ce6c580a8ef9a9a652c64c4b6027685d597766f851563a70db07db0de4f3 WHIRLPOOL 451cad50035918b29576fd865d475249719d426ceae59bffb387422dfc2ffb8e09aa2b634b610e97e266979f5313d7ae6b2ded328012381dfd45dca008e811ed
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/
@ 2017-05-31 7:31 Slawek Lis
0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2017-05-31 7:31 UTC (permalink / raw
To: gentoo-commits
commit: a1ded2076956819b128e2d50cc00180a9ce4fe00
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 07:36:48 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Wed May 31 07:31:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ded207
sci-libs/Fiona: added support for python3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-libs/Fiona/Fiona-1.7.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild
index 6f4988c809c..eb4036a67ed 100644
--- a/sci-libs/Fiona/Fiona-1.7.6.ebuild
+++ b/sci-libs/Fiona/Fiona-1.7.6.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/
@ 2017-06-01 10:27 Slawek Lis
0 siblings, 0 replies; 6+ messages in thread
From: Slawek Lis @ 2017-06-01 10:27 UTC (permalink / raw
To: gentoo-commits
commit: f177719d781bb8e5de783669f62312e88a2f9edc
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 10:30:54 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 10:31:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f177719d
sci-libs/Fiona: added missing dev-python/click-plugins package
This package is needed to complete tests (bug #620152)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-libs/Fiona/Fiona-1.7.6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild
index eb4036a67ed..2b00c823c1b 100644
--- a/sci-libs/Fiona/Fiona-1.7.6.ebuild
+++ b/sci-libs/Fiona/Fiona-1.7.6.ebuild
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
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 )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/
@ 2017-06-15 17:37 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2017-06-15 17:37 UTC (permalink / raw
To: gentoo-commits
commit: b31ba8a36a4fc198b6c649e5d08739d0e03062ce
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 17:30:14 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 17:30:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31ba8a3
sci-libs/Fiona: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sci-libs/Fiona/Fiona-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/Fiona/Fiona-9999.ebuild b/sci-libs/Fiona/Fiona-9999.ebuild
index da38c07609d..a4322b36330 100644
--- a/sci-libs/Fiona/Fiona-9999.ebuild
+++ b/sci-libs/Fiona/Fiona-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/
@ 2020-02-04 15:48 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-04 15:48 UTC (permalink / raw
To: gentoo-commits
commit: a23b95cb07478ae699ed4aa2c901d1bcb144e1b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:43:32 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 15:43:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23b95cb
sci-libs/Fiona: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/Fiona/Fiona-1.7.6.ebuild | 2 +-
sci-libs/Fiona/Fiona-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild
index f31861694fc..738754fc605 100644
--- a/sci-libs/Fiona/Fiona-1.7.6.ebuild
+++ b/sci-libs/Fiona/Fiona-1.7.6.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/sci-libs/Fiona/Fiona-9999.ebuild b/sci-libs/Fiona/Fiona-9999.ebuild
index 9874a5fd275..b8c6c34d180 100644
--- a/sci-libs/Fiona/Fiona-9999.ebuild
+++ b/sci-libs/Fiona/Fiona-9999.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/
@ 2020-02-04 15:48 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-04 15:48 UTC (permalink / raw
To: gentoo-commits
commit: a02c901876acc68c146e30460e6f7eb7682f319e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:43:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 15:43:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02c9018
sci-libs/Fiona: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/Fiona/Fiona-1.5.1.ebuild | 35 -----------------------------------
sci-libs/Fiona/Manifest | 1 -
2 files changed, 36 deletions(-)
diff --git a/sci-libs/Fiona/Fiona-1.5.1.ebuild b/sci-libs/Fiona/Fiona-1.5.1.ebuild
deleted file mode 100644
index c44224221cd..00000000000
--- a/sci-libs/Fiona/Fiona-1.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-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}]
- )"
-
-PATCHES=( "${FILESDIR}"/scriptname.patch )
-
-python_test() {
- esetup.py test
-}
diff --git a/sci-libs/Fiona/Manifest b/sci-libs/Fiona/Manifest
index b388f3cba2a..3a12db34e6c 100644
--- a/sci-libs/Fiona/Manifest
+++ b/sci-libs/Fiona/Manifest
@@ -1,2 +1 @@
-DIST Fiona-1.5.1.tar.gz 1117361 BLAKE2B 4a2ecd9bcf8152c66a167eef58ecd116452118b888a18b9aadc5fa07ba9fe4cfd4b367c422e5176a3b2e7f9b1e146c6940c332c063d52eabd63b02426864af96 SHA512 06a2f091138b455355aa24bdd3cace48a3ccbbcb8b680f8009862a9ef3bdc217b68ba4596c51caaa9d09d2fad606a581d50f2fc9f2d0636bfec459e2022546a7
DIST Fiona-1.7.6.tar.gz 641013 BLAKE2B f8cadfaad300306f2d6c5f306d842366807c23db59e96309911f05608a956bb088700da88b9a22e27af0af3decc396b1fe66815007945a39aa193c31c4769155 SHA512 a988772cd8d9cf7ee6862b87c91d18d5caf78f81c35c018e815dfb0000502a0768d9ce6c580a8ef9a9a652c64c4b6027685d597766f851563a70db07db0de4f3
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-02-04 15:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-31 7:31 [gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/ Slawek Lis
-- strict thread matches above, loose matches on Subject: below --
2020-02-04 15:48 Michał Górny
2020-02-04 15:48 Michał Górny
2017-06-15 17:37 Pacho Ramos
2017-06-01 10:27 Slawek Lis
2017-05-30 10:31 Slawek Lis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox