# -*- 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
PortGroup              github 1.0

name                   py-pyinstaller-hooks-contrib
version                2026.0
github.setup           pyinstaller ${python.rootname} ${version} v
github.tarball_from    archive

checksums              rmd160  a0ba371d9e5711569aee032209140a9f64ecc6aa \
                       sha256  dca7c3bec88aa5664c4f902f305e03fc54d9bcf1fe23b3b632aa884254ae14e2 \
                       size    189493

supported_archs        noarch
platforms              {darwin any}
maintainers            nomaintainer
description            The PyInstaller community hooks repository stand-alone executables
long_description       {*}${description} - note that there is a GPL license exception that allows \
                       PyInstaller to build and distribute non-free programs, including commercial ones.
license                GPL-2+

homepage               https://www.pyinstaller.org/

if {$subport ne $name} {
    depends_lib-append \
        port:py${python.version}-packaging \
        port:py${python.version}-setuptools
}
python.versions        312 313 314
