Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 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))