dev-python/cligj: package added

This library is needed by sci-libs/Fiona

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Slawomir Lis
2017-05-30 10:24:04 +02:00
parent b4cb59e547
commit 4380785e16
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST cligj-0.4.0.tar.gz 7281 SHA256 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54 SHA512 35c075192f39c7c756a5abce2cc706818a5c40ed91d25a5763483b01acfffa29b50ce58e758b0ca42431978e436ad45a93049e05c6dd0a98da40d74c4a329669 WHIRLPOOL 4068e6e54cfd064e5ab76f3653556070f5fdfaffc9fa8a3aa57d97a8020c01173e471873524f47d119ec7e624cf97386cd63db7c1c03f6aa96816f3fa9d27759

View File

@@ -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}]
"

View File

@@ -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>