Commit Graph

18 Commits

Author SHA1 Message Date
R. Ryantm 5b5ca13d8b python311Packages.ipdb: 0.13.11 -> 0.13.13 2023-05-07 12:25:57 +00:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt 3698e05c69 python3Packages.ipdb: 0.13.9 -> 0.13.11 2023-01-05 01:10:10 +01:00
Martin Weinelt e39fd43989 python3Packages.ipdb: 0.13.7 -> 0.13.9 2021-06-22 13:42:32 +02:00
Silvan Mosberger e0b49e5f53 python2Packages.ipdb: Fix build 2021-06-07 17:40:07 +02:00
Frederik Rietdijk b4bc009eec python3Packages.ipdb: 0.13.4 -> 0.13.7 2021-04-03 17:48:35 +02: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
Jonathan Ringer c9a550126b python3Packages.ipdb: add missing test deps 2020-11-05 20:53:31 -08:00
Jonathan Ringer 2f8226470d pythonPackages.ipdb: disable python2 2020-11-05 20:30:48 -08:00
Frederik Rietdijk ac466d3d9f python3Packages.ipdb: 0.13.3 -> 0.13.4 2020-11-05 15:46:59 -08:00
R. RyanTM 11f0e9d21d python27Packages.ipdb: 0.13.2 -> 0.13.3 2020-07-06 09:32:58 -07:00
R. RyanTM b7572546b4 python27Packages.ipdb: 0.13.0 -> 0.13.2 2020-03-30 16:02:16 -07:00
R. RyanTM 6e686dd681 python27Packages.ipdb: 0.12.3 -> 0.13.0 2020-03-03 07:23:48 +00:00
R. RyanTM 869d828fed python38Packages.ipdb: 0.12.2 -> 0.12.3 2019-12-08 21:00:54 -08:00
R. RyanTM 7ab38e48eb python37Packages.ipdb: 0.12 -> 0.12.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-ipdb/versions
2019-08-13 09:23:54 +02:00
Christopher Ostrouchov 7bb8ef318e pythonPackages.ipdb: 0.8.1 -> 0.12 (#58965) 2019-04-08 18:27:32 +00:00
Chris Ostrouchov 2750333f9d pythonPackages.ipdb: refactor move to python-modules 2018-10-17 07:46:56 +02:00