1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: python-ly
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~),
python-setuptools, python3-all, python3-setuptools,
python-docutils, python-sphinx
Standards-Version: 3.9.8
Homepage: https://github.com/wbsoft/python-ly
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-ly.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-ly.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-ly
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-ly-doc
Enhances: lilypond
Description: Tool and library for manipulating LilyPond files (Python 2)
python-ly 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 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.
.
The LilyPond format is a plain text input format that is used by the
GNU music typesetter LilyPond (www.lilypond.org).
.
This package installs the "ly" library for Python 2.
Package: python3-ly
Architecture: all
Provides: python-ly
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-ly-doc
Enhances: lilypond
Description: Tool and library for manipulating LilyPond files (Python 3)
python-ly 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 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.
.
The LilyPond format is a plain text input format that is used by the
GNU music typesetter LilyPond (www.lilypond.org).
.
This package installs the "ly" tool and library for Python 3.
Package: python-ly-doc
Architecture: all
Section: doc
Provides: python3-ly-doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Tool and library for manipulating LilyPond files (documentation)
python-ly 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 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.
.
The LilyPond format is a plain text input format that is used by the
GNU music typesetter LilyPond (www.lilypond.org).
.
This is the documentation package.
|