summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@gentoo.org>2016-09-24 10:17:26 -0500
committerAlex Brandt <alunduil@gentoo.org>2016-09-24 10:17:26 -0500
commite6559b01bb6c24e2a3e134e927a099d7c140b5cf (patch)
treea415e5fee4f90963532fc3792df5a985e61d0070 /dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild
parentdev-python/fuzzywuzzy: add version 0.12.0 (diff)
downloadgentoo-e6559b01bb6c24e2a3e134e927a099d7c140b5cf.tar.gz
gentoo-e6559b01bb6c24e2a3e134e927a099d7c140b5cf.tar.bz2
gentoo-e6559b01bb6c24e2a3e134e927a099d7c140b5cf.zip
dev-python/docker-pycreds: add version 0.2.1
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild')
-rw-r--r--dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild
new file mode 100644
index 000000000000..bf78fe8573fd
--- /dev/null
+++ b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the docker credentials store API"
+HOMEPAGE="https://github.com/shin-/docker-pycreds/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/six-1.4.0[${PYTHON_USEDEP}]"