generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-tempora/Config.in
Normal file
9
package/python-tempora/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_TEMPORA
|
||||
bool "python-tempora"
|
||||
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
||||
help
|
||||
Objects and routines pertaining to date and time.
|
||||
|
||||
https://github.com/jaraco/tempora
|
||||
5
package/python-tempora/python-tempora.hash
Normal file
5
package/python-tempora/python-tempora.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tempora/json
|
||||
md5 f8b2b0df1adf3f83b829a85e31bddb2d tempora-1.14.1.tar.gz
|
||||
sha256 cb60b1d2b1664104e307f8e5269d7f4acdb077c82e35cd57246ae14a3427d2d6 tempora-1.14.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd LICENSE
|
||||
15
package/python-tempora/python-tempora.mk
Normal file
15
package/python-tempora/python-tempora.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tempora
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TEMPORA_VERSION = 1.14.1
|
||||
PYTHON_TEMPORA_SOURCE = tempora-$(PYTHON_TEMPORA_VERSION).tar.gz
|
||||
PYTHON_TEMPORA_SITE = https://files.pythonhosted.org/packages/2f/b5/5b0464385454c5ca93a39a1c6acefdf574aeb10ef45fa8958b3832cc7d96
|
||||
PYTHON_TEMPORA_LICENSE = MIT
|
||||
PYTHON_TEMPORA_LICENSE_FILES = LICENSE
|
||||
PYTHON_TEMPORA_SETUP_TYPE = setuptools
|
||||
PYTHON_TEMPORA_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user