From 0457b0a8823a77db0cf6d7ddff568b70ba915ab1 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 25 Apr 2017 20:21:48 +0000 Subject: 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. --- devel/py-flufl.lock/DESCR | 3 +++ devel/py-flufl.lock/Makefile | 14 ++++++++++++++ devel/py-flufl.lock/PLIST | 34 ++++++++++++++++++++++++++++++++++ devel/py-flufl.lock/distinfo | 6 ++++++ 4 files changed, 57 insertions(+) create mode 100644 devel/py-flufl.lock/DESCR create mode 100644 devel/py-flufl.lock/Makefile create mode 100644 devel/py-flufl.lock/PLIST create mode 100644 devel/py-flufl.lock/distinfo (limited to 'devel') 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 -- cgit v1.2.3