pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-flufl.lock



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Apr 25 20:21:48 UTC 2017

Added Files:
        pkgsrc/devel/py-flufl.lock: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-flufl.lock/DESCR \
    pkgsrc/devel/py-flufl.lock/Makefile pkgsrc/devel/py-flufl.lock/PLIST \
    pkgsrc/devel/py-flufl.lock/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-flufl.lock/DESCR
diff -u /dev/null pkgsrc/devel/py-flufl.lock/DESCR:1.1
--- /dev/null   Tue Apr 25 20:21:48 2017
+++ pkgsrc/devel/py-flufl.lock/DESCR    Tue Apr 25 20:21:48 2017
@@ -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.
Index: pkgsrc/devel/py-flufl.lock/Makefile
diff -u /dev/null pkgsrc/devel/py-flufl.lock/Makefile:1.1
--- /dev/null   Tue Apr 25 20:21:48 2017
+++ pkgsrc/devel/py-flufl.lock/Makefile Tue Apr 25 20:21:48 2017
@@ -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"
Index: pkgsrc/devel/py-flufl.lock/PLIST
diff -u /dev/null pkgsrc/devel/py-flufl.lock/PLIST:1.1
--- /dev/null   Tue Apr 25 20:21:48 2017
+++ pkgsrc/devel/py-flufl.lock/PLIST    Tue Apr 25 20:21:48 2017
@@ -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
Index: pkgsrc/devel/py-flufl.lock/distinfo
diff -u /dev/null pkgsrc/devel/py-flufl.lock/distinfo:1.1
--- /dev/null   Tue Apr 25 20:21:48 2017
+++ pkgsrc/devel/py-flufl.lock/distinfo Tue Apr 25 20:21:48 2017
@@ -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