Bump buildroot to 2019.02
This commit is contained in:
6
bsp/buildroot/package/python-semver/Config.in
Normal file
6
bsp/buildroot/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/k-bx/python-semver
|
||||
3
bsp/buildroot/package/python-semver/python-semver.hash
Normal file
3
bsp/buildroot/package/python-semver/python-semver.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/semver/json
|
||||
md5 dc579ba9d0bb2137bad5324d4bdb7e40 semver-2.8.1.tar.gz
|
||||
sha256 5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8 semver-2.8.1.tar.gz
|
||||
14
bsp/buildroot/package/python-semver/python-semver.mk
Normal file
14
bsp/buildroot/package/python-semver/python-semver.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-semver
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SEMVER_VERSION = 2.8.1
|
||||
PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz
|
||||
PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/47/13/8ae74584d6dd33a1d640ea27cd656a9f718132e75d759c09377d10d64595
|
||||
PYTHON_SEMVER_SETUP_TYPE = setuptools
|
||||
# no license file in tarball, but available in git
|
||||
PYTHON_SEMVER_LICENSE = BSD-3-Clause
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user