mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-css-parser: update to 1.0.10.
This commit is contained in:
parent
45d7529af5
commit
36e3bcf0bb
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-css-parser'
|
# Template file for 'python3-css-parser'
|
||||||
pkgname=python3-css-parser
|
pkgname=python3-css-parser
|
||||||
version=1.0.8
|
version=1.0.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/ebook-utils/css-parser"
|
homepage="https://github.com/ebook-utils/css-parser"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=17b3778e6c85f651f75d7182162643ddff5cbf8ec817e87067abaa66e44b7655
|
checksum=0b1fe5771cf4dcecf1c63502331a3b628fc99507f0d1b5b893a8a6b292d7f3e0
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 setup.py test
|
python3 ./run_tests.py
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue