makedepends=(python-build python-installer python-flit-core python-packaging)
run=(python-webencodings)

description="Low-level CSS parser for Python"
url="https://pypi.python.org/pypi/tinycss2"

packager="Great-OS Team"
maintainer="Great-OS Team"

name="python-tinycss2"
version=1.5.1
release=1

source=(https://pypi.io/packages/source/t/tinycss2/tinycss2-$version.tar.gz)

build() { 
  cd tinycss2-$version
  python3 -m build -nw
  python3 -m installer -d "$PKG" dist/*.whl
}
