Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
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
a983124b8f
python3Packages.Pillow: 7.2.0 -> 8.0.1
2020-12-01 14:44:16 +01:00
Frederik Rietdijk
18700f8c60
python: Pillow: 7.1.2 -> 7.2.0
2020-08-16 19:31:10 +02:00
Mario Rodas
33873dab22
python27Packages.pillow: fix build on darwin
2020-07-10 04:20:00 -05:00
Mario Rodas
7a8614cf91
Merge pull request #89652 from marsam/fix-pillow-darwin
...
python37Packages.pillow: fix build on darwin
2020-06-06 20:52:45 -05:00
Mario Rodas
98d74faa17
python37Packages.pillow: update metadata
2020-06-06 04:21:00 -05:00
Mario Rodas
5b11e8d4be
python37Packages.pillow: fix build on darwin
2020-06-06 04:20:00 -05:00
Jonathan Ringer
7abf70b244
python2Packages.pillow: freeze at 6.2.2
2020-06-05 20:34:35 -07:00
Evan Stoll
0e5e6b08aa
pythonPackages.pillow: 6.2.2 -> 7.1.2
...
pythonPackages.pillow: drop support for python2.7
- Support for Python 2.7 was removed in Pillow 7.0.0
- https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#700-2020-01-02
- use test command from travis build configuration
- 1671f6bd71/.ci/test.sh
- add support for jpeg2k, imagequant
2020-06-05 14:52:01 -07:00
Frederik Rietdijk
7d3fa72910
python3Packages.Pillow: 6.2.1 -> 6.2.2
2020-05-11 22:12:50 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
e2b786c09f
python: Pillow: 6.2.0 -> 6.2.1
2019-10-27 16:26:49 +01:00
Frederik Rietdijk
b4ef5c479f
python: Pillow: 5.4.1 -> 6.2.0
2019-10-18 09:54:04 +02:00
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