# -*- 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-app-model version 0.3.0 revision 0 categories python license BSD maintainers {mps @Schamschula} openmaintainer description Generic application schema implemented in python. long_description {*}${description} This is a schema for declarative organization of \ application data, such as menus, keybindings, actions/commands, etc... supported_archs noarch platforms {darwin any} homepage https://pypi.org/project/app-model/ distname app_model-${version} checksums rmd160 8f3a48bd9dcd3460bf81a67383fea8daf8a03313 \ sha256 3b2a0731c053a5e19a1447e222ff46212467cb3db0890ff7794ccf9079d33d31 \ size 116794 python.versions 39 310 311 312 if {${name} ne ${subport}} { python.pep517_backend \ hatch depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append \ port:py${python.version}-in-n-out \ port:py${python.version}-psygnal \ port:py${python.version}-pydantic \ port:py${python.version}-pydantic-compat \ port:py${python.version}-typing_extensions }