* update python-lockfile to 0.12.2-14

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:39 +01:00
parent 2b8c5a6a26
commit cc1a0a3a40
3 changed files with 19 additions and 5 deletions

View File

@ -0,0 +1,15 @@
pkgbase = python-lockfile
pkgdesc = Platform-independent file locking module
pkgver = 0.12.2
pkgrel = 14
url = https://github.com/openstack/pylockfile
arch = any
license = MIT
checkdepends = python-nose
makedepends = python-setuptools
makedepends = python-pbr
depends = python
source = https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-0.12.2.tar.gz
sha256sums = 6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799
pkgname = python-lockfile

View File

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

View File

@ -3,7 +3,7 @@
pkgbase=python-lockfile
pkgname=(python-lockfile)
pkgver=0.12.2
pkgrel=13
pkgrel=14
pkgdesc='Platform-independent file locking module'
arch=(any)
url='https://github.com/openstack/pylockfile'
@ -14,10 +14,6 @@ checkdepends=(python-nose)
source=(https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-$pkgver.tar.gz)
sha256sums=('6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799')
prepare() {
cp -a lockfile-$pkgver{,-py2}
}
build() {
cd "$srcdir/lockfile-$pkgver"
python setup.py build