package/python-pep517: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
4872d52731
commit
860e9b3f55
@ -1306,6 +1306,7 @@ F: package/python-greenlet/
|
||||
F: package/python-janus/
|
||||
F: package/python-logstash/
|
||||
F: package/python-multidict/
|
||||
F: package/python-pep517/
|
||||
F: package/python-pycares/
|
||||
F: package/python-pydyf/
|
||||
F: package/python-pyphen/
|
||||
|
5
package/python-pep517/python-pep517.hash
Normal file
5
package/python-pep517/python-pep517.hash
Normal 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
|
16
package/python-pep517/python-pep517.mk
Normal file
16
package/python-pep517/python-pep517.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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 = distutils
|
||||
HOST_PYTHON_PEP517_NEEDS_HOST_PYTHON = python3
|
||||
HOST_PYTHON_PEP517_DEPENDENCIES = host-python-tomli
|
||||
|
||||
$(eval $(host-python-package))
|
Loading…
Reference in New Issue
Block a user