File: control

package info (click to toggle)
python-renardo-lib 0.9.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,220 kB
  • sloc: python: 10,999; sh: 34; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
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
Source: python-renardo-lib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joenio Marques da Costa <joenio@joenio.me>
Rules-Requires-Root: no
Build-Depends:
 dbus,
 debhelper-compat (= 13),
 dh-sequence-python3,
 jackd2,
 psmisc,
 python3-all,
 python3-pytest,
 python3-renardo-gatherer,
 python3-setuptools,
 sc3-foxdot,
 sc3-plugins,
 supercollider,
Standards-Version: 4.7.2
Homepage: https://renardo.org
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-renardo-lib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-renardo-lib.git

Package: python3-renardo-lib
Architecture: all
Multi-Arch: foreign
Depends:
 python3-midiutil,
 python3-renardo-gatherer,
 sc3-foxdot,
 ${misc:Depends},
 ${python3:Depends},
Description: python-based language and editor for making music (lib)
 Renardo is a Python programming environment that provides a fast and
 user-friendly abstraction to SuperCollider. It also comes with its own IDE,
 which means it can be used straight out of the box.
 .
 This package python3-renardo-lib is a Python3 library for Renardo.
 .
 Renardo is a modernized FoxDot fork.