package/python-poetry-core: 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
bb5cb8955b
commit
9d92841d5a
5
package/python-poetry-core/python-poetry-core.hash
Normal file
5
package/python-poetry-core/python-poetry-core.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/poetry-core/json
|
||||
md5 7461547cac0e0e9c8cd7463aa87e7470 poetry_core-1.7.0.tar.gz
|
||||
sha256 8f679b83bd9c820082637beca1204124d5d2a786e4818da47ec8acefd0353b74 poetry_core-1.7.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982 LICENSE
|
14
package/python-poetry-core/python-poetry-core.mk
Normal file
14
package/python-poetry-core/python-poetry-core.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-poetry-core
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_POETRY_CORE_VERSION = 1.7.0
|
||||
PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz
|
||||
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/cb/1c/af7f886e723b2dfbaea9b8a739153f227b386dd856cf956f9fd0ed0a502b
|
||||
PYTHON_POETRY_CORE_SETUP_TYPE = pep517
|
||||
PYTHON_POETRY_CORE_LICENSE = MIT
|
||||
PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(host-python-package))
|
Loading…
Reference in New Issue
Block a user