[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,5 @@
# md5, sha256 from https://pypi.org/pypi/pep517/json
md5 7ed0adb5f737c316e071d48d66329a5d pep517-0.12.0.tar.gz
sha256 931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0 pep517-0.12.0.tar.gz
# Locally computed sha256 checksums
sha256 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154 LICENSE

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-pep517
#
################################################################################
PYTHON_PEP517_VERSION = 0.12.0
PYTHON_PEP517_SOURCE = pep517-$(PYTHON_PEP517_VERSION).tar.gz
PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1
PYTHON_PEP517_LICENSE = MIT
PYTHON_PEP517_LICENSE_FILES = LICENSE
PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
HOST_PYTHON_PEP517_DEPENDENCIES = host-python-tomli
$(eval $(host-python-package))