pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-flufl.lock Import flufl.lock 2.4.1 as devel/p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/513048206879
branches: trunk
changeset: 361739:513048206879
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Apr 25 20:21:48 2017 +0000
description:
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:
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(+), 0 deletions(-)
diffs (73 lines):
diff -r 4260ed9fabd5 -r 513048206879 devel/py-flufl.lock/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.lock/DESCR Tue Apr 25 20:21:48 2017 +0000
@@ -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 -r 4260ed9fabd5 -r 513048206879 devel/py-flufl.lock/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.lock/Makefile Tue Apr 25 20:21:48 2017 +0000
@@ -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@localhost
+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 -r 4260ed9fabd5 -r 513048206879 devel/py-flufl.lock/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.lock/PLIST Tue Apr 25 20:21:48 2017 +0000
@@ -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 -r 4260ed9fabd5 -r 513048206879 devel/py-flufl.lock/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.lock/distinfo Tue Apr 25 20:21:48 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index