New package: python-docker-pycreds-0.2.1

This commit is contained in:
Alessio Sergi 2017-04-21 15:37:21 +02:00
parent 6588f3ddb5
commit 1c447da460
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# Template file for 'python-docker-pycreds
pkgname=python-docker-pycreds
version=0.2.1
revision=1
noarch=yes
wrksrc="docker-pycreds-${version}"
build_style=python-module
pycompile_module="dockerpycreds"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
short_desc="Python2 bindings for the docker credentials store API"
maintainer="Sergi Alvarez <pancake@nopcode.org>"
homepage="https://github.com/shin-/dockerpy-creds"
license="Apache-2.0"
distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
checksum=93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348
python3-docker-pycreds_package() {
noarch=yes
depends="python3-six"
pycompile_module="dockerpycreds"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

@ -0,0 +1 @@
python-docker-pycreds