dev-python/docker-pycreds: add version 0.2.1

Package-Manager: portage-2.3.1
This commit is contained in:
Alex Brandt
2016-09-24 10:17:26 -05:00
parent 5bfe3dab75
commit e6559b01bb
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST docker-pycreds-0.2.1.tar.gz 7555 SHA256 93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348 SHA512 04a2dbd00c4e0a02bee13eaf23255e660b0e8640ef4225eff94e6c2391e5ceaf539b373ef932737dbc8eb4383746b374aca5a018a1f21c1eebb2f53160662338 WHIRLPOOL 5a3ef7689cf3cd7f5a1811b14f00468ab9d2fdd35ac0d2953164e3d453eb05efda951e169e1d59561c2134f097c8875a378f57d6327f032c4ca6db11039315f4

View File

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

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>