# -*- 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-ly python.rootname python-ly set _n [string index ${python.rootname} 0] version 0.9.5 platforms darwin supported_archs noarch license GPL-2+ maintainers {gmail.com:davide.liessi @dliessi} openmaintainer description Tool and library for manipulating LilyPond files long_description The ${python.rootname} package provides a Python library \ and a commandline tool that can be used to parse and \ manipulate LilyPond source files. homepage https://github.com/wbsoft/${python.rootname} master_sites pypi:${_n}/${python.rootname}/ distname ${python.rootname}-${version} checksums rmd160 7db121c09832656822b1d52555e5625b86ba317a \ sha256 d46151b595093e5d4dc9d5597ba1719f0c473e44de9b80c835e25574cf6e2875 \ size 174780 python.versions 27 35 36 37 build {} if {${name} ne ${subport}} { livecheck.type none }