You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
26 lines
811 B
Tcl
26 lines
811 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-pytimeparse2
|
|
version 1.7.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Time expression parser.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/onegreyonewhite/pytimeparse2
|
|
|
|
checksums rmd160 7ee2bc6aae54b69e634d51c37c60017d93ce1eb8 \
|
|
sha256 98668cdcba4890e1789e432e8ea0059ccf72402f13f5d52be15bdfaeb3a8b253 \
|
|
size 10431
|
|
|
|
python.versions 310 311 312 313 314
|