# -*- 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.0
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  303c957bc6a6fded64da1688ee0f383e95f8308e \
                        sha256  bd05e902184f558484bfe9c162b50896d7c0dc935bdeb9a397c48df2029f008b \
                        size    26211

python.versions         39 310 311 312 313

python.pep517           yes
python.pep517_backend   hatch

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