diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-16 09:58:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-16 09:58:26 +0000 |
commit | b336118caf32616d8c5cf69c2eaf38683685898b (patch) | |
tree | d99ed858059fcbec883767ff0c7c81d4e0606af3 /community | |
parent | d7ecd27f9fdcadd6e1c282ff26d92ac7e7125fe4 (diff) | |
download | aports-b336118caf32616d8c5cf69c2eaf38683685898b.tar.bz2 aports-b336118caf32616d8c5cf69c2eaf38683685898b.tar.xz |
community/py-pexpect: rebuild against python3.6
Diffstat (limited to 'community')
-rw-r--r-- | community/py-pexpect/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-pexpect/APKBUILD b/community/py-pexpect/APKBUILD index 2ba2afeef0..b74231ebd8 100644 --- a/community/py-pexpect/APKBUILD +++ b/community/py-pexpect/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-pexpect _pkgname=${pkgname#py-} pkgver=4.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Make Python a better tool for controlling and automating other programs" url="http://pexpect.readthedocs.org/en/stable" arch="noarch" @@ -46,7 +46,6 @@ _py3() { } - md5sums="8ed1182f51b655c74a1bfd6bd5213210 py-pexpect-4.2.1.tar.gz" sha256sums="f3e36792185a7b8b332a38846daa81d7e389688b7b63b9066d39c7f31a266a51 py-pexpect-4.2.1.tar.gz" sha512sums="30da69e18690f00522bd2514248b1d5613e96c2737435f6b47d30389f6acfc580511db2f89e34c8932f3af32cc61b55fb6dc19f02330c3e1e5be5417c22ebdd1 py-pexpect-4.2.1.tar.gz" |