summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/matplotlib/2.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python{2,3}Packages.matplotlib: remove pointless assertsDmitry Kalinkin2021-04-201-10/+2
* python2Packages.matplotlib: remove invalid libs.system_freetype setup optionDmitry Kalinkin2021-04-201-3/+0
* python{2,3}Packages.matplotlib: use lib.generators.toINI to generate setup.cfgDmitry Kalinkin2021-04-201-2/+8
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-10/+9
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups (#84362)•••* pythonPackages.matplotlib: add veprbl to maintainers * pythonPackages.matplotlib: remove an old darwin hack * pythonPackages.matplotlib: remove python and stdenv from buildInputs * python3Packages.matplotlib: remove a hack for python33 * pythonPackages.matplotlib: remove outdated checkPhase Downloading the baseline_images is not a real issue, building against older freetype (local_freetype = True) is, perhaps, not what we want. The good news is that the tests would pass (tested on 3.2.1) if we were to enable them: ========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ========== * pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch * python3Packages.matplotlib: 3.1.3 -> 3.2.1Dmitry Kalinkin2020-04-211-29/+16
* matplotlib: remove optional gtk2worldofpeace2019-12-101-4/+1
* treewide: remove old patches for macOS•••These shouldn’t be needed now that we are on macOS 10.12. Matthew Bauer2019-04-261-1/+1
* Merge pull request #51344 from timokau/sagenb-matplotlib-fix•••pythonPackages.matplotlib: enable tk backend by defaultSilvan Mosberger2019-03-291-1/+2
|\
| * pythonPackages.matplotlib: enable tk backend by default•••We currently do not build mathplotlib with any backend. This can be very confusing for users. They will try to use matplotlib and it will simply display nothing (see #51337). We should ship at least one backend. `tk` was chosen somewhat arbitrarily. The gtk backend is problematic (see https://github.com/NixOS/nixpkgs/issues/50959#issuecomment-441327767) so tkinter seems like a good choice. There is already a backend provided on darwin so there is no reason to include tk there. Timo Kaufmann2018-12-031-1/+2
* | matplotlib: fix pkgconfig situation•••We need pkgs.pkgconfig, and not pythonPackages.pkgconfig. Frederik Rietdijk2019-02-171-1/+3
* | python.pkgs.matplotlib: add numpy 1.6 compat patch•••Numpy deprecated asscalar in 1.16. This will be fixed in the next matplotlib version, but to avoid deprecation warnings (and because they are breaking the sage testsuite), it can't hurt to backport the fix already. Upstream: https://github.com/matplotlib/matplotlib/pull/12478 Timo Kaufmann2019-02-111-3/+11
* | python: add isPy2 attribute to passthru•••Some packages relied on it. For consistency, also introduce isPy3 (which is the same as isPy3k). Frederik Rietdijk2019-01-041-1/+1
* | gobject-introspection: rename package•••camelCase package name was a huge inconsistency in GNOME package set. Jan Tojnar2018-12-021-2/+2
|/
* matplotlib: 2.2.3 -> 3.0.2•••Python 3 will use the new matplotlib 3.x while Python 2 will use 2.x. matplotlib: keep 2.2.3 for Python2k Sebastien Maret2018-11-111-0/+91