summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/matplotlib
AgeCommit message (Collapse)Author
2019-03-07python3Packages.matplotlib: 3.0.2 -> 3.0.3Matthieu Coudron
2019-02-17matplotlib: fix pkgconfig situationFrederik Rietdijk
We need pkgs.pkgconfig, and not pythonPackages.pkgconfig.
2019-02-17Revert "python.pkgs.matplotlib: use pkgs.pkgconfig"Frederik Rietdijk
This reverts commit c78f98db56b580bada5c56ef38793f4fa5c140b6.
2019-02-11python.pkgs.matplotlib: add numpy 1.6 compat patchTimo Kaufmann
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
2019-01-18python.pkgs.matplotlib: use pkgs.pkgconfigRobert Schütz
2019-01-04python: add isPy2 attribute to passthruFrederik Rietdijk
Some packages relied on it. For consistency, also introduce isPy3 (which is the same as isPy3k).
2018-12-02gobject-introspection: rename packageJan Tojnar
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-11matplotlib: 2.2.3 -> 3.0.2Sebastien Maret
Python 3 will use the new matplotlib 3.x while Python 2 will use 2.x. matplotlib: keep 2.2.3 for Python2k
2018-08-25python: matplotlib: 2.2.2 -> 2.2.3Frederik Rietdijk
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
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`.
2018-04-08python: matplotlib: 2.1.2 -> 2.2.2Frederik Rietdijk
2018-02-03python: matplotlib: 2.1.1 -> 2.1.2Frederik Rietdijk
2018-01-24python.pkgs.matplotlib: fix optional dependencyFrederik Rietdijk
2017-12-31python: matplotlib: 2.1.0 -> 2.1.1Frederik Rietdijk
2017-10-27python.pkgs: updatesFrederik Rietdijk
2017-05-27Python: many package updatesFrederik Rietdijk
Did not test all packages. Likely we'll have some breakage.
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk
so that we can use the update script.
2017-02-13pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin (#22741)georgewhewell
2017-01-23pythonPackages.matplotlib: 1.5.3 -> 2.0.0Lancelot SIX
2016-11-28matplotlib: Fix "attribute ‘tkinter’ missing"Andreas Herrmann
`tkinter` is not part of `python`, but of `pythonPackages`.
2016-10-10Python: remove modules and pythonFullFrederik Rietdijk
2016-10-08pythonPackages.matplotlib: 1.5.1 -> 1.5.3Lancelot SIX
2016-06-24Merge pull request #16476 from aherrmann/matplotlib-tkaggFrederik Rietdijk
Matplotlib tkagg
2016-06-24matplotlib: Add support for the TkAgg backendAndreas Herrmann
Fixes #15993
2016-06-24matplotlib: Don't search in global pathsAndreas Herrmann
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.
2016-06-20Captialize meta.description of all packagesBjørn Forsman
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-04-26Python: use PyPI mirror (#15001)Frederik Rietdijk
* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
2016-02-17pythonPackages.matplotlib: 1.5.0 -> 1.5.1Frederik Rietdijk
2015-11-27Merge pull request #10542 from datakurre/datakurre-matplotlibDomen Kožar
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-11-21matplotlib: disable a flaky testDomen Kožar
2015-11-01darwin: matplotlib: update darwin patch for 1.5.0Asko Soukka
2015-10-31darwin: matplotlib: add needed inputs and set framework flag for darwinAsko Soukka
2015-10-30python matplotlib: 1.4.3 -> 1.5.0Frederik Rietdijk
2015-05-18matplotlib: 1.4.2 -> 1.4.3Joel Moberg
2015-01-17matplotlib: be consistentDomen Kožar
2015-01-17matplotlib: add optional gtk3 backend, fixes #4500Domen Kožar
2015-01-17Remove some matplotlib optional backends.Robert Helgesson
The removed ones are not certain to work at the moment.
2015-01-17Add optional backends to matplotlib.Robert Helgesson