Profpatsch
4a7f99d55d
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
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
2398277abf
python3Packages.matplotlib: 3.3.2 -> 3.3.3
2020-12-01 14:44:14 +01:00
Frederik Rietdijk
1fb6a29362
python3Packages.matplotlib: 3.3.1 -> 3.3.2
2020-11-05 15:47:00 -08:00
Shea Levy
31579c6b0a
matplotlib: Disable LTO on darwin.
...
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
Jonathan Ringer
a93c4f5129
python3Packages.matplotlib: fix deps
2020-08-16 21:42:57 -07:00
Frederik Rietdijk
1bcc07f8f5
python: matplotlib: 3.3.0 -> 3.3.1
2020-08-16 19:31:07 +02:00
K900
8e5e7e2ad8
python3.pkgs.matplotlib: 3.2.1 -> 3.3.0
2020-08-04 21:54:26 +02:00
Dmitry Kalinkin
c7d4882ab1
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
2020-04-21 07:56:13 +02:00
Ben Darwin
5842ec9368
python3Packages.matplotlib: remove nose from propagatedBuildInputs
2020-03-27 10:53:07 -07:00
Frederik Rietdijk
ac307d0097
python: matplotlib: 3.1.2 -> 3.1.3
2020-02-09 09:17:31 +01:00
Frederik Rietdijk
250363dc6e
python: matplotlib: 3.1.1 -> 3.1.2
2019-12-15 16:23:15 +01:00
worldofpeace
48fdd1a255
matplotlib: remove optional gtk2
2019-12-10 22:40:45 -05:00
ft
af7378397f
pythonPackages.matplotlib: fix dependencies to use pyqt5 instead
2019-10-20 11:09:12 +02:00
Dmitry Kalinkin
af9c22af35
python3Packages.matplotlib: 3.0.3 -> 3.1.1
2019-07-04 14:38:28 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer
0fe315c9b6
treewide: remove old patches for macOS
...
These shouldn’t be needed now that we are on macOS 10.12.
2019-04-26 21:54:32 -04:00
Silvan Mosberger
06f883f7a0
Merge pull request #51344 from timokau/sagenb-matplotlib-fix
...
pythonPackages.matplotlib: enable tk backend by default
2019-03-29 18:17:13 +01:00
Matthieu Coudron
0752393738
python3Packages.matplotlib: 3.0.2 -> 3.0.3
2019-03-07 10:07:29 +01:00
Robert Schütz
c78f98db56
python.pkgs.matplotlib: use pkgs.pkgconfig
2019-01-18 09:38:23 +01:00
Timo Kaufmann
dca6628d1a
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.
2018-12-03 21:07:59 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Sebastien Maret
880fae6a08
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
2018-11-11 10:14:25 +01:00
Frederik Rietdijk
1bc66be7e8
python: matplotlib: 2.2.2 -> 2.2.3
2018-08-25 07:38:22 +02:00
Frederik Rietdijk
ced21f5e1a
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`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
f927d46e6f
python: matplotlib: 2.1.2 -> 2.2.2
2018-04-08 11:34:54 +02:00
Frederik Rietdijk
c585a084c3
python: matplotlib: 2.1.1 -> 2.1.2
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
21ae679db7
python.pkgs.matplotlib: fix optional dependency
2018-01-24 14:18:19 +01:00
Frederik Rietdijk
2b2cb1b37b
python: matplotlib: 2.1.0 -> 2.1.1
2017-12-31 10:55:08 +01:00
Frederik Rietdijk
7ce848309e
python.pkgs: updates
2017-10-27 21:34:42 +02:00
Frederik Rietdijk
6b999f3c42
Python: many package updates
...
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
959842a9c7
Python: add pname attributes to libraries
...
so that we can use the update script.
2017-05-27 11:30:21 +02:00
georgewhewell
99fdc8b651
pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin ( #22741 )
2017-02-13 15:03:59 +01:00
Lancelot SIX
43753eafd2
pythonPackages.matplotlib: 1.5.3 -> 2.0.0
2017-01-23 16:48:58 +01:00
Andreas Herrmann
44177794d2
matplotlib: Fix "attribute ‘tkinter’ missing"
...
`tkinter` is not part of `python`, but of `pythonPackages`.
2016-11-28 18:02:35 +01:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00
Lancelot SIX
f910a4e638
pythonPackages.matplotlib: 1.5.1 -> 1.5.3
2016-10-08 23:14:07 +02:00
Frederik Rietdijk
59c7eb6025
Merge pull request #16476 from aherrmann/matplotlib-tkagg
...
Matplotlib tkagg
2016-06-24 20:41:40 +02:00
Andreas Herrmann
ed14f12b89
matplotlib: Add support for the TkAgg backend
...
Fixes #15993
2016-06-24 15:41:46 +02:00
Andreas Herrmann
616f846894
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 .
2016-06-24 12:09:56 +02:00
Bjørn Forsman
bd01fad0ed
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)
2016-06-20 13:55:52 +02:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Frederik Rietdijk
ddec19c823
pythonPackages.matplotlib: 1.5.0 -> 1.5.1
2016-02-17 21:02:15 +01:00
Domen Kožar
403d088b5c
Merge pull request #10542 from datakurre/datakurre-matplotlib
...
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-11-27 12:00:27 +01:00
Domen Kožar
686dae7c50
matplotlib: disable a flaky test
2015-11-21 21:44:12 +01:00
Asko Soukka
80fd9e96be
darwin: matplotlib: update darwin patch for 1.5.0
2015-11-01 14:58:45 +02:00
Asko Soukka
f933b48a53
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-10-31 21:02:26 +02:00
Frederik Rietdijk
d320d3dcbf
python matplotlib: 1.4.3 -> 1.5.0
2015-10-30 10:14:38 +01:00
Joel Moberg
0e2472ac86
matplotlib: 1.4.2 -> 1.4.3
2015-05-18 11:25:57 +02:00
Domen Kožar
a4e3393050
matplotlib: be consistent
2015-01-17 15:24:54 +01:00
Domen Kožar
0f82c6bdb2
matplotlib: add optional gtk3 backend, fixes #4500
2015-01-17 15:11:24 +01:00