python-pexpect: update to 4.1.0

This commit is contained in:
Alessio Sergi 2016-05-26 11:06:54 +02:00
parent 5cbe54ebf9
commit d859acd80f

View file

@ -1,6 +1,6 @@
# Template file for 'python-pexpect'
pkgname=python-pexpect
version=4.0.1
version=4.1.0
revision=1
noarch=yes
wrksrc="${pkgname/python-}-${version}"
@ -14,11 +14,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://pexpect.readthedocs.org/"
license="ISC"
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
checksum=232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c
checksum=c381c60f1987355b65df8f08a27f428831914c8a81091bd1778ac336fa2f27e7
pre_build() {
sed -i '/^#!/d' pexpect/FSM.py
}
post_install() {
vlicense LICENSE
}