- 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:
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
|
@ -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
|
||||
|
|
19
devel/py-flufl.lock/Makefile
Normal file
19
devel/py-flufl.lock/Makefile
Normal 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>
|
3
devel/py-flufl.lock/distinfo
Normal file
3
devel/py-flufl.lock/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1503368231
|
||||
SHA256 (flufl.lock-3.1.tar.gz) = 9ec516698af6437b335c74392e8faa17af7fcc033674174cfc57afea1c7b5dd0
|
||||
SIZE (flufl.lock-3.1.tar.gz) = 18011
|
4
devel/py-flufl.lock/pkg-descr
Normal file
4
devel/py-flufl.lock/pkg-descr
Normal 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
|
Loading…
Reference in a new issue