20 lines
578 B
Bash
20 lines
578 B
Bash
# Template file for 'python3-css-parser'
|
|
pkgname=python3-css-parser
|
|
version=1.0.4
|
|
revision=6
|
|
wrksrc="css-parser-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-chardet"
|
|
short_desc="CSS related utilities (Python3)"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/ebook-utils/css-parser"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ccfa62d56ccb892bd89f26926142692998db7757b691929c181af350d77c2c45
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|