aboutsummaryrefslogtreecommitdiff
path: root/print/py-python-ly
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2017-02-12 13:50:25 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2017-02-12 13:50:25 +0000
commitb6a59e77d17d069c49182dae795efab4315d2622 (patch)
tree4dbfe5622da405c9cba7a0c17c188cc2d4b671d8 /print/py-python-ly
parent679397596b60a9230a009f1055218be9eea76b8c (diff)
downloadports-b6a59e77d17d069c49182dae795efab4315d2622.tar.gz
ports-b6a59e77d17d069c49182dae795efab4315d2622.zip
This package provides a Python library ly containing various Python modules
to parse, manipulate or create documents in LilyPond format. A command line program ly is also provided that can be used to do various manipulations with LilyPond files. The LilyPond format is a plain text input format that is used by the GNU music typesetter LilyPond (www.lilypond.org). The python-ly package is Free Software, licensed under the GPL. This package is written by the Frescobaldi developers and is used extensively by the Frescobaldi project. The main author is Wilbert Berendsen. WWW: https://github.com/wbsoft/python-ly PR: 216824 Submitted by: <martin.dieringer@gmx.de>
Notes
Notes: svn path=/head/; revision=433942
Diffstat (limited to 'print/py-python-ly')
-rw-r--r--print/py-python-ly/Makefile21
-rw-r--r--print/py-python-ly/distinfo3
-rw-r--r--print/py-python-ly/pkg-descr13
3 files changed, 37 insertions, 0 deletions
diff --git a/print/py-python-ly/Makefile b/print/py-python-ly/Makefile
new file mode 100644
index 000000000000..fda4c36155e5
--- /dev/null
+++ b/print/py-python-ly/Makefile
@@ -0,0 +1,21 @@
+# Created by: martin.dieringer@gmx.de
+# $FreeBSD$
+
+PORTNAME= python-ly
+PORTVERSION= 0.9.4
+DISTVERSIONPREFIX= v
+CATEGORIES= print python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= martin.dieringer@gmx.de
+COMMENT= Python package to manipulate LilyPond files
+
+LICENSE= GPLv3
+
+USE_GITHUB= yes
+GH_ACCOUNT= wbsoft
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/print/py-python-ly/distinfo b/print/py-python-ly/distinfo
new file mode 100644
index 000000000000..c073d30edc62
--- /dev/null
+++ b/print/py-python-ly/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486329729
+SHA256 (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = b847dcc2371beb63df2bd85350956a43c05873e1a8656b79b21e3e6f979a856d
+SIZE (wbsoft-python-ly-v0.9.4_GH0.tar.gz) = 231808
diff --git a/print/py-python-ly/pkg-descr b/print/py-python-ly/pkg-descr
new file mode 100644
index 000000000000..122af008f5bf
--- /dev/null
+++ b/print/py-python-ly/pkg-descr
@@ -0,0 +1,13 @@
+This package provides a Python library ly containing various Python modules
+to parse, manipulate or create documents in LilyPond format. A command line
+program ly is also provided that can be used to do various manipulations
+with LilyPond files.
+
+The LilyPond format is a plain text input format that is used by the GNU
+music typesetter LilyPond (www.lilypond.org).
+
+The python-ly package is Free Software, licensed under the GPL. This
+package is written by the Frescobaldi developers and is used extensively by
+the Frescobaldi project. The main author is Wilbert Berendsen.
+
+WWW: https://github.com/wbsoft/python-ly