Files
2026-04-03 12:12:23 -05:00

31 lines
1013 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 pycson 0.8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-pycson
categories-append lang
platforms {darwin any}
supported_archs noarch
# No-notice-MIT-License
license MIT
maintainers nomaintainer
description A Coffescript Object Notation (CSON) parser for Python
long_description {*}${description}
python.versions 310 311 312 313 314
checksums rmd160 ccbd49d81e8c72bfc15f03ade5d5699b135dd55b \
sha256 0ae9e46e61c39c313f776fae39234cc044780f5a9538fb4670296e5afb1b94e8 \
size 10451
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-speg
}