python-pexpect: update to 4.3.0

This commit is contained in:
Alessio Sergi 2017-11-10 19:23:33 +01:00
parent 72e9e62a25
commit 1e4c16f1e9

View file

@ -1,7 +1,7 @@
# Template file for 'python-pexpect'
pkgname=python-pexpect
version=4.2.1
revision=4
version=4.3.0
revision=1
noarch=yes
wrksrc="${pkgname/python-}-${version}"
build_style=python-module
@ -13,12 +13,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://pexpect.readthedocs.io/"
license="ISC"
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
checksum=3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92
checksum=00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9
post_install() {
# drop asyncio stuff from python2
# https://github.com/pexpect/pexpect/issues/290
rm -f ${DESTDIR}/usr/lib/python2*/site-packages/pexpect/async.py
rm -f ${DESTDIR}/usr/lib/python2*/site-packages/pexpect/_async.py
vlicense LICENSE
}