generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
15
package/python-pydal/Config.in
Normal file
15
package/python-pydal/Config.in
Normal 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
|
||||
3
package/python-pydal/python-pydal.hash
Normal file
3
package/python-pydal/python-pydal.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 7891bd35d57b850efdbbe1f2d46cb1daf8c991c912a99e211ab87a30e7685781 python-pydal-20220609.1.tar.gz
|
||||
sha256 1f711e93f1e0c2eec576e2e60597dc2ed6f0a661e4749c6b8a39f0d4a72be468 LICENSE.txt
|
||||
14
package/python-pydal/python-pydal.mk
Normal file
14
package/python-pydal/python-pydal.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pydal
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDAL_VERSION = 20220609.1
|
||||
PYTHON_PYDAL_SITE = $(call github,web2py,pydal,v$(PYTHON_PYDAL_VERSION))
|
||||
PYTHON_PYDAL_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYDAL_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_PYDAL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user