Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_HYPERLINK
bool "python-hyperlink"
help
A featureful, correct URL for Python.
https://github.com/python-hyper/hyperlink

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/hyperlink/json, sha256 locally computed
md5 7a86b09d80b8f0c89f6b61efa0ebaab9 hyperlink-17.3.0.tar.gz
sha256 ddadbbdda2b94182da14be1b5d26ec3188dfdf9687b9b8c8d810f52f79b7af1a hyperlink-17.3.0.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-hyperlink
#
################################################################################
PYTHON_HYPERLINK_VERSION = 17.3.0
PYTHON_HYPERLINK_SOURCE = hyperlink-$(PYTHON_HYPERLINK_VERSION).tar.gz
PYTHON_HYPERLINK_SITE = https://pypi.python.org/packages/61/9c/69aa5d6942271961ad1fff910db77706623423d054ecb647da963efdf49a
PYTHON_HYPERLINK_SETUP_TYPE = setuptools
PYTHON_HYPERLINK_LICENSE = MIT
PYTHON_HYPERLINK_LICENSE_FILES = LICENSE
$(eval $(python-package))