generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-iso8601/Config.in
Normal file
6
package/python-iso8601/Config.in
Normal 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
|
||||
5
package/python-iso8601/python-iso8601.hash
Normal file
5
package/python-iso8601/python-iso8601.hash
Normal 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
|
||||
14
package/python-iso8601/python-iso8601.mk
Normal file
14
package/python-iso8601/python-iso8601.mk
Normal 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))
|
||||
Reference in New Issue
Block a user