python-pexpect: update to 4.2.0
This commit is contained in:
parent
9a30986c0f
commit
45318a205d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pexpect'
|
||||
pkgname=python-pexpect
|
||||
version=4.1.0
|
||||
version=4.2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/python-}-${version}"
|
||||
|
@ -11,10 +11,10 @@ depends="python-ptyprocess"
|
|||
pycompile_module="pexpect"
|
||||
short_desc="Python2 module for spawning child applications and controlling them"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://pexpect.readthedocs.org/"
|
||||
homepage="https://pexpect.readthedocs.io/"
|
||||
license="ISC"
|
||||
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
||||
checksum=c381c60f1987355b65df8f08a27f428831914c8a81091bd1778ac336fa2f27e7
|
||||
checksum=bf6816b8cc8d301a499e7adf338828b39bc7548eb64dbed4dd410ed93d95f853
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue