milis/talimatname/genel/lockfile/talimat

18 lines
448 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# 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
}