Commit graph

13 commits

Author SHA1 Message Date
Fabian Affolter 368a2d854f python3Packages.rpyc: update meta 2021-01-12 19:49:44 +01:00
Fabian Affolter 253e48bb86 python3Packages.rpyc: update check part 2021-01-12 19:49:32 +01:00
Fabian Affolter d7e7eb3fb6 python3Packages.rpyc: 4.1.3 -> 5.0.1 2021-01-12 19:49:17 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 443152f651 python27Packages.rpyc: 4.1.2 -> 4.1.3 2020-02-02 01:06:12 -08:00
Robert Scott e5f671a7dc pythonPackages.rpyc: fix tests to actually execute 2019-10-27 11:47:10 -07:00
Frederik Rietdijk 68d816d6a2 python: rpyc: 4.1.1 -> 4.1.2 2019-10-18 09:54:01 +02:00
R. RyanTM 6e905db21e python37Packages.rpyc: 4.1.0 -> 4.1.1
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-rpyc/versions
2019-08-05 13:02:30 -07:00
R. RyanTM 866157765e python37Packages.rpyc: 4.0.2 -> 4.1.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-rpyc/versions
2019-06-02 15:08:15 -07:00
Daniel Schaefer 92cccb6f83 treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
Frederik Rietdijk 3bee9b1aee python: rpyc: 3.3.0 -> 4.0.2 2018-12-03 16:50:35 +01:00
Chris Ostrouchov 0f7de34c6a pythonPackges.rpyc: refactor move to python-modules 2018-10-27 09:07:23 +02:00