python-pbr: update to 1.0.1

This commit is contained in:
Alessio Sergi 2015-05-21 09:11:55 +02:00
parent 84e78ef22b
commit 9741948337

View file

@ -1,19 +1,19 @@
# Template file for 'python-pbr'
pkgname=python-pbr
version=0.11.0
version=1.0.1
revision=1
noarch=yes
wrksrc="pbr-${version}"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools python-pip python3.4-pip"
depends="python-pip"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="pbr"
short_desc="Python2 build reasonableness"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pypi.python.org/pypi/pbr"
license="Apache-2.0"
distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz"
checksum=d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d
checksum=fc3d19ab844647388cc13a3df403bda872d2fc16662803d0ebcc1787d3645552
pre_build() {
cp -a ${wrksrc} /tmp/pbr-2.7
@ -38,7 +38,7 @@ do_install() {
python3.4-pbr_package() {
noarch=yes
depends="python3.4-pip"
depends="python3.4"
pycompile_version="3.4"
pycompile_module="pbr"
short_desc="${short_desc/Python2/Python3.4}"