18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
|
# Description: Platform-independent file locking module
|
||
|
# URL: http://launchpad.net/pylockfile
|
||
|
# Packager: Chris Farrell, timcowchip at gmail dot com
|
||
|
# Maintainer: Chris Farrell, timcowchip at gmail dot com
|
||
|
# Depends on: python-setuptools
|
||
|
|
||
|
name=lockfile
|
||
|
version=0.12.2
|
||
|
release=1
|
||
|
|
||
|
source=(https://pypi.python.org/packages/source/l/lockfile/lockfile-0.12.2.tar.gz)
|
||
|
|
||
|
|
||
|
build() {
|
||
|
cd "${SRC}/${name}-${version}"
|
||
|
python setup.py install --root=$PKG
|
||
|
}
|