You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
Tcl
# -*- 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-textx
|
|
version 4.1.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Meta-language for DSL implementation inspired by Xtext
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/textX/textX
|
|
|
|
checksums rmd160 476e4d128f8bf72c5d212d490d3cd1f0378aa26c \
|
|
sha256 37b4f0c455452e27cc0f13d40777b5d20549eaa871311b26e2ed83c019456692 \
|
|
size 2136296
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
python.pep517_backend \
|
|
flit
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-arpeggio \
|
|
port:py${python.version}-click \
|
|
port:py${python.version}-importlib-metadata
|
|
}
|