python-pexpect: update to 4.7.0.
This commit is contained in:
parent
b986724ff7
commit
fdfd09b288
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-pexpect'
|
# Template file for 'python-pexpect'
|
||||||
pkgname=python-pexpect
|
pkgname=python-pexpect
|
||||||
version=4.6.0
|
version=4.7.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname/python-}-${version}"
|
wrksrc="pexpect-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="pexpect"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-ptyprocess"
|
depends="python-ptyprocess"
|
||||||
checkdepends="python3-pytest python3-ptyprocess mdocml"
|
checkdepends="python3-pytest python3-ptyprocess mdocml"
|
||||||
pycompile_module="pexpect"
|
|
||||||
short_desc="Python2 module for spawning child applications and controlling them"
|
short_desc="Python2 module for spawning child applications and controlling them"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pexpect.readthedocs.io/"
|
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
homepage="https://pexpect.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
||||||
checksum=2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba
|
checksum=9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# the mdcocml is for test
|
# the mdcocml is for test
|
||||||
|
|
Loading…
Reference in New Issue