python-docker-pycreds: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 14:24:36 +07:00
parent 1a95b70a72
commit 2e7910906a
3 changed files with 14 additions and 27 deletions

View file

@ -1,26 +0,0 @@
# Template file for 'python-docker-pycreds'
pkgname=python-docker-pycreds
version=0.4.0
revision=2
archs=noarch
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>"
license="Apache-2.0"
homepage="https://github.com/shin-/dockerpy-creds"
distfiles="${PYPI_SITE}/d/docker-pycreds/docker-pycreds-${version}.tar.gz"
checksum=6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4
python3-docker-pycreds_package() {
archs=noarch
depends="python3-six"
pycompile_module="dockerpycreds"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

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

View file

@ -0,0 +1,14 @@
# 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