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
|
Source: cmyt
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-setuptools,
python3-all,
dh-python,
python3-colorspacious,
python3-hatchling,
python3-matplotlib,
python3-more-itertools (>= 8.4),
python3-numpy,
python3-pytest (>=6.2.4)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/cmyt
Vcs-Git: https://salsa.debian.org/debian-astro-team/cmyt.git
Homepage: https://github.com/yt-project/cmyt
Rules-Requires-Root: no
Package: python3-cmyt
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Matplotlib colormaps from the yt project
This package provides several colormaps for the scientific use with
matplotlib. It contains perceptually uniform sequential colormaps
(abre, dusk, kepl, octarine), monochromatic sequential colormaps
(blue, green, red) and other (algae, pastel and xray).
Extends: python3-matplotlib
|