You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
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
|
|
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}
|
|
|
|
checksums rmd160 17c862bd74234a5138c94f95f1d5a5a94458e2fd \
|
|
sha256 d4d2b68eb0ef8073200154247cc9bd91ed7fb2671ac966ef3d2853281c15d7a8 \
|
|
size 183951
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
build {}
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
}
|