Files
2025-11-19 15:34:53 +02:00

33 lines
963 B
Tcl

# -*- 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.3
revision 0
license LGPL-2.1+
maintainers nomaintainer
description deflate64 compression/decompression library
long_description {*}${description}
homepage https://pypi.org/project/inflate64
checksums rmd160 6511fd463dfb813d4cf5a05d9e5478a05886a48c \
sha256 a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee \
size 902876
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
depends_test-append \
port:py${python.version}-pyannotate
test.run yes
}