mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-pydal: new package
This package adds the python-pydal python package. pyDAL is a pure Python Database Abstraction Layer. [Thomas: - rewrap Config.in help text - add upstream URL in Config.in help text.] Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5a8951273a
commit
84057b2ead
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 = v15.03
|
||||
PYTHON_PYDAL_SITE = $(call github,web2py,pydal,$(PYTHON_PYDAL_VERSION))
|
||||
PYTHON_PYDAL_LICENSE = BSD-3c
|
||||
PYTHON_PYDAL_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYDAL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user