components/python/lockfile/lockfile-PYVER.p5m
changeset 1948 2d1537e7942d
parent 1762 318f8ff09ac3
child 6793 22022354a440
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    26 set name=pkg.summary value="File locking module for Python"
    26 set name=pkg.summary value="File locking module for Python"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="The lockfile package provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls."
    28     value="The lockfile package provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls."
    29 set name=com.oracle.info.description \
    29 set name=com.oracle.info.description \
    30     value="lockfile, the Python file locking module"
    30     value="lockfile, the Python file locking module"
    31 set name=com.oracle.info.tpno value=14503
    31 set name=com.oracle.info.tpno value=$(TPNO)
    32 set name=info.classification \
    32 set name=info.classification \
    33     value=org.opensolaris.category.2008:Development/Python
    33     value=org.opensolaris.category.2008:Development/Python
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream value="Skip Montanaro <[email protected]>"
    35 set name=info.upstream value="Skip Montanaro <[email protected]>"
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)