diff options
author | psykose <alice@ayaya.dev> | 2021-12-25 14:52:35 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2021-12-30 02:52:07 +0100 |
commit | 35a2c3498776d2ecdfafeb78233740ff40ba7874 (patch) | |
tree | 670ee708423f0615b8370979fccca0198e217512 | |
parent | 5343fe05a3cd2d2306725379053dcb9d9c0cc1cd (diff) | |
download | aports-35a2c3498776d2ecdfafeb78233740ff40ba7874.tar.gz aports-35a2c3498776d2ecdfafeb78233740ff40ba7874.tar.bz2 aports-35a2c3498776d2ecdfafeb78233740ff40ba7874.tar.xz |
testing/py3-parsel: rebuild against python 3.10
-rw-r--r-- | testing/py3-parsel/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/py3-parsel/APKBUILD b/testing/py3-parsel/APKBUILD index cbc3c3df89..2b18160def 100644 --- a/testing/py3-parsel/APKBUILD +++ b/testing/py3-parsel/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-parsel _pkgname=parsel pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library to extract data from HTML and XML using XPath and CSS selectors" url="https://github.com/scrapy/parsel" arch="noarch" @@ -26,4 +26,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="d3161522e1102cceeb1f29ab020b33019d4ac7f096cfab8fbe40f54073e49afc24f02aa54206d86f56c8f92e3db2d0d2f8a3dbdfa6417492cf299201f2ae6604 parsel-1.6.0.tar.gz" +sha512sums=" +d3161522e1102cceeb1f29ab020b33019d4ac7f096cfab8fbe40f54073e49afc24f02aa54206d86f56c8f92e3db2d0d2f8a3dbdfa6417492cf299201f2ae6604 parsel-1.6.0.tar.gz +" |