Commit graph

13 commits

Author SHA1 Message Date
Robert Schütz f4068932bf python39Packages.rope: fix tests 2021-03-22 15:54:35 +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 e787afe7ed python27Packages.rope: 0.17.0 -> 0.18.0 2020-11-10 22:21:54 -08:00
Jörg Thalheim 8a9556a36a
python38.pkgs.rope: enable build 2020-06-16 17:04:15 +01:00
Frederik Rietdijk 6ba58c0756 python: rope: 0.16.0 -> 0.17.0 2020-06-11 10:00:21 +02:00
Ben Darwin 5df826fb11 python3Packages.rope: 0.14.0 -> 0.16.0 2020-03-26 13:43:10 -07:00
Ben Darwin 3d0410e769 python38Packages.rope: disable for Python>=3.8
- browsing the github page suggests the upcoming 0.17 release should support 3.8
2020-03-23 08:40:29 -04:00
R. RyanTM e5402c6c75 python37Packages.rope: 0.12.0 -> 0.14.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-rope/versions

(cherry picked from commit e03fff5cf03d015324b5ac9d16ef5dcbd6d29bdf)
2019-04-07 13:46:31 +02:00
Frederik Rietdijk d9366f21ca python: rope: 0.11.0 -> 0.12.0 2019-02-17 14:40:41 +01:00
Jörg Thalheim bb32e2bd3d
python37.pkgs.rope: ignore broken type hinting tests 2018-11-27 11:57:55 +00:00
Frederik Rietdijk e7dd0aed00 python: rope: 0.10.7 -> 0.11.0 2018-08-25 07:38:23 +02:00
Joerg Thalheim 3320d5f7a8 pythonPackages.rope: 0.10.2 -> 0.10.7 2017-11-15 15:27:26 +00:00