| Commit message (Expand) | Author | Age | Files | Lines |
| * | python{2,3}Packages.matplotlib: remove pointless asserts | Dmitry Kalinkin | 2021-04-20 | 2 | -21/+5 |
| * | python2Packages.matplotlib: remove invalid libs.system_freetype setup option | Dmitry Kalinkin | 2021-04-20 | 1 | -3/+0 |
| * | python3Packages.matplotlib: 3.3.4 -> 3.4.1 | Dmitry Kalinkin | 2021-04-20 | 1 | -5/+6 |
| * | python{2,3}Packages.matplotlib: use lib.generators.toINI to generate setup.cfg | Dmitry Kalinkin | 2021-04-20 | 4 | -16/+19 |
| * | python3Packages.matplotlib: 3.3.3 -> 3.3.4 | Frederik Rietdijk | 2021-02-26 | 1 | -2/+2 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 2 | -18/+16 |
| * | 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 Ringer | 2021-01-19 | 2 | -4/+4 |
| * | 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
| Profpatsch | 2021-01-11 | 2 | -4/+4 |
| * | python3Packages.matplotlib: 3.3.2 -> 3.3.3 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python3Packages.matplotlib: 3.3.1 -> 3.3.2 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | matplotlib: Disable LTO on darwin.•••Needs #19312 or equivalent to work.
| Shea Levy | 2020-09-09 | 2 | -1/+8 |
| * | python3Packages.matplotlib: fix deps | Jonathan Ringer | 2020-08-16 | 1 | -2/+2 |
| * | python: matplotlib: 3.3.0 -> 3.3.1 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | python3.pkgs.matplotlib: 3.2.1 -> 3.3.0 | K900 | 2020-08-04 | 2 | -3/+7 |
| * | 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.1 | Dmitry Kalinkin | 2020-04-21 | 4 | -62/+28 |
| * | python3Packages.matplotlib: remove nose from propagatedBuildInputs | Ben Darwin | 2020-03-27 | 1 | -1/+1 |
| * | python: matplotlib: 3.1.2 -> 3.1.3 | Frederik Rietdijk | 2020-02-09 | 1 | -2/+2 |
| * | python: matplotlib: 3.1.1 -> 3.1.2 | Frederik Rietdijk | 2019-12-15 | 1 | -2/+2 |
| * | matplotlib: remove optional gtk2 | worldofpeace | 2019-12-10 | 2 | -8/+2 |
| * | pythonPackages.matplotlib: fix dependencies to use pyqt5 instead | ft | 2019-10-20 | 1 | -3/+3 |
| * | python3Packages.matplotlib: 3.0.3 -> 3.1.1 | Dmitry Kalinkin | 2019-07-04 | 1 | -2/+2 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables
* making ofborg happy
| volth | 2019-06-16 | 1 | -1/+1 |
| * | treewide: remove old patches for macOS•••These shouldn’t be needed now that we are on macOS 10.12.
| Matthew Bauer | 2019-04-26 | 4 | -25/+2 |
| * | Merge pull request #51344 from timokau/sagenb-matplotlib-fix•••pythonPackages.matplotlib: enable tk backend by default | Silvan Mosberger | 2019-03-29 | 2 | -2/+4 |
| |\ |
|
| | * | 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 Kaufmann | 2018-12-03 | 2 | -2/+4 |
| * | | python3Packages.matplotlib: 3.0.2 -> 3.0.3 | Matthieu Coudron | 2019-03-07 | 1 | -2/+2 |
| * | | matplotlib: fix pkgconfig situation•••We need pkgs.pkgconfig, and not pythonPackages.pkgconfig.
| Frederik Rietdijk | 2019-02-17 | 2 | -2/+6 |
| * | | Revert "python.pkgs.matplotlib: use pkgs.pkgconfig"•••This reverts commit c78f98db56b580bada5c56ef38793f4fa5c140b6.
| Frederik Rietdijk | 2019-02-17 | 1 | -3/+1 |
| * | | 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 Kaufmann | 2019-02-11 | 1 | -3/+11 |
| * | | python.pkgs.matplotlib: use pkgs.pkgconfig | Robert Schütz | 2019-01-18 | 1 | -1/+3 |
| * | | python: add isPy2 attribute to passthru•••Some packages relied on it. For consistency, also introduce isPy3 (which
is the same as isPy3k).
| Frederik Rietdijk | 2019-01-04 | 1 | -1/+1 |
| * | | gobject-introspection: rename package•••camelCase package name was a huge inconsistency in GNOME package set.
| Jan Tojnar | 2018-12-02 | 2 | -4/+4 |
| |/ |
|
| * | 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 Maret | 2018-11-11 | 4 | -14/+117 |
| * | python: matplotlib: 2.2.2 -> 2.2.3 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |
| * | pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
| Frederik Rietdijk | 2018-06-23 | 1 | -4/+3 |
| * | python: matplotlib: 2.1.2 -> 2.2.2 | Frederik Rietdijk | 2018-04-08 | 1 | -4/+4 |
| * | python: matplotlib: 2.1.1 -> 2.1.2 | Frederik Rietdijk | 2018-02-03 | 1 | -2/+2 |
| * | python.pkgs.matplotlib: fix optional dependency | Frederik Rietdijk | 2018-01-24 | 1 | -2/+3 |
| * | python: matplotlib: 2.1.0 -> 2.1.1 | Frederik Rietdijk | 2017-12-31 | 1 | -2/+2 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -4/+4 |
| * | Python: many package updates•••Did not test all packages. Likely we'll have some breakage.
| Frederik Rietdijk | 2017-05-27 | 1 | -2/+2 |
| * | Python: add pname attributes to libraries•••so that we can use the update script.
| Frederik Rietdijk | 2017-05-27 | 1 | -1/+2 |
| * | pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin (#22741) | georgewhewell | 2017-02-13 | 1 | -1/+3 |
| * | pythonPackages.matplotlib: 1.5.3 -> 2.0.0 | Lancelot SIX | 2017-01-23 | 1 | -12/+14 |
| * | matplotlib: Fix "attribute ‘tkinter’ missing"•••`tkinter` is not part of `python`, but of `pythonPackages`.
| Andreas Herrmann | 2016-11-28 | 1 | -1/+1 |
| * | Python: remove modules and pythonFull | Frederik Rietdijk | 2016-10-10 | 1 | -1/+1 |
| * | pythonPackages.matplotlib: 1.5.1 -> 1.5.3 | Lancelot SIX | 2016-10-08 | 1 | -2/+2 |
| * | Merge pull request #16476 from aherrmann/matplotlib-tkagg•••Matplotlib tkagg | Frederik Rietdijk | 2016-06-24 | 2 | -2/+33 |
| |\ |
|
| | * | matplotlib: Add support for the TkAgg backend•••Fixes #15993
| Andreas Herrmann | 2016-06-24 | 1 | -1/+22 |
| | * | matplotlib: Don't search in global paths•••Sets the `basedirlist` option in setup.cfg such that distutils does not search
for headers and libraries in `/usr`, and `/usr/local`.
Otherwise the build can fail on non-NixOS machines, see #15993.
| Andreas Herrmann | 2016-06-24 | 2 | -1/+11 |