Files
buildroot/package/python-cssutils/python-cssutils.mk
Bernd Kuhls a285385264 package/python-cssutils: bump version to 2.15.0
https://github.com/jaraco/cssutils/blob/v2.15.0/NEWS.rst

Updated license hash due to upstream commit
0ac56dd192

Added dependency to host-python-coherent-licensed due to upstream commit
d2b8d7750f
which was first included in version 2.12.0.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-05-03 16:48:24 +02:00

18 lines
653 B
Makefile

################################################################################
#
# python-cssutils
#
################################################################################
PYTHON_CSSUTILS_VERSION = 2.15.0
PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/01/00/7e89107ea389e952eea73b1b90ac6633e15a519c4a518ee90bb93a2f83dc
PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
PYTHON_CSSUTILS_LICENSE_FILES = LICENSE
PYTHON_CSSUTILS_SETUP_TYPE = setuptools
PYTHON_CSSUTILS_DEPENDENCIES = \
host-python-coherent-licensed \
host-python-setuptools-scm
$(eval $(python-package))