-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
License is BSD-3-Clause as stated in upstream LICENSE.txt: https://github.com/web2py/yatl/blob/master/LICENSE.txt An issue was opened to add LICENSE.txt in pypi tarballs: web2py/yatl#21 Add host variant as it will be needed for python-web2py Signed-off-by: Fabrice Fontaine <[email protected]> Reviewed-by: Asaf Kahlon <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information
Showing
5 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config BR2_PACKAGE_PYTHON_YATL | ||
bool "python-yatl" | ||
help | ||
Yet Another Template Language. | ||
|
||
https://github.com/web2py/yatl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |