community/dockerpy-creds: clarify license, improve abuild

This commit is contained in:
prspkt 2018-04-26 15:27:12 +00:00 committed by Francesco Colista
parent ceff2d6d9f
commit 6b2783b657

View File

@ -6,11 +6,10 @@ pkgrel=0
pkgdesc="Python bindings for the docker credentials store API" pkgdesc="Python bindings for the docker credentials store API"
url="https://github.com/shin-/dockerpy-creds" url="https://github.com/shin-/dockerpy-creds"
arch="noarch" arch="noarch"
license="Apache" license="Apache-2.0"
depends="py3-six" depends="py3-six"
makedepends="python3-dev py3-setuptools" makedepends="py3-setuptools python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
check() { check() {
cd "$builddir" cd "$builddir"