| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Captialize meta.description of all packages•••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)
| Bjørn Forsman | 2016-06-20 | 1 | -1/+1 |
| |/ |
|
| * | Python: use PyPI mirror (#15001)•••* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
| Frederik Rietdijk | 2016-04-26 | 1 | -1/+1 |
| * | pythonPackages.matplotlib: 1.5.0 -> 1.5.1 | Frederik Rietdijk | 2016-02-17 | 1 | -2/+11 |
| * | Merge pull request #10542 from datakurre/datakurre-matplotlib•••darwin: matplotlib: add needed inputs and set framework flag for darwin | Domen Kožar | 2015-11-27 | 2 | -4/+20 |
| |\ |
|
| | * | darwin: matplotlib: update darwin patch for 1.5.0 | Asko Soukka | 2015-11-01 | 2 | -12/+10 |
| | * | darwin: matplotlib: add needed inputs and set framework flag for darwin | Asko Soukka | 2015-10-31 | 2 | -2/+20 |
| * | | matplotlib: disable a flaky test | Domen Kožar | 2015-11-21 | 1 | -0/+2 |
| |/ |
|
| * | python matplotlib: 1.4.3 -> 1.5.0 | Frederik Rietdijk | 2015-10-30 | 1 | -6/+15 |
| * | matplotlib: 1.4.2 -> 1.4.3 | Joel Moberg | 2015-05-18 | 1 | -2/+2 |
| * | matplotlib: be consistent | Domen Kožar | 2015-01-17 | 1 | -1/+1 |
| * | matplotlib: add optional gtk3 backend, fixes #4500 | Domen Kožar | 2015-01-17 | 1 | -7/+11 |
| * | Remove some matplotlib optional backends.•••The removed ones are not certain to work at the moment.
| Robert Helgesson | 2015-01-17 | 1 | -18/+3 |
| * | Add optional backends to matplotlib. | Robert Helgesson | 2015-01-17 | 1 | -0/+49 |