You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
872 B
Tcl
25 lines
872 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup avakar speg 0.3 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-speg
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
# No-notice-MIT-License
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description A PEG-based parser interpreter with memoization.
|
|
long_description {*}${description}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 1951d22ff3adb4cee763b79fc76eaf24e55c53f7 \
|
|
sha256 98d207ac1fa37967bf0a8edd70abc79572d6e5f7500dfa3b228754d789c122cd \
|
|
size 2597
|