package/python-expandvars: new host package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
367104d837
commit
96e848c970
5
package/python-expandvars/python-expandvars.hash
Normal file
5
package/python-expandvars/python-expandvars.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/expandvars/json
|
||||
md5 8091f578a547e2b4b9df59100a179266 expandvars-0.12.0.tar.gz
|
||||
sha256 7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844 expandvars-0.12.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b8a43c35080fc5855e4f8171e4d0d002f6ff1633d8cfc0b5dee0ac4ced2deac7 LICENSE
|
15
package/python-expandvars/python-expandvars.mk
Normal file
15
package/python-expandvars/python-expandvars.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-expandvars
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_EXPANDVARS_VERSION = 0.12.0
|
||||
PYTHON_EXPANDVARS_SOURCE = expandvars-$(PYTHON_EXPANDVARS_VERSION).tar.gz
|
||||
PYTHON_EXPANDVARS_SITE = https://files.pythonhosted.org/packages/2b/a5/46d1f58edcae1d632fafdfee313e378240e002ae45d26502bac938bd8751
|
||||
PYTHON_EXPANDVARS_SETUP_TYPE = pep517
|
||||
PYTHON_EXPANDVARS_LICENSE = MIT
|
||||
PYTHON_EXPANDVARS_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON_EXPANDVARS_DEPENDENCIES = host-python-hatchling
|
||||
|
||||
$(eval $(host-python-package))
|
Loading…
Reference in New Issue
Block a user