Files

34 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2018-07-25 13:26:04 +02:00
# -*- 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
2020-08-30 12:24:47 +02:00
version 1.17.0
2020-10-29 17:24:24 +00:00
python.versions 27 35 36 37 38 39
2018-07-25 13:26:04 +02:00
license BSD
platforms darwin
supported_archs noarch
maintainers openmaintainer {danchr @danchr}
2018-07-25 13:26:04 +02:00
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}
2020-08-30 12:24:47 +02:00
checksums sha256 c7806139a481ec8c8336a54418894c8b201314f8ecc63e55f438f4b72bdc4485 \
rmd160 8a97b9c7d2c3e7edee6b859d50527f07a2ecbf23 \
size 30254
2018-07-25 13:26:04 +02:00
2020-08-30 12:24:47 +02:00
test.run yes
2018-07-25 13:26:04 +02:00
if {$name ne $subport} {
depends_build-append port:py${python.version}-setuptools
livecheck.type none
2018-07-25 13:26:04 +02:00
}