# -*- 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-setproctitle version 1.3.3 revision 0 license BSD maintainers nomaintainer description A Python module to customize the process title long_description The setproctitle module allows a process to change \ its title (as displayed by system tools such as ps and top). python.versions 37 38 39 310 311 312 homepage https://pypi.python.org/pypi/${python.rootname}/ checksums rmd160 b6ef9625f0f3521ebf459e4a3f673d32b6bb409e \ sha256 c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae \ size 27253 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools }