Skip to content
Commits on Source (5)
python-colormap (1.0.2-2) UNRELEASED; urgency=medium
* Afif Elghraoui himself from Uploaders
* Add myself to Uploaders
* Drop Python2 package (addresses #937657)
* debhelper-compat 12
* Standards-Version: 4.4.1
* debian/copyright: Use spaces rather than tabs in continuation lines.
-- Andreas Tille <tille@debian.org> Sat, 16 Nov 2019 08:12:48 +0100
python-colormap (1.0.2-1) unstable; urgency=medium
* Team upload.
......
Source: python-colormap
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 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
Standards-Version: 4.4.1
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},
......
......@@ -10,4 +10,4 @@ export NOSE_VERBOSE=2
export MPLCONFIGDIR=$(CURDIR)/debian/matplotlib
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild