# -*- 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 }