blob: 8196b9359267f7990125a76b5a554129140132d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Template file for 'python3-tinycss2'
pkgname=python3-tinycss2
version=1.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core python3-webencodings"
depends="python3-webencodings"
checkdepends="python3-pytest-cov python3-pytest-flake8 python3-toml
python3-pytest-isort"
short_desc="Tiny CSS parser"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://www.courtbouillon.org/tinycss2"
distfiles="${PYPI_SITE}/t/tinycss2/tinycss2-${version}.tar.gz"
checksum=152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d
make_check=no # tests broken with flake8 >= v5.x
post_install() {
vlicense LICENSE
}
|