7e1c83d61a
this patch bumps python-pydal to version 20200714.1 Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> [yann.morin.1998@free.fr: two spaces in hash file] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
461 B
Makefile
15 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# python-pydal
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDAL_VERSION = 20200714.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))
|