dev-python/locket: initial import

Package-Manager: portage-2.2.28
This commit is contained in:
Sébastien Fabbro
2016-03-17 22:30:41 +00:00
parent a4f5c2ad47
commit ca160d8078
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
Locket implements a lock that can be used by multiple processes provided they use the same path.
</longdescription>
<upstream>
<remote-id type="pypi">locket</remote-id>
</upstream>
</pkgmetadata>