This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_CSSUTILS
bool "python-cssutils"
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
help
A CSS Cascading Style Sheets library for Python.
http://cthedot.de/cssutils/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/cssutils/json, sha256 locally computed
md5 7fcdf2c3e9f053136af1990146eb361d cssutils-1.0.1.tar.gz
sha256 d8a18b2848ea1011750231f1dd64fe9053dbec1be0b37563c582561e7a529063 cssutils-1.0.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-cssutils
#
################################################################################
PYTHON_CSSUTILS_VERSION = 1.0.1
PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
PYTHON_CSSUTILS_SITE = https://pypi.python.org/packages/22/de/6b03e0088baf0299ab7d2e95a9e26c2092e9cb3855876b958b6a62175ca2
PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
PYTHON_CSSUTILS_LICENSE_FILES = COPYING.LESSER
PYTHON_CSSUTILS_SETUP_TYPE = setuptools
$(eval $(python-package))