mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-pbr: update to 0.10.0
This commit is contained in:
parent
10313f0af4
commit
9ba0fdf74f
1 changed files with 7 additions and 8 deletions
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'python-pbr'
|
# Template file for 'python-pbr'
|
||||||
pkgname=python-pbr
|
pkgname=python-pbr
|
||||||
version=0.8.2
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="pbr-${version}"
|
||||||
python_versions="2.7 3.4"
|
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
depends="python python-pip"
|
||||||
depends="python"
|
|
||||||
pycompile_module="pbr"
|
pycompile_module="pbr"
|
||||||
short_desc="Python2 build reasonableness"
|
short_desc="Python2 build reasonableness"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pypi.python.org/pypi/pbr"
|
homepage="https://pypi.python.org/pypi/pbr"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="https://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/pbr/pbr-${version}.tar.gz"
|
||||||
checksum=eef2ace8d65d5902582cbc9ad3b2ecff0e86a6f90ad4837d8b17d568dd9dd20e
|
checksum=52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce
|
||||||
|
|
||||||
python3.4-pbr_package() {
|
python3.4-pbr_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4 python3.4-pip"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="pbr"
|
pycompile_module="pbr"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue