You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
963 B
Tcl
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
|