# -*- 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-txtorcon
version             20.0.0
platforms           darwin
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Twisted based Tor controller client with state tracking \
                    and configuration abstractions.

long_description    {*}${description}

homepage            https://txtorcon.readthedocs.org

checksums           rmd160  bfe72404f5a649addd8b60d0fafe92e1e99dc25f \
                    sha256  122cd081786396f57718adda1c1a5eb01b8e9a4832fcd140918b45c10359377a \
                    size    306139

python.versions     38

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