20 lines
571 B
Bash
20 lines
571 B
Bash
# Template file for 'python3-tinycss'
|
|
pkgname=python3-tinycss
|
|
version=0.4
|
|
revision=6
|
|
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
|
|
}
|