Commit graph

10 commits

Author SHA1 Message Date
Frederik Rietdijk 4528d7f617 python: Pillow: 5.3.0 -> 5.4.1 2019-02-17 14:40:32 +01:00
Frederik Rietdijk f71144e5ba python: Pillow: 5.2.0 -> 5.3.0 2018-12-03 16:50:33 +01:00
Frederik Rietdijk 4a41d0fd81 python: Pillow: 5.1.0 -> 5.2.0 2018-07-22 16:52:48 +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 87bb866a7e python: Pillow: 5.0.0 -> 5.1.0 2018-04-08 11:34:55 +02:00
Andrew Dunham 8ad2cb1d0c pillow: Fix build on non-NixOS systems
The Pillow install script will, by default, add paths like /usr/lib and
/usr/include to the search paths.  This can break things when building
on a non-NixOS system that has some libraries installed that are not
installed in Nix (for example, Arch Linux has jpeg2000 but Nix doesn't
build Pillow with this support).

We solve this by telling Pillow to knock it off 😄

Fixes #36317
2018-03-05 15:13:55 -08:00
Frederik Rietdijk 56b429c252 python: Pillow: 4.3.0 -> 5.0.0 2018-01-07 09:47:13 +01:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Lancelot SIX a8dd4d8e53 pythonPackages.pillow: 3.4.2 -> 4.2.1 2017-07-17 14:23:47 +02:00