abce8e3c43
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
591 B
Makefile
16 lines
591 B
Makefile
################################################################################
|
|
#
|
|
# python-pluggy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PLUGGY_VERSION = 0.13.1
|
|
PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
|
|
PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14
|
|
PYTHON_PLUGGY_SETUP_TYPE = setuptools
|
|
PYTHON_PLUGGY_LICENSE = MIT
|
|
PYTHON_PLUGGY_LICENSE_FILES = LICENSE
|
|
PYTHON_PLUGGY_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|