mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
591 B
Makefile
15 lines
591 B
Makefile
################################################################################
|
|
#
|
|
# python-pbr
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PBR_VERSION = 6.1.0
|
|
PYTHON_PBR_SOURCE = pbr-$(PYTHON_PBR_VERSION).tar.gz
|
|
PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/b2/35/80cf8f6a4f34017a7fe28242dc45161a1baa55c41563c354d8147e8358b2
|
|
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))
|