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
|
Source: pyode
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>,
Nilesh Patra <nilesh@debian.org>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
libode-dev,
cython3,
python3-setuptools
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/pyode
Vcs-Git: https://salsa.debian.org/med-team/pyode.git
Homepage: https://github.com/filipeabperes/Py3ODE
Rules-Requires-Root: no
Package: python3-pyode
Architecture: any
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${python3:Provides}
Description: Python bindings for The Open Dynamics Engine
PyODE is a set of open-source Python bindings for The Open Dynamics
Engine, an open-source physics engine. PyODE also includes an XODE
parser.
.
This package provides PyODE for supported versions of Python.
Package: python3-pyode-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Documentation for pyode
This package contains relevant documentation for PyODE
which is a set of open-source Python bindings for The Open Dynamics
Engine, an open-source physics engine. PyODE also includes an XODE
parser.
.
This package provides examples for PyODE.
|