python-stevedore: update to 1.0.0
This commit is contained in:
parent
db29872555
commit
b30b1327ca
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'python-stevedore'
|
||||
pkgname=python-stevedore
|
||||
version=0.15
|
||||
version=1.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
python_versions="2.7 3.4"
|
||||
wrksrc="stevedore-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel python-pbr python3.4-pbr"
|
||||
makedepends="python-pbr python3.4-pbr"
|
||||
depends="python"
|
||||
pycompile_module="stevedore"
|
||||
short_desc="Manage dynamic plugins for Python2 applications"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
||||
license="Apache-2.0"
|
||||
distfiles="https://pypi.python.org/packages/source/s/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847
|
||||
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||
checksum=4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f
|
||||
|
||||
python3.4-stevedore_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue