Source: python-colormap
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-python,
               python-all,
               python-setuptools,
               python-matplotlib,
               python-numpy,
               python-easydev,
               python3-all,
               python3-setuptools,
               python3-matplotlib,
               python3-numpy,
               python3-easydev,
               python-tk <!nocheck>,
               python-nose <!nocheck>,
               python3-tk <!nocheck>,
               python3-nose <!nocheck>
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-colormap
Vcs-Git: https://salsa.debian.org/med-team/python-colormap.git
Homepage: https://colormap.readthedocs.io/

Package: python-colormap
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
# not sure why these didn't get added by dh-python
         python-matplotlib,
         python-numpy,
         python-easydev
Description: ease manipulation of matplotlib colormaps and color codecs (Python 2)
 The colormap package provides simple utilities to convert colors between RGB,
 HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All
 matplotlib colormaps and some R colormaps are available altogether. The
 plot_colormap method (see below) is handy to quickly pick up a colormaps and
 the test_colormap is useful to see test a new colormap.
 .
 This package installs the library for Python 2.

Package: python3-colormap
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
# not sure why these didn't get added by dh-python
         python3-matplotlib,
         python3-numpy,
         python3-easydev
Description: ease manipulation of matplotlib colormaps and color codecs (Python 3)
 The colormap package provides simple utilities to convert colors between RGB,
 HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All
 matplotlib colormaps and some R colormaps are available altogether. The
 plot_colormap method (see below) is handy to quickly pick up a colormaps and
 the test_colormap is useful to see test a new colormap.
 .
 This package installs the library for Python 3.
