# -*- 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 PortGroup github 1.0 github.setup beautify-web js-beautify 1.9.0 v revision 0 name py-jsbeautifier categories-append textproc platforms darwin supported_archs noarch license MIT maintainers nomaintainer description JS beautifier written in Python long_description ${description} homepage https://beautifier.io/ checksums rmd160 4145ea10409a77b42bdc70782f8b40e2b8445ca7 \ sha256 db25820d1c24df1822c32fbebbf63d450ce281956da2defff790ddf8b519e1a9 \ size 1058163 python.versions 27 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-six \ port:py${python.version}-editorconfig build.dir ${worksrcpath}/python test.run yes test.env PYTHONPATH=${worksrcpath}/python test.dir ${worksrcpath} test.cmd ${python.bin} test.target python/js-beautify-test.py livecheck.type none } else { github.livecheck.regex {([0-9.]+)} }