Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Drop Python2 package
· b63ec270
Andreas Tille
authored
Nov 16, 2019
b63ec270
debhelper-compat 12
· e90e0cd2
Andreas Tille
authored
Nov 16, 2019
e90e0cd2
Standards-Version: 4.4.1
· a8b06d01
Andreas Tille
authored
Nov 16, 2019
a8b06d01
debian/copyright: Use spaces rather than tabs in continuation lines.
· 19ea8328
Andreas Tille
authored
Nov 16, 2019
19ea8328
Add myself to Uploaders
· 475b1a44
Andreas Tille
authored
Nov 16, 2019
475b1a44
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
475b1a44
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.
...
...
debian/compat
deleted
100644 → 0
View file @
025acb26
12
debian/control
View file @
475b1a44
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},
...
...
debian/copyright
View file @
475b1a44
debian/rules
View file @
475b1a44
...
...
@@ -10,4 +10,4 @@ export NOSE_VERBOSE=2
export MPLCONFIGDIR=$(CURDIR)/debian/matplotlib
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild