Files
2025-12-02 11:51:38 -05:00

29 lines
963 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
PortGroup github 1.0
name py-plac
version 1.1.0
revision 0
github.setup micheles plac ${version} plac-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums rmd160 b82c3ae1f34af4ad137bf5f77ffff19714600596 \
sha256 a75f744bf9ca9e298f03c2599bd6a4a6a97c5d1b722b1546e56e4813c1b264e2 \
size 153438
supported_archs noarch
platforms {darwin any}
license BSD
maintainers {jonesc @cjones051073} openmaintainer
description Plac: Parsing the Command Line the Easy Way
long_description {*}${description}
python.versions 310 311 312