mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python-stevedore: update to 1.29.0
This commit is contained in:
parent
e42302aafd
commit
5162ada7e7
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-stevedore'
|
# Template file for 'python-stevedore'
|
||||||
pkgname=python-stevedore
|
pkgname=python-stevedore
|
||||||
version=1.28.0
|
version=1.29.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="stevedore-${version}"
|
wrksrc="stevedore-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="stevedore"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
||||||
depends="python-six"
|
depends="python-six"
|
||||||
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="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||||
checksum=f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f973d60b
|
checksum=1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove dependency on pbr; it's not a runtime dependency
|
# remove dependency on pbr; it's not a runtime dependency
|
||||||
|
|
Loading…
Add table
Reference in a new issue