# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-abjad set real_name 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 supported_archs noarch homepage http://www.projectabjad.org master_sites pypi:A/${real_name} distname ${real_name}-${version} checksums rmd160 d53ff4bde389723381a03dab9521891a96488916 \ sha256 9413fb075ebdb6b498ec49e65048432881c629585c0d3bb1cbe813b4a73d1682 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }