Commit Graph

15 Commits

Author SHA1 Message Date
Jonathan Ringer
4835808d40 python3Packages.construct: fix build and tests 2021-04-03 17:49:55 +02:00
Jonathan Ringer
5a30f422e8 python3Packages.construct: 2.10.56 -> 2.10.63 2021-04-03 17:49:47 +02:00
Robert Schütz
e53717ca11 pythonPackages.construct: add python2-compatible expression 2021-03-10 23:33:43 +01:00
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
Mario Rodas
461bc85c31
python38Packages.construct: fix build on darwin 2020-08-13 23:20:00 -05:00
Robert Schütz
89f51ae949 python.pkgs.construct: 2.9.45 -> 2.10.56 2020-08-12 17:33:07 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Daniel Schaefer
92cccb6f83 treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
rnhmjoj
d117e3ccd8
python.pkgs.construct: 2.8.16 -> 2.9.45 2018-09-12 03:35:26 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Josef Kemetmüller
91a9453496 pythonPackages.construct: Fix darwin build
The package runs fine on darwin. Using pytest as a test runner also
resolves the checkPhase issue on Python 3.5+.
2018-03-10 23:36:00 +01:00
adisbladis
d99378654f pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
Bjørn Forsman
454ad93a35 pythonPackages.construct: 2.8.10 -> 2.8.16 2017-10-29 22:35:16 +01:00
Bjørn Forsman
0bc9f75dc1 pythonPackages.construct: move to python-modules/ 2017-10-29 22:35:15 +01:00