19 lines
537 B
Bash
19 lines
537 B
Bash
# Template file for 'python3-pbr'
|
|
pkgname=python3-pbr
|
|
version=5.6.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 build reasonableness"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://docs.openstack.org/developer/pbr/"
|
|
distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz"
|
|
checksum=42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd
|
|
alternatives="pbr:pbr:/usr/bin/pbr3"
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/bin/pbr{,3}
|
|
}
|