[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,6 @@
config BR2_PACKAGE_PYTHON_ISO8601
bool "python-iso8601"
help
Simple module to parse ISO 8601 dates.
https://github.com/micktwomey/pyiso8601

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/iso8601/json
md5 d6fe8ccc847aaf8ac965da3b6023e697 iso8601-0.1.14.tar.gz
sha256 8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79 iso8601-0.1.14.tar.gz
# Locally computed sha256 checksums
sha256 116d368d14a8cf0061027c944c60ee20b476ce42814818a7d627396906761f16 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-iso8601
#
################################################################################
PYTHON_ISO8601_VERSION = 0.1.14
PYTHON_ISO8601_SOURCE = iso8601-$(PYTHON_ISO8601_VERSION).tar.gz
PYTHON_ISO8601_SITE = https://files.pythonhosted.org/packages/f9/ed/b97abc7877e5b253eef96a469f47d617b0ebcccc735405fa1a620c7ee833
PYTHON_ISO8601_SETUP_TYPE = setuptools
PYTHON_ISO8601_LICENSE = MIT
PYTHON_ISO8601_LICENSE_FILES = LICENSE
$(eval $(python-package))