mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-docker-pycreds: drop package
This commit is contained in:
parent
1a95b70a72
commit
2e7910906a
3 changed files with 14 additions and 27 deletions
|
@ -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*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-docker-pycreds
|
|
14
srcpkgs/python3-docker-pycreds/template
Normal file
14
srcpkgs/python3-docker-pycreds/template
Normal 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
|
Loading…
Add table
Reference in a new issue