mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +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'
|
||||
pkgname=python-stevedore
|
||||
version=1.28.0
|
||||
version=1.29.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="stevedore-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="stevedore"
|
||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
||||
depends="python-six"
|
||||
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="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||
checksum=f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f973d60b
|
||||
checksum=1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8
|
||||
|
||||
pre_build() {
|
||||
# remove dependency on pbr; it's not a runtime dependency
|
||||
|
|
Loading…
Add table
Reference in a new issue