# -*- 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.1.1 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 c81f4cfb13091c1f82d8ee7e04ebeaf08a47292b \ sha256 038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9 \ size 284013 python.versions 39 310 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-dateutil \ port:py${python.version}-regex \ port:py${python.version}-setuptools \ port:py${python.version}-tz \ port:py${python.version}-tzlocal livecheck.type none }