New package: python3-tinycss2-1.1.1

This commit is contained in:
Andrew Benson 2022-10-09 13:50:59 -05:00 committed by Andrew Benson
parent bbecca1240
commit f8ad610d67
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-tinycss2'
pkgname=python3-tinycss2
version=1.1.1
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=b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf
make_check=no # tests broken with flake8 >= v5.x
post_install() {
vlicense LICENSE
}