You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
864 B
Tcl
23 lines
864 B
Tcl
# -*- 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.7
|
|
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 310 311 312 313 314
|
|
|
|
homepage https://pypi.python.org/pypi/${python.rootname}/
|
|
|
|
checksums rmd160 565a2a5dfcc7c62c307e98a29d06937cf19b0151 \
|
|
sha256 bc2bc917691c1537d5b9bca1468437176809c7e11e5694ca79a9ca12345dcb9e \
|
|
size 27002
|