diff options
Diffstat (limited to 'main/py3-pexpect/APKBUILD')
-rw-r--r-- | main/py3-pexpect/APKBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/main/py3-pexpect/APKBUILD b/main/py3-pexpect/APKBUILD index 627dab4d9bb..dd432518ee3 100644 --- a/main/py3-pexpect/APKBUILD +++ b/main/py3-pexpect/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pexpect _pkgname=pexpect pkgver=4.8.0 -pkgrel=3 +pkgrel=4 pkgdesc="Make Python a better tool for controlling and automating other programs" url="http://pexpect.readthedocs.org/en/stable" arch="noarch" @@ -11,7 +11,9 @@ license="ISC" depends="python3 py3-ptyprocess" makedepends="py3-setuptools" checkdepends="py3-pytest bash coreutils" -source="$pkgname-$pkgver.tar.gz::https://github.com/pexpect/$_pkgname/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/pexpect/$_pkgname/archive/$pkgver.tar.gz + python3.11.patch + " builddir="$srcdir/$_pkgname-$pkgver" replaces="py-pexpect" # Backwards compatibility @@ -32,4 +34,7 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f141e1368ceea15209b04555a524443cd9cf36d4a3677b63f7a2b079d41aae3fb8656612772732f4097b803c55a05f9bb7e3b427d11ae5357666406669ae6867 py3-pexpect-4.8.0.tar.gz" +sha512sums=" +f141e1368ceea15209b04555a524443cd9cf36d4a3677b63f7a2b079d41aae3fb8656612772732f4097b803c55a05f9bb7e3b427d11ae5357666406669ae6867 py3-pexpect-4.8.0.tar.gz +9bf8e561b98bff658fcb32533fc294a497fb302acdbbf851ed49dfc90c4554f3fd8690e7ce3d60f20755195a4f3e8f5b6ed61f059f0abd4764a7ee585dc9a364 python3.11.patch +" |