# -*- 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.5
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     38 39 310 311 312 313

homepage            https://pypi.python.org/pypi/${python.rootname}/

checksums           rmd160  f7020fbccc946c06f7bb7e3e87e16b95df36f220 \
                    sha256  1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e \
                    size    26737

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