ports/contrib (3.6): python3-filelock: initial commit, version 3.0.12
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit d5e9ac6d230b3573ee54920e68c96b59c1fbd3cd Author: Tim Biermann <tbier@posteo.de> Date: Fri Aug 21 08:46:35 2020 +0000 python3-filelock: initial commit, version 3.0.12 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-$vers...) + +build() { + cd py-filelock-$version + python3 setup.py build + python3 setup.py install --root="$PKG" --optimize=1 +}
participants (1)
-
crux@crux.nu