# -*- 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-calver
version             2025.4.17
revision            0

categories-append   science
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         setuptools extension for automatically defining your Python package \
                    version as a calendar version
long_description    The calver package is a setuptools extension for automatically \
                    defining your Python package version as a calendar version.
homepage            https://github.com/di/calver

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  aa4b89f60a0bcd30f129fd5136a9b2bf5f6d7c0c \
                    sha256  460702737d620f5c3d4175450485180a1b7f7a422c5db0e6af3e655c7395ec7e \
                    size    8082

python.versions     37 38 39 310 311 312 313 314

if {${name} ne ${subport}} {
    if {${python.version} <= 38} {
        version     2022.06.26
        revision    0
        checksums   rmd160  c7d61c4556aad4036481dbe7440b642ca153b578 \
                    sha256  bf9269675424b9d0b27a0fc88066ed667f312623880c83393f2cd65081ff03e7 \
                    size    7598
    }
}
