* update python-lockfile to 0.12.2-14
This commit is contained in:
parent
2b8c5a6a26
commit
cc1a0a3a40
15
python/python-lockfile/.SRCINFO
Normal file
15
python/python-lockfile/.SRCINFO
Normal 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
|
3
python/python-lockfile/.nvchecker.toml
Normal file
3
python/python-lockfile/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-lockfile]
|
||||
source = "pypi"
|
||||
pypi = "lockfile"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user