##// END OF EJS Templates
dependencies: bumped subvertpy to 0.10.1
marcink -
r313:49fb1f72 default
parent child Browse files
Show More
@@ -741,16 +741,16 b''
741 };
741 };
742 };
742 };
743 subvertpy = super.buildPythonPackage {
743 subvertpy = super.buildPythonPackage {
744 name = "subvertpy-0.9.3";
744 name = "subvertpy-0.10.1";
745 buildInputs = with self; [];
745 buildInputs = with self; [];
746 doCheck = false;
746 doCheck = false;
747 propagatedBuildInputs = with self; [];
747 propagatedBuildInputs = with self; [];
748 src = fetchurl {
748 src = fetchurl {
749 url = "https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c";
749 url = "https://pypi.python.org/packages/9d/76/99fa82affce75f5ac0f7dbe513796c3f37311ace0c68e1b063683b4f9b99/subvertpy-0.10.1.tar.gz";
750 md5 = "4e49da2fe07608239cc9a80a7bb8f33c";
750 md5 = "a70e03579902d480f5e9f8c570f6536b";
751 };
751 };
752 meta = {
752 meta = {
753 license = [ pkgs.lib.licenses.lgpl21Plus ];
753 license = [ pkgs.lib.licenses.lgpl21Plus pkgs.lib.licenses.gpl2Plus ];
754 };
754 };
755 };
755 };
756 termcolor = super.buildPythonPackage {
756 termcolor = super.buildPythonPackage {
@@ -17,8 +17,7 b' repoze.lru==0.6'
17 simplejson==3.11.1
17 simplejson==3.11.1
18 subprocess32==3.2.7
18 subprocess32==3.2.7
19
19
20 # Custom subvertpy that is not available on pypi.
20 subvertpy==0.10.1
21 https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c#egg=subvertpy==0.9.3
22
21
23 six==1.9.0
22 six==1.9.0
24 translationstring==1.3
23 translationstring==1.3
General Comments 0
You need to be logged in to leave comments. Login now