commit:     f9a0bdb09c13a9a9ffe4d0b86dc53d57879fb4d8
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 12:21:23 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 12:21:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a0bdb0

dev-python/docker-pycreds: Version bump to 0.2.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/docker-pycreds/Manifest                    |  1 +
 dev-python/docker-pycreds/docker-pycreds-0.2.2.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/docker-pycreds/Manifest 
b/dev-python/docker-pycreds/Manifest
index 0cd465240d6..51e6bb3f007 100644
--- a/dev-python/docker-pycreds/Manifest
+++ b/dev-python/docker-pycreds/Manifest
@@ -1 +1,2 @@
 DIST docker-pycreds-0.2.1.tar.gz 7555 BLAKE2B 
e9934a357cb59d995971f0d3b247e6d84efb9c105cbd71792b536fd98088a6e658361e9621360b79a3a1041cea3f063fb66d58124cca717d003f9253e2c8e908
 SHA512 
04a2dbd00c4e0a02bee13eaf23255e660b0e8640ef4225eff94e6c2391e5ceaf539b373ef932737dbc8eb4383746b374aca5a018a1f21c1eebb2f53160662338
+DIST docker-pycreds-0.2.2.tar.gz 7787 BLAKE2B 
4ab61bc9bb3f9f75667e7d74212a8e83d214bf2210e200abad593ded94aae8290b216edd28cf2304a8d8d6192faba0b3b764bbfc0f2a446efceaf33558849b84
 SHA512 
dc0394f7cc34b36b6a7edd61fa5937743da573d14b75f7ed06ca9d5c15a980d7c43252e846e529e2bc799e7f7b72fb1f4ca03b28c2677cc38afbfda16fbbcb55

diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.2.ebuild 
b/dev-python/docker-pycreds/docker-pycreds-0.2.2.ebuild
new file mode 100644
index 00000000000..cf82e0ccca5
--- /dev/null
+++ b/dev-python/docker-pycreds/docker-pycreds-0.2.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the docker credentials store API"
+HOMEPAGE="https://github.com/shin-/dockerpy-creds/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/six-1.4.0[${PYTHON_USEDEP}]"

Reply via email to