gentoo-ebuilds/dev-python/rencode/metadata.xml
Michał Górny 796d4e9028
dev-python/rencode: Take for python@
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-08-10 15:20:36 +02:00

19 lines
791 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
The rencode module is similar to bencode from the BitTorrent project. For
complex, heterogeneous data structures with many small elements, r-encodings
take up significantly less space than b-encodings. This version of rencode is
a complete rewrite in Cython to attempt to increase the performance over the
pure Python module written by Petru Paler, Connelly Barnes et al.
</longdescription>
<upstream>
<remote-id type="github">aresch/rencode</remote-id>
<remote-id type="pypi">rencode</remote-id>
</upstream>
</pkgmetadata>