diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-18 17:17:23 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:10 +0100 |
commit | f891f7e09b4d2fcd9923e0005c667e43dc3b5a35 (patch) | |
tree | 5b828e60f9c0b360f3238136a41997a0fa46b855 /dev-python/rencode | |
parent | dev-python/pyxattr: align longdescription opening and closing tags (diff) | |
download | gentoo-f891f7e09b4d2fcd9923e0005c667e43dc3b5a35.tar.gz gentoo-f891f7e09b4d2fcd9923e0005c667e43dc3b5a35.tar.bz2 gentoo-f891f7e09b4d2fcd9923e0005c667e43dc3b5a35.zip |
dev-python/rencode: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/rencode')
-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> |