18 lines
543 B
Bash
18 lines
543 B
Bash
# Template file for 'python3-css-parser'
|
|
pkgname=python3-css-parser
|
|
version=1.0.10
|
|
revision=1
|
|
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=0b1fe5771cf4dcecf1c63502331a3b628fc99507f0d1b5b893a8a6b292d7f3e0
|
|
|
|
do_check() {
|
|
python3 ./run_tests.py
|
|
}
|