From 9741948337bc553786d6337b3d46ecccf80914a4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 21 May 2015 09:11:55 +0200 Subject: [PATCH] python-pbr: update to 1.0.1 --- srcpkgs/python-pbr/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template index f6ccaccb1a1..3e05efb8167 100644 --- a/srcpkgs/python-pbr/template +++ b/srcpkgs/python-pbr/template @@ -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 " 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}"