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,15 @@
config BR2_PACKAGE_PYTHON_PYDAL
bool python-pydal
help
pyDAL is a pure Python Database Abstraction Layer. It
dynamically generates the SQL in real time using the
specified dialect for the database back end, so that you do
not have to write SQL code or learn different SQL dialects
(the term SQL is used generically), and your code will be
portable among different types of databases.
pyDAL comes from the original web2py's DAL, with the aim of
being wide-compatible. pyDAL doesn't require web2py and can
be used in any Python context.
https://github.com/web2py/pydal

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pydal/json, sha256 locally computed
md5 74c6cc43d5ee57bcffa804c1204030d8 pyDAL-16.9.tar.gz
sha256 e5e18b10df044c4328a5a2fe0400793a8f643fe3526daee8c99103fc5589476e pyDAL-16.9.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-pydal
#
################################################################################
PYTHON_PYDAL_VERSION = 16.9
PYTHON_PYDAL_SOURCE = pyDAL-$(PYTHON_PYDAL_VERSION).tar.gz
PYTHON_PYDAL_SITE = https://pypi.python.org/packages/31/cb/7537f8d848106e3e4b4063955395a5dc3177c32c2cd2cc0a1938a486d4fa
PYTHON_PYDAL_LICENSE = BSD-3c
PYTHON_PYDAL_LICENSE_FILES = LICENSE
PYTHON_PYDAL_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))