You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
27 lines
1003 B
Tcl
27 lines
1003 B
Tcl
# -*- 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
|
|
version 0.9.7
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
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}
|
|
|
|
checksums rmd160 17c862bd74234a5138c94f95f1d5a5a94458e2fd \
|
|
sha256 d4d2b68eb0ef8073200154247cc9bd91ed7fb2671ac966ef3d2853281c15d7a8 \
|
|
size 183951
|
|
|
|
python.versions 37 310
|