17 lines
596 B
Bash
17 lines
596 B
Bash
# Template file for 'python3-cssutils'
|
|
pkgname=python3-cssutils
|
|
version=1.0.2
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="CSS Cascading Style Sheets library for Python3"
|
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
|
# source files write 3.0-or-later, PKG-INFO writes 2.1
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://pypi.org/project/cssutils/"
|
|
distfiles="${PYPI_SITE}/c/cssutils/cssutils-${version}.tar.gz"
|
|
checksum=a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
|
|
|
|
conflicts="python-cssutils>=0"
|