[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_RFC3987
bool "python-rfc3987"
help
Parsing and validation of URIs (RFC 3986) and IRIs (RFC
3987).
http://pypi.python.org/pypi/rfc3987

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/rfc3987/json
md5 b6c4028acdc788a9ba697e1c1d6b896c rfc3987-1.3.8.tar.gz
sha256 d3c4d257a560d544e9826b38bc81db676890c79ab9d7ac92b39c7a253d5ca733 rfc3987-1.3.8.tar.gz
# Locally computed sha256 checksums
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-rfc3987
#
################################################################################
PYTHON_RFC3987_VERSION = 1.3.8
PYTHON_RFC3987_SOURCE = rfc3987-$(PYTHON_RFC3987_VERSION).tar.gz
PYTHON_RFC3987_SITE = https://files.pythonhosted.org/packages/14/bb/f1395c4b62f251a1cb503ff884500ebd248eed593f41b469f89caa3547bd
PYTHON_RFC3987_SETUP_TYPE = setuptools
PYTHON_RFC3987_LICENSE = GPL-3.0+
PYTHON_RFC3987_LICENSE_FILES = COPYING.txt
$(eval $(python-package))