From cc1a0a3a4025877e4e79e377a8538297f8ebc57d Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 11:54:39 +0100 Subject: [PATCH] * update python-lockfile to 0.12.2-14 --- python/python-lockfile/.SRCINFO | 15 +++++++++++++++ python/python-lockfile/.nvchecker.toml | 3 +++ python/python-lockfile/PKGBUILD | 6 +----- 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 python/python-lockfile/.SRCINFO create mode 100644 python/python-lockfile/.nvchecker.toml diff --git a/python/python-lockfile/.SRCINFO b/python/python-lockfile/.SRCINFO new file mode 100644 index 0000000000..ab05cbd612 --- /dev/null +++ b/python/python-lockfile/.SRCINFO @@ -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 diff --git a/python/python-lockfile/.nvchecker.toml b/python/python-lockfile/.nvchecker.toml new file mode 100644 index 0000000000..833e0b5c9a --- /dev/null +++ b/python/python-lockfile/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-lockfile] +source = "pypi" +pypi = "lockfile" diff --git a/python/python-lockfile/PKGBUILD b/python/python-lockfile/PKGBUILD index 95bbdd3cc1..4b4168f547 100644 --- a/python/python-lockfile/PKGBUILD +++ b/python/python-lockfile/PKGBUILD @@ -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