From bab7266a5b49177c1959e05a183727540a23853c Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 30 Aug 2017 00:12:23 +0000 Subject: [PATCH] - 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 --- devel/Makefile | 1 + devel/py-flufl.lock/Makefile | 19 +++++++++++++++++++ devel/py-flufl.lock/distinfo | 3 +++ devel/py-flufl.lock/pkg-descr | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 devel/py-flufl.lock/Makefile create mode 100644 devel/py-flufl.lock/distinfo create mode 100644 devel/py-flufl.lock/pkg-descr 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 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