# -*- 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-torf
version             4.3.1
revision            0

license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         torf provides a Torrent and a Magnet class.
long_description    {*}${description} torf-cli and torf-gui provide user interfaces for \
                    torf.
homepage            https://github.com/rndusr/torf

checksums           rmd160  ca1f54483c9915f9877699740c5496f730f7c991 \
                    sha256  5c17656b2ad379122f2ec97a057398d1ec6a6bfce6f0b6f8ec0799b142493c5a \
                    size    109185

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-flatbencode
}
