mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/py3-itemloaders: upgrade to 1.2.0, take over maintainership
This commit is contained in:
parent
f9cc1d4920
commit
afd64b129b
@ -1,7 +1,7 @@
|
|||||||
# Maintainer:
|
# Maintainer: fossdd <fossdd@pwned.life>
|
||||||
pkgname=py3-itemloaders
|
pkgname=py3-itemloaders
|
||||||
pkgver=1.1.0
|
pkgver=1.2.0
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Library to populate items using XPath and CSS with a convenient API"
|
pkgdesc="Library to populate items using XPath and CSS with a convenient API"
|
||||||
url="https://github.com/scrapy/itemloaders"
|
url="https://github.com/scrapy/itemloaders"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -26,9 +26,7 @@ build() {
|
|||||||
check() {
|
check() {
|
||||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||||
.testenv/bin/python3 -m installer .dist/*.whl
|
.testenv/bin/python3 -m installer .dist/*.whl
|
||||||
.testenv/bin/python3 -m pytest \
|
.testenv/bin/python3 -m pytest
|
||||||
--ignore tests/test_utils_python.py
|
|
||||||
# https://github.com/scrapy/itemloaders/issues/76
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -36,5 +34,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
4a52e75405409124a3c1f7e7079fedf36e34a76877b04d754006743a2f403602de9b463e1f338bead3a68a0c1cf32f2a50b4cbe4cc57a10539ec529a93b81607 py3-itemloaders-1.1.0.tar.gz
|
2e15053b20e01500a496133257200f34c430ed27ae3c5f8c49fe226cffe357fbd35d561d78c2478a621d5cdb3c08631d39ceeb91d114626ffe8fdc6ef4a664ff py3-itemloaders-1.2.0.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user