##// END OF EJS Templates
py3: switch to latest pip2nix
marcink -
r978:7f76eb24 python3
parent child Browse files
Show More
@@ -1,25 +1,25 b''
1 { pkgs
1 { pkgs
2 , pythonPackages
2 , pythonPackages
3 }:
3 }:
4
4
5 rec {
5 rec {
6 pip2nix-src = pkgs.fetchzip {
6 pip2nix-src = pkgs.fetchzip {
7 url = https://github.com/johbo/pip2nix/archive/51e6fdae34d0e8ded9efeef7a8601730249687a6.tar.gz;
7 url = https://code.rhodecode.com/upstream/pip2nix/artifacts/download/0-007f541a-7294-4a4c-9b52-ba102ce265f1.tar.gz;
8 sha256 = "02a4jjgi7lsvf8mhrxsd56s9a3yg20081rl9bgc2m84w60v2gbz2";
8 sha256 = "02747glj0v6pdj0ylcwnrvp38ig8ramvipn9z3la9gknx6rhxrh6";
9 };
9 };
10
10
11 pip2nix = import pip2nix-src {
11 pip2nix = import pip2nix-src {
12 inherit
12 inherit
13 pkgs
13 pkgs
14 pythonPackages;
14 pythonPackages;
15 };
15 };
16
16
17 pip-tools = pythonPackages.pip-tools;
17 pip-tools = pythonPackages.pip-tools;
18
18
19 setuptools = pythonPackages.setuptools;
19 setuptools = pythonPackages.setuptools;
20
20
21 wheel = pythonPackages.wheel;
21 wheel = pythonPackages.wheel;
22
22
23 pip = pythonPackages.pip;
23 pip = pythonPackages.pip;
24
24
25 }
25 }
General Comments 0
You need to be logged in to leave comments. Login now