mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-ptyprocess: update to 0.6.0
This commit is contained in:
parent
dc8cc7d691
commit
a210a7cf07
1 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'python-ptyprocess'
|
# Template file for 'python-ptyprocess'
|
||||||
pkgname=python-ptyprocess
|
pkgname=python-ptyprocess
|
||||||
version=0.5.2
|
version=0.6.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ptyprocess-${version}"
|
wrksrc="ptyprocess-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="ptyprocess"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="ptyprocess"
|
|
||||||
short_desc="Run a subprocess in a pseudo terminal (Python2)"
|
short_desc="Run a subprocess in a pseudo terminal (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pexpect/ptyprocess"
|
homepage="https://github.com/pexpect/ptyprocess"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="${PYPI_SITE}/p/ptyprocess/ptyprocess-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/ptyprocess/ptyprocess-${version}.tar.gz"
|
||||||
checksum=e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365
|
checksum=923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-ptyprocess_package() {
|
python3-ptyprocess_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -22,5 +26,6 @@ python3-ptyprocess_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue