gentoo/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild
Alex Brandt e6559b01bb
dev-python/docker-pycreds: add version 0.2.1
Package-Manager: portage-2.3.1
2016-09-24 10:17:26 -05:00

21 lines
517 B
Bash

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