New package: python3-tinycss-0.4

This commit is contained in:
mobinmob 2019-09-27 12:08:33 +03:00 committed by Helmut Pozimski
parent 6609841877
commit 01c677cbd1

View file

@ -0,0 +1,21 @@
# Template file for 'python3-tinycss'
pkgname=python3-tinycss
version=0.4
revision=1
archs=noarch
wrksrc=tinycss-${version}
build_style=python3-module
pycompile_module="tinycss"
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Complete yet simple CSS parser for Python"
maintainer="mobinmob <mobinmob@disroot.org>"
license="BSD-3-Clause"
homepage="https://tinycss.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/t/tinycss/tinycss-${version}.tar.gz"
checksum=12306fb50e5e9e7eaeef84b802ed877488ba80e35c672867f548c0924a76716e
post_install() {
vlicense LICENSE
}