Files
macports-ports/python/py-parse/Portfile
2026-01-14 06:26:10 -05:00

29 lines
956 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-parse
version 1.20.2
python.versions 310 311 312 313 314
license BSD
supported_archs noarch
platforms {darwin any}
maintainers openmaintainer {danchr @danchr}
description parse() is the opposite of format()
long_description Parse strings using a specification based on the Python \
format() syntax -- parse() is the opposite of format()
homepage https://pypi.python.org/pypi/${python.rootname}/
checksums sha256 b41d604d16503c79d81af5165155c0b20f6c8d6c559efa66b4b695c3e5a0a0ce \
rmd160 f1fd83613abf1eaefc548ebab9ec1b1cea35f934 \
size 29391
if {$name ne $subport} {
test.run yes
}