mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
8
package/python-cssutils/Config.in
Normal file
8
package/python-cssutils/Config.in
Normal 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/
|
||||
5
package/python-cssutils/python-cssutils.hash
Normal file
5
package/python-cssutils/python-cssutils.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cssutils/json
|
||||
md5 dc66d96c2d78f1687f59ac412fe9d318 cssutils-1.0.2.tar.gz
|
||||
sha256 a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf cssutils-1.0.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 03c570a068086ee577dcd795519ea93462b2ed2fcb6dcc4dfce56a71a2fd6e5a COPYING.LESSER
|
||||
14
package/python-cssutils/python-cssutils.mk
Normal file
14
package/python-cssutils/python-cssutils.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cssutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CSSUTILS_VERSION = 1.0.2
|
||||
PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
|
||||
PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec
|
||||
PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
|
||||
PYTHON_CSSUTILS_LICENSE_FILES = COPYING.LESSER
|
||||
PYTHON_CSSUTILS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user