# -*- 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-inflate64
version             1.0.1
revision            0

license             LGPL-2.1+
maintainers         nomaintainer

description         deflate64 compression/decompression library
long_description    {*}${description}

homepage            https://pypi.org/project/inflate64

checksums           rmd160  6d43dbab4886740ae9f6f02f97206869bf716f8b \
                    sha256  3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d \
                    size    896103

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm

    depends_test-append \
                    port:py${python.version}-pyannotate

    test.run        yes
}
