mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/dirq: new package
A port of Perl module Directory-Queue, developed at CERN. Used by the CERN Puppet librarian Jens. Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
20
dev-python/dirq/metadata.xml
Normal file
20
dev-python/dirq/metadata.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>marecki@gentoo.org</email>
|
||||
<name>Marek Szuba</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
The goal of this module is to offer a queue system using the underlying
|
||||
filesystem for storage, security and to prevent race conditions via
|
||||
atomic operations. It focuses on simplicity, robustness and scalability.
|
||||
|
||||
This module allows multiple concurrent readers and writers to interact
|
||||
with the same queue.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">cern-mig/python-dirq</remote-id>
|
||||
<remote-id type="pypi">dirq</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user