generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-incremental/Config.in
Normal file
6
package/python-incremental/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_INCREMENTAL
|
||||
bool "python-incremental"
|
||||
help
|
||||
A library for versioning your Python projects.
|
||||
|
||||
https://github.com/twisted/incremental
|
||||
5
package/python-incremental/python-incremental.hash
Normal file
5
package/python-incremental/python-incremental.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/incremental/json
|
||||
md5 9f7ad12e0c05a12cee52a7350976c4e3 incremental-21.3.0.tar.gz
|
||||
sha256 02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57 incremental-21.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5 LICENSE
|
||||
15
package/python-incremental/python-incremental.mk
Normal file
15
package/python-incremental/python-incremental.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-incremental
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_INCREMENTAL_VERSION = 21.3.0
|
||||
PYTHON_INCREMENTAL_SOURCE = incremental-$(PYTHON_INCREMENTAL_VERSION).tar.gz
|
||||
PYTHON_INCREMENTAL_SITE = https://files.pythonhosted.org/packages/4f/c5/430765c697afc217c8491785de321a21fa4d983dda14bcd82feb965b0593
|
||||
PYTHON_INCREMENTAL_SETUP_TYPE = setuptools
|
||||
PYTHON_INCREMENTAL_LICENSE = MIT
|
||||
PYTHON_INCREMENTAL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user