python3-css-parser: update to 1.0.10.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:26:36 -05:00
parent 45d7529af5
commit 36e3bcf0bb

View file

@ -1,7 +1,7 @@
# Template file for 'python3-css-parser'
pkgname=python3-css-parser
version=1.0.8
revision=2
version=1.0.10
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/ebook-utils/css-parser"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=17b3778e6c85f651f75d7182162643ddff5cbf8ec817e87067abaa66e44b7655
checksum=0b1fe5771cf4dcecf1c63502331a3b628fc99507f0d1b5b893a8a6b292d7f3e0
do_check() {
python3 setup.py test
python3 ./run_tests.py
}