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
|
Source: python-ly
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all,
python3-docutils,
python3-setuptools,
python3-sphinx
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ly
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ly.git
Homepage: https://github.com/wbsoft/python-ly
Package: python3-ly
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-ly-doc
Enhances: lilypond
Provides: python-ly
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
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Provides: python3-ly-doc
Multi-Arch: foreign
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.
|