python3-filelock: initial commit, version 3.0.12

This commit is contained in:
Tim Biermann 2020-08-21 08:46:35 +00:00 committed by Danny Rawlins
parent bcb439c251
commit d5e9ac6d23
3 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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

15
python3-filelock/Pkgfile Normal file
View File

@ -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
}