Commit graph

20 commits

Author SHA1 Message Date
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
Frederik Rietdijk 0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00
Markus S. Wamser 3c7e7b87b3 pymupdf: 1.17.6 -> 1.18.0 2020-11-09 09:57:38 -08:00
Frederik Rietdijk f2d5785a3f python3Packages.PyMuPDF: 1.17.6 -> 1.17.7 2020-11-05 15:47:02 -08:00
Frederik Rietdijk 1ee7c94953 python3Packages.PyMuPDF: 1.17.5 -> 1.17.6 2020-08-29 10:23:39 -07:00
Frederik Rietdijk 3eba837440 python: PyMuPDF: 1.17.4 -> 1.17.5 2020-08-16 19:31:12 +02:00
Frederik Rietdijk 1d72f373da python: PyMuPDF: 1.17.2 -> 1.17.4 2020-08-04 21:54:53 +02:00
R. RyanTM c7961b69dc
python27Packages.pymupdf: 1.17.0 -> 1.17.2 (#92490) 2020-07-06 20:38:28 +02:00
Markus S. Wamser b20b08dc87 pythonPackages.PyMuPDF: 1.16.18 -> 1.17.0
Update for compatibility with MuPDF 1.17
2020-05-26 08:36:44 +02:00
R. RyanTM 99847a4e9d python27Packages.pymupdf: 1.16.16 -> 1.16.18 2020-05-10 19:44:37 +02:00
R. RyanTM 2c396925c3 python27Packages.pymupdf: 1.16.12 -> 1.16.16 2020-04-06 21:09:04 -07:00
R. RyanTM c7eafd3783 python27Packages.pymupdf: 1.16.11 -> 1.16.12 2020-03-19 18:11:13 -07:00
R. RyanTM 18ff53d765 python27Packages.pymupdf: 1.16.10 -> 1.16.11 2020-02-29 18:11:01 +01:00
Frederik Rietdijk d3f6e04551 python: PyMuPDF: 1.16.9 -> 1.16.10 2019-12-30 16:46:54 +01:00
R. RyanTM 00c9d6b710 python38Packages.pymupdf: 1.16.8 -> 1.16.9 2019-12-09 23:50:10 -08:00
Frederik Rietdijk 9f701fe524 python: PyMuPDF: 1.16.7 -> 1.16.8 2019-11-22 08:37:22 +01:00
Frederik Rietdijk 4ff18fed91 python: PyMuPDF: 1.16.5 -> 1.16.7 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 6e68548311 python: PyMuPDF: 1.16.2 -> 1.16.5 2019-10-18 09:54:00 +02:00
Matthieu Coudron afd6b04f47 pythonPackages.pymupdf: init at 1.16.2
python bindings for mupdf. Provides the fitz module for
https://github.com/dsanson/termpdf.py that I am trying to package.
2019-09-27 17:11:28 +09:00