Files

34 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2022-01-16 01:16:28 -05: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-dateparser
2024-10-28 11:13:16 -04:00
version 1.2.0
2022-01-16 01:16:28 -05:00
revision 0
homepage https://github.com/scrapinghub/dateparser
description python parser for human readable dates
long_description {*}${description}
categories-append devel
license BSD
maintainers nomaintainer
supported_archs noarch
2022-11-16 23:12:05 +11:00
platforms {darwin any}
2022-01-16 01:16:28 -05:00
2024-10-28 11:13:16 -04:00
checksums rmd160 9c42f955b1a14cd143d9c8aad92220d28819f748 \
sha256 7975b43a4222283e0ae15be7b4999d08c9a70e2d378ac87385b1ccf2cffbbb30 \
size 307260
2022-01-16 01:16:28 -05:00
2024-10-28 11:13:16 -04:00
python.versions 312
2022-01-16 01:16:28 -05:00
if {${name} ne ${subport}} {
depends_lib-append \
2024-10-28 11:13:16 -04:00
port:py${python.version}-dateutil \
port:py${python.version}-regex \
port:py${python.version}-tz \
port:py${python.version}-tzlocal
2022-01-16 01:16:28 -05:00
}