Files
Renee Otten b0f820f37b py-dateparser: update to 1.2.0
- drop py3{9,10}, add py312 subport
2024-10-28 14:40:59 -04: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-dateparser
version 1.2.0
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
platforms {darwin any}
checksums rmd160 9c42f955b1a14cd143d9c8aad92220d28819f748 \
sha256 7975b43a4222283e0ae15be7b4999d08c9a70e2d378ac87385b1ccf2cffbbb30 \
size 307260
python.versions 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-dateutil \
port:py${python.version}-regex \
port:py${python.version}-tz \
port:py${python.version}-tzlocal
}