mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/jaraco/cssutils/blob/v2.15.0/NEWS.rst Updated license hash due to upstream commit0ac56dd192Added dependency to host-python-coherent-licensed due to upstream commitd2b8d7750fwhich 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>
18 lines
653 B
Makefile
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))
|