# -*- 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 github 1.0 PortGroup python 1.0 PortGroup select 1.0 github.setup torproject stem 1.8.3 name py-stem revision 0 license LGPL-3 supported_archs noarch platforms {darwin any} maintainers {mps @Schamschula} openmaintainer description Stem is a Python controller library for Tor. long_description {*}${description} With it you can use Tor's control protocol to \ script against the Tor process, or build things such as Nyx. homepage https://stem.torproject.org checksums rmd160 ed3ef2e332cdb59734074b18bc33d900620799bb \ sha256 bd1408efdb0644f515b35bad51978b93047d5991415b500a023d85133cab0cd9 \ size 2863403 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-codestyle \ port:py${python.version}-cryptography \ port:py${python.version}-mock \ port:py${python.version}-pyflakes \ port:py${python.version}-tox \ port:stem_select select.group stem select.file ${filespath}/stem${python.version} notes " To make the Python ${python.branch} version of tor-prompt the one that is run\ when you execute the commands without a version suffix, e.g. 'tor-prompt',\ run: sudo port select --set ${select.group} [file tail ${select.file}] " }