Files

40 lines
1.4 KiB
Tcl
Raw Permalink Normal View History

2022-11-10 08:43:33 -06:00
# -*- 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
2024-11-22 16:14:17 -06:00
python.rootname app_model
2025-11-09 16:09:03 -06:00
version 0.5.1
2024-03-18 15:08:19 -05:00
revision 0
2022-11-10 08:43:33 -06:00
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...
homepage https://pypi.org/project/app-model/
2025-06-20 15:41:35 -05:00
supported_archs noarch
platforms {darwin any}
2025-11-09 16:09:03 -06:00
checksums rmd160 849fed2a088d09e2a5680191ec008d6c0da0cc03 \
sha256 5623e7ba9d8244a67fdbe803f7c6cf48e544a128da9ed1745236307fe33cc9d8 \
size 120500
2022-11-10 08:43:33 -06:00
2026-03-24 14:46:02 -05:00
python.versions 310 311 312 313 314
2022-11-10 08:43:33 -06:00
2025-06-20 15:41:35 -05:00
python.pep517_backend \
2023-04-14 15:28:56 -05:00
hatch
2022-11-10 11:42:33 -06:00
2025-06-20 15:41:35 -05:00
if {${name} ne ${subport}} {
2023-04-17 04:35:45 -05:00
depends_build-append \
port:py${python.version}-hatch-vcs
2022-11-10 11:42:33 -06:00
depends_lib-append \
port:py${python.version}-in-n-out \
port:py${python.version}-psygnal \
port:py${python.version}-pydantic \
port:py${python.version}-typing_extensions
2022-11-10 08:43:33 -06:00
}