generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-semver/Config.in
Normal file
6
package/python-semver/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SEMVER
|
||||
bool "python-semver"
|
||||
help
|
||||
Python helper for Semantic Versioning (http://semver.org/).
|
||||
|
||||
https://github.com/python-semver/python-semver
|
||||
5
package/python-semver/python-semver.hash
Normal file
5
package/python-semver/python-semver.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/semver/json
|
||||
md5 e98b5fb283ea84daa5195087de83ebf1 semver-2.13.0.tar.gz
|
||||
sha256 fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f semver-2.13.0.tar.gz
|
||||
# Locally computed
|
||||
sha256 cda490c32e61d3884dc17791fc8078f2a3e564fba98dd18b4dc64eb2720b2b6f LICENSE.txt
|
||||
14
package/python-semver/python-semver.mk
Normal file
14
package/python-semver/python-semver.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-semver
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SEMVER_VERSION = 2.13.0
|
||||
PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz
|
||||
PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/31/a9/b61190916030ee9af83de342e101f192bbb436c59be20a4cb0cdb7256ece
|
||||
PYTHON_SEMVER_SETUP_TYPE = setuptools
|
||||
PYTHON_SEMVER_LICENSE = BSD-3-Clause
|
||||
PYTHON_SEMVER_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user