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 = 7.0.1
|
|
PYTHON_PBR_SOURCE = pbr-$(PYTHON_PBR_VERSION).tar.gz
|
|
PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/ad/8d/23253ab92d4731eb34383a69b39568ca63a1685bec1e9946e91a32fc87ad
|
|
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))
|