Port details |
- py-zclockfile Basic inter-process locks
- 2.0 devel
=1 2.0Version of this port present on the latest quarterly branch. - Maintainer: zope@FreeBSD.org
 - Port Added: 2009-12-15 03:56:42
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: py38-Automat, freeimage, font-misc-meltho, libjxl, py38-pycparser
- Also Listed In: python
- License: ZPL21
- Description:
- 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.org/project/zc.lockfile/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}zclockfile>0:devel/py-zclockfile@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-zclockfile/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-zclockfile
- pkg install py38-zclockfile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-zclockfile listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-zclockfile
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1566987285
SHA256 (zope/zc.lockfile-2.0.tar.gz) = 307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b
SIZE (zope/zc.lockfile-2.0.tar.gz) = 11923
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- databases/zodb
- devel/py-yg.lockfile
- science/dvc
- www/py-cherrypy
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_py-zclockfile
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
2.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
29 Jul 2020 06:18:08
2.0
|
kai  |
devel/py-zclockfile: Update to 2.0
* Add a "do-test" target to make future QA easier while I'm here.
Changelog:
https://github.com/zopefoundation/zc.lockfile/blob/2.0/CHANGES.rst
PR: 247891
Approved by: maintainer timeout (14+ days)
MFH: No (contains API incompatible changes) |
25 Feb 2019 23:11:03
1.4
|
rm  |
devel/py-zclockfile: update to 1.4
PR: 235842
Submitted by: yuri |
25 Apr 2018 16:42:38
1.1.0_1
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
09 Apr 2018 09:03:34
1.1.0_1
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
08 Feb 2018 20:18:09
1.1.0_1
|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
20 Oct 2014 16:04:14
1.1.0_1
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
06 Jan 2014 09:47:36
1.1.0_1
|
rm  |
- stop using easy_install for installing
- convert to autogenerated packing list
- bump PORTREVISION because the resulting packages changed
- add staging support as side effect of PYDISTUTILS_AUTOPLIST
- move DIST_SUBDIR to more appropriate Makefile "section", and
add it where it is missing |
23 Sep 2013 12:52:17
1.1.0
|
rm  |
Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW
All changes are non-functional. |
20 Sep 2013 17:13:47
1.1.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
22 Mar 2013 01:31:31
1.1.0
|
wen  |
- Fix build
Reported by: miwi@ |
21 Mar 2013 06:34:43
1.1.0
|
wen  |
- Update to 1.1.0
- Trim Makefile headers
- Pass maintainership to zope@ |
25 Feb 2011 07:50:41
1.0.0_1
|
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
15 Dec 2009 03:56:11
1.0.0
|
wen  |
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: http://pypi.python.org/pypi/zc.lockfile |