You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
942 B
Tcl
27 lines
942 B
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-lark
|
|
version 1.3.1
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Lark is a parsing toolkit for Python, built with a focus on \
|
|
ergonomics, performance and modularity.
|
|
long_description {*}${description}
|
|
homepage https://github.com/lark-parser/lark
|
|
|
|
checksums rmd160 ccd9775ce6a2fed55bd1b2e3711ca5511584646c \
|
|
sha256 b426a7a6d6d53189d318f2b6236ab5d6429eaf09259f1ca33eb716eed10d2905 \
|
|
size 382732
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|