python-dockerpty: rebuild for Python 3.5

Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
Alessio Sergi 2016-10-17 10:25:55 +02:00
parent fbdddc1159
commit 384aa60339
2 changed files with 14 additions and 8 deletions

View File

@ -1,12 +1,11 @@
# Template file for 'python-dockerpty'
pkgname=python-dockerpty
version=0.4.1
revision=1
revision=2
noarch=yes
wrksrc="dockerpty-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six python-docker-py"
pycompile_module="dockerpty"
short_desc="Python2 library to use the pseudo-tty of a docker container"
@ -16,13 +15,19 @@ license="Apache-2.0"
distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
python3.4-dockerpty_package() {
python3-dockerpty_package() {
noarch=yes
depends="python3.4-six python3.4-docker-py"
pycompile_version="3.4"
depends="python3-six python3-docker-py"
pycompile_module="dockerpty"
short_desc="${short_desc/Python2/Python3.4}"
replaces="python3.4-dockerpty>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3.4
vmove usr/lib/python3*
}
}
python3.4-dockerpty_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-dockerpty>=${version}_${revision}"
}

1
srcpkgs/python3-dockerpty Symbolic link
View File

@ -0,0 +1 @@
python-dockerpty