15 lines
559 B
Bash
15 lines
559 B
Bash
|
# Template file for 'python3-docker-pycreds'
|
||
|
pkgname=python3-docker-pycreds
|
||
|
version=0.4.0
|
||
|
revision=3
|
||
|
wrksrc="docker-pycreds-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-six"
|
||
|
short_desc="Python3 bindings for the docker credentials store API"
|
||
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||
|
license="Apache-2.0"
|
||
|
homepage="https://github.com/shin-/dockerpy-creds"
|
||
|
distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
|
||
|
checksum=6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4
|