From 3aef2f022c055a2dae05df74618520ebdb037dbf Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 14 Dec 2014 09:55:58 +0100 Subject: [PATCH] python-pbr: update to 0.10.2 --- 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 b79c18199d8..f75406d0ba8 100644 --- a/srcpkgs/python-pbr/template +++ b/srcpkgs/python-pbr/template @@ -1,24 +1,24 @@ # Template file for 'python-pbr' pkgname=python-pbr -version=0.10.0 +version=0.10.2 revision=1 noarch=yes wrksrc="pbr-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python python-pip" +depends="python-pip" pycompile_module="pbr" short_desc="Python2 build reasonableness" maintainer="Alessio Sergi " homepage="https://pypi.python.org/pypi/pbr" license="Apache-2.0" -distfiles="https://pypi.python.org/packages/source/p/pbr/pbr-${version}.tar.gz" -checksum=52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce +distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz" +checksum=f16f31839b293b3cf48ed3b34768b647743c3435e218c90d59ca9d1d27455bf8 python3.4-pbr_package() { noarch=yes - depends="python3.4 python3.4-pip" + depends="python3.4-pip" pycompile_version="3.4" pycompile_module="pbr" short_desc="${short_desc/Python2/Python3.4}"