contrib/python3-filelock/Pkgfile

16 lines
457 B
Plaintext
Raw Normal View History

# Description: A platform independent file lock for Python
# URL: https://github.com/benediktschmitt/py-filelock
2021-10-10 12:24:01 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-filelock
2021-10-10 12:24:01 +02:00
version=3.3.0
release=1
2021-10-10 12:24:01 +02:00
source=(https://github.com/benediktschmitt/py-filelock/archive/$version/$name-$version.tar.gz)
build() {
cd py-filelock-$version
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}