mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
8
package/python-meld3/Config.in
Normal file
8
package/python-meld3/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_MELD3
|
||||
bool "python-meld3"
|
||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
A HTML/XML templating system.
|
||||
|
||||
https://github.com/supervisor/meld3
|
||||
6
package/python-meld3/python-meld3.hash
Normal file
6
package/python-meld3/python-meld3.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/meld3/json
|
||||
md5 56fff5d6599efeefc81cf2d3b8cf6b4e meld3-2.0.0.tar.gz
|
||||
sha256 1efda676264490db2e30bfb81b27a918cc6d9c2de6d609491aa43410b9537eb9 meld3-2.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 5fe11cd858707131b6ec1338b5c2cd68dd1fdb875e3ec967149bc6fea858ecec LICENSE.txt
|
||||
sha256 2422945b49554688d529e1f8d4ac6e0ab77a817e8889158e1e56cf963ecf5c4d COPYRIGHT.txt
|
||||
14
package/python-meld3/python-meld3.mk
Normal file
14
package/python-meld3/python-meld3.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-meld3
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MELD3_VERSION = 2.0.0
|
||||
PYTHON_MELD3_SOURCE = meld3-$(PYTHON_MELD3_VERSION).tar.gz
|
||||
PYTHON_MELD3_SITE = https://files.pythonhosted.org/packages/00/3b/023446ddc1bf0b519c369cbe88269c30c6a64bd10af4817c73f560c302f7
|
||||
PYTHON_MELD3_LICENSE = ZPL-2.1
|
||||
PYTHON_MELD3_LICENSE_FILES = COPYRIGHT.txt LICENSE.txt
|
||||
PYTHON_MELD3_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user