summaryrefslogtreecommitdiff
path: root/python3-filelock
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-08-21 08:46:35 +0000
committerDanny Rawlins <contact@romster.me>2020-08-22 19:07:18 +1000
commitd5e9ac6d230b3573ee54920e68c96b59c1fbd3cd (patch)
tree406c5dd430bdf9c8d7ec657ad6b09b7e168bab18 /python3-filelock
parentbcb439c25100ad65419767cf4e6eb3d53d5f534f (diff)
downloadcontrib-d5e9ac6d230b3573ee54920e68c96b59c1fbd3cd.tar.gz
contrib-d5e9ac6d230b3573ee54920e68c96b59c1fbd3cd.tar.xz
python3-filelock: initial commit, version 3.0.12
Diffstat (limited to 'python3-filelock')
-rw-r--r--python3-filelock/.footprint13
-rw-r--r--python3-filelock/.signature5
-rw-r--r--python3-filelock/Pkgfile15
3 files changed, 33 insertions, 0 deletions
diff --git a/python3-filelock/.footprint b/python3-filelock/.footprint
new file mode 100644
index 000000000..595fee3f4
--- /dev/null
+++ b/python3-filelock/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python3.7/
+drwxr-xr-x root/root usr/lib/python3.7/site-packages/
+drwxr-xr-x root/root usr/lib/python3.7/site-packages/__pycache__/
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/filelock.cpython-37.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/filelock.cpython-37.pyc
+drwxr-xr-x root/root usr/lib/python3.7/site-packages/filelock-3.0.12-py3.7.egg-info/
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/filelock-3.0.12-py3.7.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/filelock-3.0.12-py3.7.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/filelock-3.0.12-py3.7.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/filelock-3.0.12-py3.7.egg-info/top_level.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/filelock.py
diff --git a/python3-filelock/.signature b/python3-filelock/.signature
new file mode 100644
index 000000000..441734c70
--- /dev/null
+++ b/python3-filelock/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF32wdghjSE6F2dmDZ1Ev1fEqEuPmF1zHHWfgxFpJmpCg7Bpj2tm3xXAXB+r7nFtrWlJc07f/Pt6tWRmi0aaOd/gs=
+SHA256 (Pkgfile) = f06f2a8067ac068bdd2cc1daae4f27fca87e357c6870de37f9abdc2d017eeea6
+SHA256 (.footprint) = 15c284086551a960b30bb1f002c8bc59991fe95b47fbd79d80a00ad18624b95c
+SHA256 (python3-filelock-3.0.12.tar.gz) = eafca6feda88295a054ccb3276adcc8d326318b116fa5e124522dd51dd62fd56
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