File: control

package info (click to toggle)
pd-py 0.2.0%2Bgit20161103.1.d0e0648f-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 612 kB
  • ctags: 538
  • sloc: cpp: 4,617; python: 316; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 1,028 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
Source: pd-py
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper (>= 9),
 pkg-config,
 pd-flext-dev,
 pd-lib-builder,
 python-dev,
 python-numpy,
Standards-Version: 3.9.8
Homepage: http://grrrr.org/research/software/py/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-py.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-py.git

Package: pd-py
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python-numpy,
Description: Python scripting objects for Pure Data
 This object library provides full integration of the Python scripting language
 into the Pure Data (Pd) real-time system.
 .
  - [py] loads Python modules and allows one to execute functions therein.
  - [pyext] uses Python classes to represent full-featured message objects.
 .
 Multithreading (‘detaching’) is supported for background operation.