Commit graph

28 commits

Author SHA1 Message Date
R. RyanTM 5f1ab8c5b1 python37Packages.Wand: 0.6.5 -> 0.6.6 2021-03-10 15:23:53 -08:00
Robert Schütz 10ba3c20a7 treewide: replace imagemagick7 with imagemagick 2021-02-27 18:36:56 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
R. RyanTM 4958f5060b python37Packages.Wand: 0.6.4 -> 0.6.5 2020-11-30 00:23:02 +00:00
R. RyanTM 89f3866548 python37Packages.Wand: 0.6.3 -> 0.6.4 2020-11-25 07:19:09 +00:00
R. RyanTM 5e209b5874 python27Packages.Wand: 0.6.2 -> 0.6.3 2020-10-03 06:27:39 +00:00
R. RyanTM 50be30a112 python27Packages.Wand: 0.6.1 -> 0.6.2 2020-07-10 18:33:41 +00:00
R. RyanTM 9cefba1469 python27Packages.Wand: 0.5.9 -> 0.6.1 2020-05-24 03:47:58 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM c5b6c6958f python27Packages.Wand: 0.5.8 -> 0.5.9 2020-02-13 22:51:53 -08:00
R. RyanTM 2932b28994 python38Packages.Wand: 0.5.7 -> 0.5.8 2019-12-09 04:13:04 -08:00
R. RyanTM 2390a52ec7 python37Packages.Wand: 0.5.6 -> 0.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions
2019-09-29 11:33:31 +02:00
R. RyanTM ef287cdb8e python37Packages.Wand: 0.5.5 -> 0.5.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions
2019-08-20 10:25:52 -07:00
R. RyanTM 5ef740182b python37Packages.Wand: 0.5.4 -> 0.5.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions
2019-07-16 08:20:24 -07:00
Frederik Rietdijk 3587b227d8 python: Wand: 0.5.3 -> 0.5.4 2019-06-15 08:44:03 +02:00
Frederik Rietdijk 137311d36d python: Wand: 0.5.2 -> 0.5.3 2019-04-24 18:42:47 +02:00
R. RyanTM 2eee9e7150 python37Packages.Wand: 0.5.1 -> 0.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions

(cherry picked from commit 66494befa724a74b233ecebd4ccba6bc0486b0bd)
2019-04-07 13:46:30 +02:00
Frederik Rietdijk 93452724bf python: Wand: 0.5.0 -> 0.5.1 2019-02-17 14:40:55 +01:00
Silvan Mosberger d089bd0876
pythonPackages.Wand: Fix evaluation, passthru imagemagick
As required by SQLAlchemy-ImageAttach (which doesn't even build
currently though)
2019-01-29 00:46:59 +01:00
Silvan Mosberger 4ba2d947ff
pythonPackages.Wand: Clean up and switch to imagemagick7
http://docs.wand-py.org/en/0.5.0/whatsnew/0.5.html#imagemagick-7-support
2019-01-28 23:34:28 +01:00
Silvan Mosberger 07c3f81aa6
pythonPackages.Wand: Fix imagemagick path 2019-01-28 23:25:01 +01:00
R. RyanTM 9e6241ef69 python37Packages.Wand: 0.4.5 -> 0.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions
2019-01-27 03:37:41 -08:00
Chris Ostrouchov 5af94096ac pythonPackages.Wand: refactor fix broken package 2018-12-03 16:50:41 +01:00
Frederik Rietdijk 846abe5eff python: Wand: 0.4.4 -> 0.4.5 2018-12-03 16:50:39 +01: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
John Ericson 5aec3f96a2 treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
Frederik Rietdijk 464b5aa6fb pythonPackages.Wand: fix loading extensions 2017-05-01 11:22:56 +02:00