From 883a90ee488a71d218d9a17c751f728aab1d941c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 17:13:00 +0200 Subject: [PATCH] python-pbr: update to 4.0.3 --- srcpkgs/python-pbr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template index 114f98c7a64..d8657f6da89 100644 --- a/srcpkgs/python-pbr/template +++ b/srcpkgs/python-pbr/template @@ -1,19 +1,19 @@ # Template file for 'python-pbr' pkgname=python-pbr -version=4.0.2 +version=4.0.3 revision=1 noarch=yes wrksrc="pbr-${version}" build_style=python-module +pycompile_module="pbr" hostmakedepends="python-setuptools python3-setuptools" depends="python" -pycompile_module="pbr" short_desc="Python2 build reasonableness" maintainer="Alessio Sergi " homepage="https://docs.openstack.org/developer/pbr/" license="Apache-2.0" distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz" -checksum=dae4aaa78eafcad10ce2581fc34d694faa616727837fd8e55c1a00951ad6744f +checksum=6874feb22334a1e9a515193cba797664e940b763440c88115009ec323a7f2df5 alternatives="pbr:pbr:/usr/bin/pbr2" python3-pbr_package() {