This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_YATL
bool "python-yatl"
help
Yet Another Template Language.
https://github.com/web2py/yatl
+3
View File
@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/yatl/json
md5 930be78b3d6e33f3f920619d673c345a yatl-20200430.1.tar.gz
sha256 5220390b27f010046642c00aded9ffc694e383a3d7a47985c8809d8482c8478a yatl-20200430.1.tar.gz
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-yatl
#
################################################################################
PYTHON_YATL_VERSION = 20200430.1
PYTHON_YATL_SOURCE = yatl-$(PYTHON_YATL_VERSION).tar.gz
PYTHON_YATL_SITE = https://files.pythonhosted.org/packages/7f/bd/aa36c1a1d876757e3fa365e6c455097ebd3f2e8e7ded23e75901ff9c9ecf
PYTHON_YATL_SETUP_TYPE = setuptools
PYTHON_YATL_LICENSE = BSD-3-Clause
$(eval $(python-package))
$(eval $(host-python-package))