aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python-pbr/template
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-09-09 22:47:37 +0000
committerAlessio Sergi <al3hex@gmail.com>2014-09-09 22:47:57 +0000
commit9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb (patch)
tree50627f7e46ba931fda50feaf4d72a44701c37c0a /srcpkgs/python-pbr/template
parent10313f0af412f5ea30fc706a15b0026f93522dae (diff)
downloadvoid-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.tar
void-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.tar.gz
void-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.tar.bz2
void-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.tar.lz
void-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.tar.xz
void-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.tar.zst
void-packages-9ba0fdf74f0f85f5c6c28819176a2515ef9a16cb.zip
python-pbr: update to 0.10.0
Diffstat (limited to '')
-rw-r--r--srcpkgs/python-pbr/template15
1 files changed, 7 insertions, 8 deletions
diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index 2117206f1db..b79c18199d8 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,25 +1,24 @@
# Template file for 'python-pbr'
pkgname=python-pbr
-version=0.8.2
+version=0.10.0
revision=1
noarch=yes
-wrksrc="${pkgname#*-}-${version}"
-python_versions="2.7 3.4"
+wrksrc="pbr-${version}"
build_style=python-module
+python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
-makedepends="python-devel python3.4-devel"
-depends="python"
+depends="python python-pip"
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="https://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
-checksum=eef2ace8d65d5902582cbc9ad3b2ecff0e86a6f90ad4837d8b17d568dd9dd20e
+distfiles="https://pypi.python.org/packages/source/p/pbr/pbr-${version}.tar.gz"
+checksum=52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce
python3.4-pbr_package() {
noarch=yes
- depends="python3.4"
+ depends="python3.4 python3.4-pip"
pycompile_version="3.4"
pycompile_module="pbr"
short_desc="${short_desc/Python2/Python3.4}"