summaryrefslogtreecommitdiff
path: root/python3-filelock/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-filelock/Pkgfile')
-rw-r--r--python3-filelock/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/python3-filelock/Pkgfile b/python3-filelock/Pkgfile
new file mode 100644
index 000000000..378ed206d
--- /dev/null
+++ b/python3-filelock/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A platform independent file lock for Python
+# URL: https://github.com/benediktschmitt/py-filelock
+# Maintainer:
+# Depends on: python3-setuptools
+
+name=python3-filelock
+version=3.0.12
+release=1
+source=(https://github.com/benediktschmitt/py-filelock/archive/v$version/$name-$version.tar.gz)
+
+build() {
+ cd py-filelock-$version
+ python3 setup.py build
+ python3 setup.py install --root="$PKG" --optimize=1
+}

Generated by cgit