Files
macports-ports/python/py-parse/Portfile
T
2025-01-22 14:49:00 +00:00

29 lines
955 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.17.0
python.versions 39 310 311 312 313
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 c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485 \
rmd160 8a97b9c7d2c3e7edee6b859d50527f07a2ecbf23 \
size 30254
if {$name ne $subport} {
test.run yes
}