update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_PYRATEMP
bool "python-pyratemp"
help
python-pyratemp is a Python library for doing html
templates. written entirely in Python, that is designed to
be very easy to use and very like writing Python.
https://pypi.python.org/pypi/pyratemp/

View File

@@ -0,0 +1,4 @@
#md5 from https://pypi.python.org/pypi?:action=show_md5&digest=e4bbe5d4a98016efef882b2b2f47defb
md5 e4bbe5d4a98016efef882b2b2f47defb pyratemp-0.3.2.tgz
# Locally calculated:
sha256 c45ed656ada482a02fe780495f37a695e7671accb04f918f7e7f18abf877bc71 pyratemp-0.3.2.tgz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pyratemp
#
################################################################################
PYTHON_PYRATEMP_VERSION = 0.3.2
PYTHON_PYRATEMP_SOURCE = pyratemp-$(PYTHON_PYRATEMP_VERSION).tgz
PYTHON_PYRATEMP_SITE = https://pypi.python.org/packages/source/p/pyratemp
PYTHON_PYRATEMP_LICENSE = MIT
PYTHON_PYRATEMP_LICENSE_FILES = LICENSE
PYTHON_PYRATEMP_SETUP_TYPE = distutils
$(eval $(python-package))