mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
5
package/python-tinycss2/Config.in
Normal file
5
package/python-tinycss2/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_TINYCSS2
|
||||
bool "python-tinycss2"
|
||||
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
|
||||
help
|
||||
A tiny CSS parser.
|
5
package/python-tinycss2/python-tinycss2.hash
Normal file
5
package/python-tinycss2/python-tinycss2.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tinycss2/json
|
||||
md5 7caf513c4e87fc2449dcfbf407a8416f tinycss2-1.1.0.tar.gz
|
||||
sha256 fbdcac3044d60eb85fdb2aa840ece43cf7dbe798e373e6ee0be545d4d134e18a tinycss2-1.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6b94acee20ec9f2709333134f3ba70322535fb420af0ce8c1455d9cbe297f1d5 LICENSE
|
14
package/python-tinycss2/python-tinycss2.mk
Normal file
14
package/python-tinycss2/python-tinycss2.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tinycss2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TINYCSS2_VERSION = 1.1.0
|
||||
PYTHON_TINYCSS2_SOURCE = tinycss2-$(PYTHON_TINYCSS2_VERSION).tar.gz
|
||||
PYTHON_TINYCSS2_SITE = https://files.pythonhosted.org/packages/ce/d3/ece7a98d5826bd134e269a3a3030153d30482194fca71d95a3041812aab8
|
||||
PYTHON_TINYCSS2_SETUP_TYPE = distutils
|
||||
PYTHON_TINYCSS2_LICENSE = BSD-3-Clause
|
||||
PYTHON_TINYCSS2_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user