mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-zclockfile/Makefile
Normal file
19
python/py-zclockfile/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-zclockfile/Makefile 371280 2014-10-20 16:04:12Z mva $
|
||||
|
||||
PORTNAME= zclockfile
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= zc.lockfile-${PORTVERSION}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Basic inter-process locks
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zclockfile/distinfo
Normal file
2
python/py-zclockfile/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zc.lockfile-1.1.0.zip) = 1489ff1c4f655420793c46af5b427537e62435b02e83e92d7f74a73ed8a56198
|
||||
SIZE (zope/zc.lockfile-1.1.0.zip) = 16645
|
||||
10
python/py-zclockfile/pkg-descr
Normal file
10
python/py-zclockfile/pkg-descr
Normal file
@@ -0,0 +1,10 @@
|
||||
The zc.lockfile package provides a basic portable implementation of
|
||||
interprocess locks using lock files. The purpose if not specifically
|
||||
to lock files, but to simply provide locks with an implementation
|
||||
based on file-locking primitives. Of course, these locks could be
|
||||
used to mediate access to other files. For example, the ZODB file
|
||||
storage implementation uses file locks to mediate access to
|
||||
file-storage database files. The database files and lock file files
|
||||
are separate files.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zc.lockfile/
|
||||
Reference in New Issue
Block a user