# -*- 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: Portfile 92833 2012-05-08 23:46:29Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-abjad
set real_name       Abjad
version             1.1.1
python.versions     25 26 27
python.default_version  27
categories-append   textproc
maintainers         singingwolfboy openmaintainer
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

homepage            http://www.projectabjad.org
master_sites        http://pypi.python.org/packages/source/A/${real_name}/
distname            ${real_name}-${version}
checksums           rmd160  d53ff4bde389723381a03dab9521891a96488916 \
                    sha256  9413fb075ebdb6b498ec49e65048432881c629585c0d3bb1cbe813b4a73d1682

