# -*- 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-pyshortcuts
version             1.9.5
revision            0

platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {nist.gov:joe.fowler @joefowler} openmaintainer

description         Helps users create shortcuts to run python scripts and other applications.
long_description    \
    Pyshortcuts helps Python developers and users create shortcuts that will run python \
    scripts and other applications. The shortcuts created can go onto the user's desktop \
    or into the Start Menu (for systems with Start Menus) or both.

homepage            https://github.com/newville/pyshortcuts

checksums           rmd160  cae9159bedbdbe377f6c297766e2617bb7d5a4fc \
                    sha256  49dbb4c3f032ad4f6c54ba4c84bf7ef32c5538422191924281597278bbb6913c \
                    size    1004523

python.versions     39 310 311 312 313

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