This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_WEBENCODINGS
bool "python-webencodings"
help
Character encoding aliases for legacy web content.
https://github.com/SimonSapin/python-webencodings

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/webencodings/json
md5 32f6e261d52e57bf7e1c4d41546d15b8 webencodings-0.5.1.tar.gz
sha256 b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923 webencodings-0.5.1.tar.gz
# Locally computed sha256 checksumms
sha256 c27693b0174d6d04dafd0242857ae72763f5404b675972c777fd865bc3c0abe1 PKG-INFO

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-webencodings
#
################################################################################
PYTHON_WEBENCODINGS_VERSION = 0.5.1
PYTHON_WEBENCODINGS_SOURCE = webencodings-$(PYTHON_WEBENCODINGS_VERSION).tar.gz
PYTHON_WEBENCODINGS_SITE = https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47
PYTHON_WEBENCODINGS_SETUP_TYPE = setuptools
PYTHON_WEBENCODINGS_LICENSE = BSD-3-Clause
PYTHON_WEBENCODINGS_LICENSE_FILES = PKG-INFO
$(eval $(python-package))