mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python-pexpect: update to 4.3.0
This commit is contained in:
parent
72e9e62a25
commit
1e4c16f1e9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pexpect'
|
# Template file for 'python-pexpect'
|
||||||
pkgname=python-pexpect
|
pkgname=python-pexpect
|
||||||
version=4.2.1
|
version=4.3.0
|
||||||
revision=4
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-}-${version}"
|
wrksrc="${pkgname/python-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,12 +13,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://pexpect.readthedocs.io/"
|
homepage="https://pexpect.readthedocs.io/"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
||||||
checksum=3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92
|
checksum=00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# drop asyncio stuff from python2
|
# drop asyncio stuff from python2
|
||||||
# https://github.com/pexpect/pexpect/issues/290
|
# 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
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue