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'
|
# Template file for 'python-stevedore'
|
||||||
pkgname=python-stevedore
|
pkgname=python-stevedore
|
||||||
version=0.15
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="stevedore-${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 python-pbr python3.4-pbr"
|
makedepends="python-pbr python3.4-pbr"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="stevedore"
|
pycompile_module="stevedore"
|
||||||
short_desc="Manage dynamic plugins for Python2 applications"
|
short_desc="Manage dynamic plugins for Python2 applications"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="https://pypi.python.org/packages/source/s/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||||
checksum=bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847
|
checksum=4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f
|
||||||
|
|
||||||
python3.4-stevedore_package() {
|
python3.4-stevedore_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue