d218f0ee69
PBR is a library that injects some useful and sensible default behaviors into a setuptools run. Signed-off-by: Adam Duskett <aduskett@greenlots.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
591 B
Makefile
15 lines
591 B
Makefile
################################################################################
|
|
#
|
|
# python-pbr
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PBR_VERSION = 5.4.3
|
|
PYTHON_PBR_SOURCE = pbr-$(PYTHON_PBR_VERSION).tar.gz
|
|
PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/99/f1/7807d3409c79905a907f1c616d910c921b2a8e73c17b2969930318f44777
|
|
PYTHON_PBR_SETUP_TYPE = setuptools
|
|
PYTHON_PBR_LICENSE = Apache-2.0 (module), BSD-3-Clause (test package)
|
|
PYTHON_PBR_LICENSE_FILES = LICENSE pbr/tests/testpackage/LICENSE.txt
|
|
|
|
$(eval $(host-python-package))
|