[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_PYRATEMP
bool "python-pyratemp"
help
python-pyratemp is a Python library for doing html
templates. written entirely in Python, that is designed to
be very easy to use and very like writing Python.
https://pypi.python.org/pypi/pyratemp/

View File

@ -0,0 +1,5 @@
#md5 from https://pypi.python.org/pypi?:action=show_md5&digest=e4bbe5d4a98016efef882b2b2f47defb
md5 e4bbe5d4a98016efef882b2b2f47defb pyratemp-0.3.2.tgz
# Locally calculated:
sha256 c45ed656ada482a02fe780495f37a695e7671accb04f918f7e7f18abf877bc71 pyratemp-0.3.2.tgz
sha256 3de57a97f9c8492808867ae2ac2b33b422a8a34d29d0ea981b9e85c0963462db LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pyratemp
#
################################################################################
PYTHON_PYRATEMP_VERSION = 0.3.2
PYTHON_PYRATEMP_SOURCE = pyratemp-$(PYTHON_PYRATEMP_VERSION).tgz
PYTHON_PYRATEMP_SITE = https://pypi.python.org/packages/source/p/pyratemp
PYTHON_PYRATEMP_LICENSE = MIT
PYTHON_PYRATEMP_LICENSE_FILES = LICENSE
PYTHON_PYRATEMP_SETUP_TYPE = distutils
$(eval $(python-package))