mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-dockerpty: rebuild for Python 3.6
This commit is contained in:
parent
8de29e500f
commit
0fbefd2905
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-dockerpty'
|
# Template file for 'python-dockerpty'
|
||||||
pkgname=python-dockerpty
|
pkgname=python-dockerpty
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="dockerpty-${version}"
|
wrksrc="dockerpty-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-six python-docker-py"
|
depends="python-six python-docker"
|
||||||
pycompile_module="dockerpty"
|
pycompile_module="dockerpty"
|
||||||
short_desc="Python2 library to use the pseudo-tty of a docker container"
|
short_desc="Python2 library to use the pseudo-tty of a docker container"
|
||||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
|
@ -17,7 +17,7 @@ checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
|
||||||
|
|
||||||
python3-dockerpty_package() {
|
python3-dockerpty_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-six python3-docker-py"
|
depends="python3-six python3-docker"
|
||||||
pycompile_module="dockerpty"
|
pycompile_module="dockerpty"
|
||||||
replaces="python3.4-dockerpty>=0"
|
replaces="python3.4-dockerpty>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue