Files
2020-10-29 17:24:24 +00:00

34 lines
1.1 KiB
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 27 35 36 37 38 39
license BSD
platforms darwin
supported_archs noarch
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}/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums sha256 c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485 \
rmd160 8a97b9c7d2c3e7edee6b859d50527f07a2ecbf23 \
size 30254
test.run yes
if {$name ne $subport} {
depends_build-append port:py${python.version}-setuptools
livecheck.type none
}