You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1.1 KiB
Tcl
33 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
|
|
|
|
set base_name pytimeparse
|
|
name py-$base_name
|
|
version 1.1.8
|
|
python.versions 27 35 36 37
|
|
platforms darwin
|
|
maintainers openmaintainer {gmail.com:esafak @esafak}
|
|
license MIT
|
|
|
|
description A small Python module to parse various kinds of time expressions
|
|
long_description $description
|
|
homepage https://pypi.python.org/pypi/$base_name
|
|
master_sites pypi:p/$base_name
|
|
|
|
checksums rmd160 e56358a299e95b6593e39f2b57013a4157a412b0 \
|
|
sha256 e86136477be924d7e670646a98561957e8ca7308d44841e21f5ddea757556a0a \
|
|
size 9403
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|
|
|
|
distname $base_name-${version}
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex $base_name (\\d+(\\.\\d+)+)
|