# -*- 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.0 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 85692c20737c303241166ee21b409edbafb9170c \ sha256 016e89111337f74ce1ba3f4b79b295a643bc70b3e63ce4600247aa4bafa06877 \ size 1037586 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm }