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 46
|
Source: pyrr
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-multipledispatch,
python3-nose2 <!nocheck>,
python3-numpy,
python3-setuptools,
python3-sphinx <!nodoc>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/pyrr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyrr
Homepage: https://github.com/adamlwgriffiths/Pyrr
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: Python 3 module for 3D geometry calculations
Pyrr is a numpy-powered math library for 3D geometry
calculations with focus on OpenGL-related applications.
Package: python3-pyrr
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
Package: python-pyrr-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package provides the API documentation of Pyrr.
|