Skip to content

Commit

Permalink
dev-python/girder-client: initial import
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.7, Repoman-2.3.3
  • Loading branch information
sfabbro committed Aug 14, 2017
1 parent 34f775f commit aed9fcf
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/girder-client/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST girder-client-2.3.0.tar.gz 19976 SHA256 8c336ccfa6f837d3967756444d59a049668d3ca0c5730d1bf82f9b39f2225cb2 SHA512 68bbb9aa328b9021b8d3604269df75f67c63631aebdad3b2268e8b170cc65ede911dc57abf049c091f033d85f7026c0869c68ceaed4ebf830f3f1d34d7e59fbb WHIRLPOOL a3b5ab088fa617fc77857e5669f4ba59dd7ac946b2fefae3551211ea2b0ca9c33989a0ef6a581c3bef5a836c4ab362f1ec6e5bf986107fad895a425b9f55673e
29 changes: 29 additions & 0 deletions dev-python/girder-client/girder-client-2.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python{2_7,3_5,3_6} )

inherit distutils-r1

DESCRIPTION="Python libraries and CLI to interact with the REST API of a Girder server"
HOMEPAGE="http://girder.readthedocs.org/en/latest/python-client.html"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

# see https://github.com/girder/girder/tree/master/clients/python
RDEPEND="
>=dev-python/click-6.7[${PYTHON_USEDEP}]
>=dev-python/diskcache-1.6.7[${PYTHON_USEDEP}]
>=dev-python/requests-2.10[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
>=dev-python/six-1.10[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
15 changes: 15 additions & 0 deletions dev-python/girder-client/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Python Project</name>
</maintainer>
<longdescription lang="en">
Set of python libraries and a command-line tool that can
be used to interact with the REST API of a Girder server.
</longdescription>
<upstream>
<remote-id type="pypi">girder-client</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit aed9fcf

Please sign in to comment.