diff options
Diffstat (limited to 'dev-python/rencode/metadata.xml')
-rw-r--r-- | dev-python/rencode/metadata.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/rencode/metadata.xml b/dev-python/rencode/metadata.xml index f2aa20a04dc4..8d8569b19226 100644 --- a/dev-python/rencode/metadata.xml +++ b/dev-python/rencode/metadata.xml @@ -3,12 +3,12 @@ <pkgmetadata> <!-- maintainer-needed --> <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> + 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> |