File: control

package info (click to toggle)
python-pypm 0.0.7-8
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 109
  • sloc: python: 155; makefile: 15
file content (28 lines) | stat: -rw-r--r-- 1,298 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
Source: python-pypm
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Matthew Grant <matthewgrant5@gmail.com>
Build-Depends: cdbs, debhelper (>= 5.0.38), dh-python, python-pyrex, libportmidi-dev, libasound2-dev, python-all-dev
Standards-Version: 3.9.1
Homepage: http://bitbucket.org/aalex/pyportmidi/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pypm/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pypm/trunk/

Package: python-pypm
Architecture: any
Replaces: python-portmidi
Provides: python-portmidi
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), libportmidi0
Suggests: timidity, freepats
Description: Python interface to libportmidi
 pyPortMidi is a Python wrapper for PortMidi. PortMidi is a cross-platform C
 library for realtime MIDI control. Using pyPortMidi, you can send and receive
 MIDI data in realtime from Python.
 .
 Besides using pyPortMidi to communicate to synthesizers and the like, it is
 possible to use pyPortMidi as a way to send MIDI messages between software
 packages on the same computer.
 .
 The original code is from John Harrison.
 See http://python-pyrex.media.mit.edu/~harrison/pyportmidi.html