You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1000 B
Tcl
33 lines
1000 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
|
|
name py-pycson
|
|
categories-append lang
|
|
platforms darwin
|
|
# No-notice-MIT-License
|
|
license MIT
|
|
maintainers {mojca @mojca} openmaintainer
|
|
|
|
description A Coffescript Object Notation (CSON) parser for Python
|
|
long_description ${description}
|
|
|
|
python.versions 27 37 38 39
|
|
|
|
checksums rmd160 ccbd49d81e8c72bfc15f03ade5d5699b135dd55b \
|
|
sha256 0ae9e46e61c39c313f776fae39234cc044780f5a9538fb4670296e5afb1b94e8 \
|
|
size 10451
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-speg
|
|
|
|
livecheck.type none
|
|
}
|