summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-04-25 20:21:48 +0000
committerfhajny <fhajny>2017-04-25 20:21:48 +0000
commit0457b0a8823a77db0cf6d7ddff568b70ba915ab1 (patch)
tree0cfc67d2349e69cb4f8229565ed6e4f6b19b6210 /devel
parentb09b1f5cfbd4b639e92cdde5a7af8d2046b045e9 (diff)
downloadpkgsrc-0457b0a8823a77db0cf6d7ddff568b70ba915ab1.tar.gz
Import flufl.lock 2.4.1 as devel/py-flufl.lock.
The `flufl.lock` library provides an NFS-safe file-based locking algorithm influenced by the GNU/Linux `open(2)` manpage, under the description of the `O_EXCL` option.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-flufl.lock/DESCR3
-rw-r--r--devel/py-flufl.lock/Makefile14
-rw-r--r--devel/py-flufl.lock/PLIST34
-rw-r--r--devel/py-flufl.lock/distinfo6
4 files changed, 57 insertions, 0 deletions
diff --git a/devel/py-flufl.lock/DESCR b/devel/py-flufl.lock/DESCR
new file mode 100644
index 00000000000..de73975f67e
--- /dev/null
+++ b/devel/py-flufl.lock/DESCR
@@ -0,0 +1,3 @@
+The `flufl.lock` library provides an NFS-safe file-based locking
+algorithm influenced by the GNU/Linux `open(2)` manpage, under
+the description of the `O_EXCL` option.
diff --git a/devel/py-flufl.lock/Makefile b/devel/py-flufl.lock/Makefile
new file mode 100644
index 00000000000..754bf2c0527
--- /dev/null
+++ b/devel/py-flufl.lock/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/04/25 20:21:48 fhajny Exp $
+
+DISTNAME= flufl.lock-2.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/flufl.lock/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://launchpad.net/flufl.lock/
+COMMENT= NFS-safe file locking with timeouts for POSIX systems
+LICENSE= gnu-lgpl-v3
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-flufl.lock/PLIST b/devel/py-flufl.lock/PLIST
new file mode 100644
index 00000000000..0655c8296aa
--- /dev/null
+++ b/devel/py-flufl.lock/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/25 20:21:48 fhajny Exp $
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/flufl/lock/NEWS.rst
+${PYSITELIB}/flufl/lock/README.rst
+${PYSITELIB}/flufl/lock/__init__.py
+${PYSITELIB}/flufl/lock/__init__.pyo
+${PYSITELIB}/flufl/lock/__init__.pyc
+${PYSITELIB}/flufl/lock/_lockfile.pyo
+${PYSITELIB}/flufl/lock/_lockfile.pyc
+${PYSITELIB}/flufl/lock/conf.pyo
+${PYSITELIB}/flufl/lock/conf.pyc
+${PYSITELIB}/flufl/lock/_lockfile.py
+${PYSITELIB}/flufl/lock/conf.py
+${PYSITELIB}/flufl/lock/docs/__init__.py
+${PYSITELIB}/flufl/lock/docs/__init__.pyo
+${PYSITELIB}/flufl/lock/docs/__init__.pyc
+${PYSITELIB}/flufl/lock/docs/using.rst
+${PYSITELIB}/flufl/lock/tests/__init__.py
+${PYSITELIB}/flufl/lock/tests/__init__.pyo
+${PYSITELIB}/flufl/lock/tests/__init__.pyc
+${PYSITELIB}/flufl/lock/tests/subproc.pyo
+${PYSITELIB}/flufl/lock/tests/subproc.pyc
+${PYSITELIB}/flufl/lock/tests/test_documentation.pyo
+${PYSITELIB}/flufl/lock/tests/test_documentation.pyc
+${PYSITELIB}/flufl/lock/tests/test_lockfile.pyo
+${PYSITELIB}/flufl/lock/tests/test_lockfile.pyc
+${PYSITELIB}/flufl/lock/tests/subproc.py
+${PYSITELIB}/flufl/lock/tests/test_documentation.py
+${PYSITELIB}/flufl/lock/tests/test_lockfile.py
diff --git a/devel/py-flufl.lock/distinfo b/devel/py-flufl.lock/distinfo
new file mode 100644
index 00000000000..77fe6063943
--- /dev/null
+++ b/devel/py-flufl.lock/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/25 20:21:48 fhajny Exp $
+
+SHA1 (flufl.lock-2.4.1.tar.gz) = 40c0a7808e27a077ac28b2f7b6e4dc74511e9292
+RMD160 (flufl.lock-2.4.1.tar.gz) = 352f4dafa3965b8f9b57bbb1e103719f3bed092e
+SHA512 (flufl.lock-2.4.1.tar.gz) = 8f0b2e311538191539f0ba325cc53e1066eea072f521289f801b8c2cf849a689b94185e13e15f586625f62a4f6a771c78f916a806a953610550a03ccc7d6ec2f
+Size (flufl.lock-2.4.1.tar.gz) = 20623 bytes