# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-flatbencode
version             0.2.1
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Fast, safe and thoroughly tested implementation of bencode in pure \
                    Python 3, without any C extension.
long_description    {*}${description} This is called flatbencode because the algorithm \
                    for decoding a bencode structure is non-recursive, thus preventing \
                    RuntimeException.
homepage            https://github.com/acatton/flatbencode

checksums           rmd160  3ecde0d9f0f355273ed1c5eb4276eaf35f703508 \
                    sha256  77397d5d0108835404f6f7cad640d403c7025a11812afc7e1df4b0f92589ba77 \
                    size    3234

python.versions     310 311 312 313 314
