47504a72e8
This will be needed for the upcoming host-python-hatchling. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
682 B
Makefile
18 lines
682 B
Makefile
################################################################################
|
|
#
|
|
# python-pluggy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PLUGGY_VERSION = 1.0.0
|
|
PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
|
|
PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1
|
|
PYTHON_PLUGGY_SETUP_TYPE = setuptools
|
|
PYTHON_PLUGGY_LICENSE = MIT
|
|
PYTHON_PLUGGY_LICENSE_FILES = LICENSE
|
|
PYTHON_PLUGGY_DEPENDENCIES = host-python-setuptools-scm
|
|
HOST_PYTHON_PLUGGY_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|