mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/python-html5lib/Config.in
Normal file
6
package/python-html5lib/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_HTML5LIB
|
||||
bool "python-html5lib"
|
||||
help
|
||||
HTML parser based on the WHATWG HTML specification.
|
||||
|
||||
https://github.com/html5lib/html5lib-python
|
||||
3
package/python-html5lib/python-html5lib.hash
Normal file
3
package/python-html5lib/python-html5lib.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/html5lib/json, sha256 locally computed
|
||||
md5 5ada1243b7a863624b2f35245b2186e9 html5lib-1.0b10.tar.gz
|
||||
sha256 0d5fd54d5b2b79b876007a70c033a4023577768d18022c15681c00561432a0f9 html5lib-1.0b10.tar.gz
|
||||
14
package/python-html5lib/python-html5lib.mk
Normal file
14
package/python-html5lib/python-html5lib.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-html5lib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HTML5LIB_VERSION = 1.0b10
|
||||
PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz
|
||||
PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/97/16/982214624095c1420c75f3bd295d9e658794aafb95fc075823de107e0ae4
|
||||
PYTHON_HTML5LIB_LICENSE = MIT
|
||||
PYTHON_HTML5LIB_LICENSE_FILES = LICENSE
|
||||
PYTHON_HTML5LIB_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user