SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/py-zc-lockfile/Makefile
Normal file
22
devel/py-zc-lockfile/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = basic inter-process locks
|
||||
|
||||
MODPY_EGG_VERSION = 2.0
|
||||
DISTNAME = zc.lockfile-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-zc-lockfile${DISTNAME}
|
||||
REVISION = 5
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# ZPL 2.1
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
MODPY_TEST_DIR = ${WRKSRC}/src
|
||||
MODPY_PYTEST_ARGS = zc/lockfile/tests.py
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-zc-lockfile/distinfo
Normal file
2
devel/py-zc-lockfile/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (zc.lockfile-2.0.tar.gz) = MHrXgifki+Jg5kiW7IiG7cfq4i2OxT5NUoq1U3qDIDs=
|
||||
SIZE (zc.lockfile-2.0.tar.gz) = 11923
|
7
devel/py-zc-lockfile/pkg/DESCR
Normal file
7
devel/py-zc-lockfile/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
20
devel/py-zc-lockfile/pkg/PLIST
Normal file
20
devel/py-zc-lockfile/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
@pkgpath devel/py-zc-lockfile
|
||||
@conflict py3-zc-lockfilezc.lockfile-*
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/LICENSE.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/namespace_packages.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zc.lockfile-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/README.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/zc/lockfile/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/${MODPY_PYCACHE}tests.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/${MODPY_PYCACHE}tests.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/zc/lockfile/tests.py
|
Loading…
Add table
Add a link
Reference in a new issue