* update python-stevedore to 5.2.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:42 +01:00
parent 7e179d9b50
commit fe41fcfabd
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,15 @@
pkgbase = python-stevedore
pkgdesc = Manage dynamic plugins for Python applications
pkgver = 5.2.0
pkgrel = 3
url = https://github.com/openstack/stevedore
arch = any
license = Apache
makedepends = python-pbr
makedepends = python-setuptools
depends = python
options = !emptydirs
source = https://pypi.org/packages/source/s/stevedore/stevedore-5.2.0.tar.gz
sha256sums = 46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d
pkgname = python-stevedore

View File

@ -0,0 +1,3 @@
[python-stevedore]
source = "pypi"
pypi = "stevedore"

View File

@ -1,9 +1,9 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com
# Maintainer: Evangelos Foutras <foutrelis@archlinux.org
pkgname=python-stevedore
pkgver=5.2.0
pkgrel=2
pkgrel=3
pkgdesc="Manage dynamic plugins for Python applications"
arch=(any)
url="https://github.com/openstack/stevedore"