# -*- 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-abjad python.rootname Abjad version 1.1.1 python.versions 27 categories-append textproc license GPL-3 maintainers nomaintainer description Python wrapper for Lilypond long_description \ Abjad helps composers build up complex pieces of music notation in an \ iterative and incremental way. Use Abjad to create a symbolic \ representation of all the notes, rests, staves, tuplets, beams and slurs \ in any score. Because Abjad wraps the powerful LilyPond music notation \ package, you can use Abjad to control extremely fine-grained typographic \ details of all elements of any score. platforms {darwin any} supported_archs noarch homepage http://www.projectabjad.org checksums rmd160 d53ff4bde389723381a03dab9521891a96488916 \ sha256 9413fb075ebdb6b498ec49e65048432881c629585c0d3bb1cbe813b4a73d1682 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools }