Source: pyepl
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
           Michael Hanke <michael.hanke@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10~),
               dh-python,
               libasound2-dev,
               libsndfile1-dev,
               libsamplerate0-dev,
               swig,
               libode-dev,
               python-setuptools,
               python-all-dev,
               python-opengl,
               python-pyode,
               python-pyrex,
               python-pygame
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/neurodebian-team/pyepl
Vcs-Git: https://salsa.debian.org/neurodebian-team/pyepl.git
Homepage: http://pyepl.sourceforge.net/

Package: python-pyepl
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         python-pyepl-common (= ${source:Version}),
         python-numpy,
         python-pil,
         python-pygame,
         python-pyode,
         python-opengl,
         ttf-dejavu,
         ${shlibs:Depends}
Conflicts: python2.3-pyepl,
           python2.4-pyepl
Provides: ${python:Provides}
Replaces: python2.3-pyepl,
          python2.4-pyepl
Description: module for coding psychology experiments in Python
 PyEPL is a stimuli delivery and response registration toolkit to be
 used for generating psychology (as well as neuroscience, marketing
 research, and other) experiments.
 .
 It provides
  - presentation: both visual and auditory stimuli
  - responses registration: both manual (keyboard/joystick) and
    sound (microphone) time-stamped
  - sync-pulsing: synchronizing your behavioral task with external
    acquisition hardware
  - flexibility of encoding various experiments due to the use of
    Python as a description language
  - fast execution of critical points due to the calls to linked
    compiled libraries
 .
 This toolbox is here to be an alternative for a widely used
 commercial product E'(E-Prime)
 .
 This package provides PyEPL for supported versions of Python.

Package: python-pyepl-common
Architecture: all
Depends: ${misc:Depends},
         python
Description: module for coding psychology experiments in Python
 PyEPL is a stimuli delivery and response registration toolkit to be
 used for generating psychology (as well as neuroscience, marketing
 research, and other) experiments.
 .
 It provides
  - presentation: both visual and auditory stimuli
  - responses registration: both manual (keyboard/joystick) and
    sound (microphone) time-stamped
  - sync-pulsing: synchronizing your behavioral task with external
    acquisition hardware
  - flexibility of encoding various experiments due to the use of
    Python as a description language
  - fast execution of critical points due to the calls to linked
    compiled libraries
 .
 This toolbox is here to be an alternative for a widely used
 commercial product E'(E-Prime)
 .
 This package provides common files such as images.
