* [gentoo-commits] repo/gentoo:master commit in: dev-python/cligj/
@ 2017-05-30 10:31 Slawek Lis
0 siblings, 0 replies; 2+ messages in thread
From: Slawek Lis @ 2017-05-30 10:31 UTC (permalink / raw
To: gentoo-commits
commit: 4380785e163377503dd999082a9733d5f5d2cc57
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 08:24:04 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 30 10:34:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4380785e
dev-python/cligj: package added
This library is needed by sci-libs/Fiona
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/cligj/Manifest | 1 +
dev-python/cligj/cligj-0.4.0.ebuild | 25 +++++++++++++++++++++++++
dev-python/cligj/metadata.xml | 11 +++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/cligj/Manifest b/dev-python/cligj/Manifest
new file mode 100644
index 00000000000..e22901ea545
--- /dev/null
+++ b/dev-python/cligj/Manifest
@@ -0,0 +1 @@
+DIST cligj-0.4.0.tar.gz 7281 SHA256 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54 SHA512 35c075192f39c7c756a5abce2cc706818a5c40ed91d25a5763483b01acfffa29b50ce58e758b0ca42431978e436ad45a93049e05c6dd0a98da40d74c4a329669 WHIRLPOOL 4068e6e54cfd064e5ab76f3653556070f5fdfaffc9fa8a3aa57d97a8020c01173e471873524f47d119ec7e624cf97386cd63db7c1c03f6aa96816f3fa9d27759
diff --git a/dev-python/cligj/cligj-0.4.0.ebuild b/dev-python/cligj/cligj-0.4.0.ebuild
new file mode 100644
index 00000000000..9ccb035f27d
--- /dev/null
+++ b/dev-python/cligj/cligj-0.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Click-based argument and option decorators for Python GIS command line programs"
+HOMEPAGE="https://github.com/mapbox/cligj"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/cligj/metadata.xml b/dev-python/cligj/metadata.xml
new file mode 100644
index 00000000000..40d5bc01d25
--- /dev/null
+++ b/dev-python/cligj/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slis@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">cligj</remote-id>
+ <remote-id type="github">mapbox/cligj</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cligj/
@ 2020-02-04 15:48 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2020-02-04 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 73d952d519031654fd6a47f44cbb99d4ffd135c8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:44:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 15:44:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d952d5
dev-python/cligj: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cligj/cligj-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cligj/cligj-0.4.0.ebuild b/dev-python/cligj/cligj-0.4.0.ebuild
index d20b2c2d724..fb5249de17d 100644
--- a/dev-python/cligj/cligj-0.4.0.ebuild
+++ b/dev-python/cligj/cligj-0.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-04 15:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30 10:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/cligj/ Slawek Lis
-- strict thread matches above, loose matches on Subject: below --
2020-02-04 15:48 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox