python-dockerpty: drop package
This commit is contained in:
parent
6ba676fbc0
commit
17eade2346
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-dockerpty'
|
|
||||||
pkgname=python-dockerpty
|
|
||||||
version=0.4.1
|
|
||||||
revision=4
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="dockerpty-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-six python-docker"
|
|
||||||
pycompile_module="dockerpty"
|
|
||||||
short_desc="Python2 library to use the pseudo-tty of a docker container"
|
|
||||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
|
||||||
homepage="https://github.com/d11wtq/dockerpty"
|
|
||||||
license="Apache-2.0"
|
|
||||||
distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
|
|
||||||
checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
|
|
||||||
|
|
||||||
python3-dockerpty_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-six python3-docker"
|
|
||||||
pycompile_module="dockerpty"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-dockerpty
|
|
14
srcpkgs/python3-dockerpty/template
Normal file
14
srcpkgs/python3-dockerpty/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-dockerpty'
|
||||||
|
pkgname=python3-dockerpty
|
||||||
|
version=0.4.1
|
||||||
|
revision=5
|
||||||
|
wrksrc="dockerpty-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-six python3-docker"
|
||||||
|
short_desc="Python3 library to use the pseudo-tty of a docker container"
|
||||||
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/d11wtq/dockerpty"
|
||||||
|
distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
|
||||||
|
checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
|
Loading…
Add table
Add a link
Reference in a new issue