- 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
This commit is contained in:
Jose Alonso Cardenas Marquez 2017-08-30 00:12:23 +00:00
parent 52bfe61b18
commit bab7266a5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448947
4 changed files with 27 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1503368231
SHA256 (flufl.lock-3.1.tar.gz) = 9ec516698af6437b335c74392e8faa17af7fcc033674174cfc57afea1c7b5dd0
SIZE (flufl.lock-3.1.tar.gz) = 18011

View file

@ -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