Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python2-locket

Locket implements a lock that can be used by multiple processes provided they use the same path. Locks largely behave as (non-reentrant) `Lock` instances from the `threading` module in the standard library. Specifically, their behaviour is: * Locks are uniquely identified by the file being locked, both in the same process and across different processes. * Locks are either in a locked or unlocked state. * When the lock is unlocked, calling `acquire()` returns immediately and changes the lock state to locked. * When the lock is locked, calling `acquire()` will block until the lock state changes to unlocked, or until the timeout expires. * If a process holds a lock, any thread in that process can call `release()` to change the state to unlocked. * Behaviour of locks after `fork` is undefined.

Found 2 sites for python2-locket

Found 6 RPM for python2-locket

PackageSummaryDistributionDownload
python2-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for ppc64lepython2-locket-0.2.0-3.el7.noarch.rpm
python2-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for aarch64python2-locket-0.2.0-3.el7.noarch.rpm
python2-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for ppc64python2-locket-0.2.0-3.el7.noarch.rpm
python2-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for x86_64python2-locket-0.2.0-3.el7.noarch.rpm
python2-locket-0.2.0-bp153.1.15.noarch.htmlFile-based locks for PythonOpenSuSE Leap 15.3 for noarchpython2-locket-0.2.0-bp153.1.15.noarch.rpm
python2-locket-0.2.0-lp152.4.1.noarch.htmlFile-based locks for PythonOpenSuSE Leap 15.2 for noarchpython2-locket-0.2.0-lp152.4.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet