# -*- 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-strpdatetime
version                 0.4.1
revision                0

categories-append       devel
supported_archs         noarch
platforms               {darwin any}
license                 PSF

maintainers             {@RhetTbull gmail.com:rturnbull} openmaintainer

description             Parse strings into Python datetime objects, extends \
                        Python's datetime.strptime() with additional features.
long_description        {*}${description}

homepage                https://github.com/RhetTbull/strpdatetime

checksums               rmd160  10d4b80e6654fc69aad1a4ed2e9d9a12613d94d2 \
                        sha256  095e8a8d21ea9de65fe8847bf892eef93bfa57dd3d675165fd67d22da39542b9 \
                        size    27175

python.versions         310 311 312 313 314

python.pep517_backend   hatch

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-textx
}
