aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2017-08-30 08:12:23 +0800
committeracm <acm@FreeBSD.org>2017-08-30 08:12:23 +0800
commit30c9c5f5b1013845344f5ea558b9289b08673c84 (patch)
treecf5e29653f6c67ead5877399778bfa9bfa5d5e30
parente538cf0e16a0f4da97687150f54c9354db71fa08 (diff)
downloadfreebsd-ports-gnome-30c9c5f5b1013845344f5ea558b9289b08673c84.tar.gz
freebsd-ports-gnome-30c9c5f5b1013845344f5ea558b9289b08673c84.tar.zst
freebsd-ports-gnome-30c9c5f5b1013845344f5ea558b9289b08673c84.zip
- New port: devel/py-flufl.lock
This package is called flufl.lock. It is an NFS-safe file-based lock with timeouts for POSIX systems. WWW: https://flufllock.readthedocs.io
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-flufl.lock/Makefile19
-rw-r--r--devel/py-flufl.lock/distinfo3
-rw-r--r--devel/py-flufl.lock/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d32eb516df14..bd384a5df20c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4380,6 +4380,7 @@
SUBDIR += py-flask-babel
SUBDIR += py-flexmock
SUBDIR += py-flufl.i18n
+ SUBDIR += py-flufl.lock
SUBDIR += py-foolscap
SUBDIR += py-fortran
SUBDIR += py-freebsd
diff --git a/devel/py-flufl.lock/Makefile b/devel/py-flufl.lock/Makefile
new file mode 100644
index 000000000000..3d1731d30742
--- /dev/null
+++ b/devel/py-flufl.lock/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= flufl.lock
+PORTVERSION= 3.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= NFS-safe file locking with timeouts for POSIX systems
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic
+
+USES= python:3
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/devel/py-flufl.lock/distinfo b/devel/py-flufl.lock/distinfo
new file mode 100644
index 000000000000..93fb5830af4b
--- /dev/null
+++ b/devel/py-flufl.lock/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503368231
+SHA256 (flufl.lock-3.1.tar.gz) = 9ec516698af6437b335c74392e8faa17af7fcc033674174cfc57afea1c7b5dd0
+SIZE (flufl.lock-3.1.tar.gz) = 18011
diff --git a/devel/py-flufl.lock/pkg-descr b/devel/py-flufl.lock/pkg-descr
new file mode 100644
index 000000000000..a17b5f4f4cbd
--- /dev/null
+++ b/devel/py-flufl.lock/pkg-descr
@@ -0,0 +1,4 @@
+This package is called flufl.lock. It is an NFS-safe file-based lock with
+timeouts for POSIX systems.
+
+WWW: https://flufllock.readthedocs.io