19 lines
541 B
Bash
19 lines
541 B
Bash
# Template file for 'python3-css-parser'
|
|
pkgname=python3-css-parser
|
|
version=1.0.8
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-chardet"
|
|
short_desc="CSS related utilities (Python3)"
|
|
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
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|