gentoo/dev-python/smmap2/metadata.xml
Marius Brehler 3a1f74205d
dev-python/smmap2: A sliding window memory map manager
Smmap wraps an interface around mmap and tracks the mapped files as
well as the amount of clients who use it. If the system runs out of
resources, or if a memory limit is reached, it will automatically
unload unused maps to allow continued operation.

Required to bump dev-python/gitdb (now renamed to gitdb2).

Bug: https://bugs.gentoo.org/619508
Closes: https://github.com/gentoo/gentoo/pull/4740
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-25 12:09:12 +02:00

13 lines
387 B
XML

<?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>
<upstream>
<remote-id type="pypi">smmap2</remote-id>
<remote-id type="github">gitpython-developers/smmap</remote-id>
</upstream>
</pkgmetadata>