summaryrefslogtreecommitdiff
path: root/dev-python/cligj
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/cligj
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/cligj')
-rw-r--r--dev-python/cligj/Manifest3
-rw-r--r--dev-python/cligj/cligj-0.4.0.ebuild25
-rw-r--r--dev-python/cligj/metadata.xml11
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/cligj/Manifest b/dev-python/cligj/Manifest
new file mode 100644
index 000000000000..0d3222388969
--- /dev/null
+++ b/dev-python/cligj/Manifest
@@ -0,0 +1,3 @@
+DIST cligj-0.4.0.tar.gz 7281 SHA256 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54 SHA512 35c075192f39c7c756a5abce2cc706818a5c40ed91d25a5763483b01acfffa29b50ce58e758b0ca42431978e436ad45a93049e05c6dd0a98da40d74c4a329669 WHIRLPOOL 4068e6e54cfd064e5ab76f3653556070f5fdfaffc9fa8a3aa57d97a8020c01173e471873524f47d119ec7e624cf97386cd63db7c1c03f6aa96816f3fa9d27759
+EBUILD cligj-0.4.0.ebuild 540 SHA256 a9c63dd6c73c73baa348663b2e3808372973069d44ca2ece531a046742d8c0ad SHA512 2623854723f00fa734e24bdffd09839a309ded159b5a59a01ea5698c36d1ae221d3b46aa843ac1b9a712081e8cf48fc230a8a17a4e46341349f2936a9e75241a WHIRLPOOL ce5779acda6f4480d1d6603100649aab34cfebad120dd2d3f02124a5d174d33a62b434cb94ff7e6e17c17decb14393495f7576e23b991e448256d116744d698a
+MISC metadata.xml 345 SHA256 8249b55cc7d776f7be9a2af687c5c2ce2476f9180f0230715db824a9c91562ed SHA512 a9339c6f4320ad67867db9436b328856a253450f2e10ce5ddb11c62ad1fabe60434bd74213877efcfd390ae424b3276bdf0efa28a1c050cbf76d4d24b391354d WHIRLPOOL eb467bc4de53f98c9f068d71f83e2b37dff2b0e3791179d67f667b067ef2a1f9856be935ba398ca0cbeb31315e88e9c920988a9a3ed96198c81dc7d15c0f907c
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 000000000000..9ccb035f27d1
--- /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 000000000000..40d5bc01d252
--- /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>