# -*- 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-zipfile-deflate64
version             0.2.0
revision            0

license             Apache-2
maintainers         nomaintainer
description         Extract Deflate64 ZIP archives with Python's zipfile API.
long_description    ${description}

homepage            https://github.com/brianhelba/zipfile-deflate64

checksums           rmd160  7d693e28bc992f6ede619771990451fb23a96d7e \
                    sha256  875a3299de102edf1c17f8cafcc528b1ca80b62dc4814b9cb56867ec59fbfd18 \
                    size    62896

python.versions     39 310 311 312 313

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

    patchfiles-append \
                    patch-zlib.diff

    livecheck.type  none
}
