contrib/python3-fasteners/Pkgfile

17 lines
473 B
Plaintext

# Description: A python package that provides useful locks
# URL: https://github.com/harlowja/fasteners
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
# Optional: python3-six
name=python3-fasteners
version=0.16.3
release=1
source=(https://pypi.org/packages/source/f/fasteners/fasteners-$version.tar.gz)
build() {
cd fasteners-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --optimize=1 --root=$PKG
}