Files
macports-ports/python/py-hjson/Portfile
T

33 lines
952 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-hjson
version 3.1.0
revision 1
categories-append devel
license MIT
supported_archs noarch
platforms {darwin any}
maintainers {@bashu gmail.com:bashu.was.here} openmaintainer
description JSON for Humans, allows comments and is less error prone
long_description {*}${description}
homepage https://github.com/hjson/hjson-py
checksums rmd160 8932f335c23be5f046f62a54219159143c06dfba \
sha256 55af475a27cf83a7969c808399d7bccdec8fb836a07ddbd574587593b9cdcf75 \
size 40541
python.versions 310 311
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}