##// END OF EJS Templates
dependencies: dropped pinned wheel dependency.
marcink -
r430:3dad69fc default
parent child Browse files
Show More
@@ -604,7 +604,7 b''
604 name = "rhodecode-vcsserver-4.13.0";
604 name = "rhodecode-vcsserver-4.13.0";
605 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj];
605 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj];
606 doCheck = true;
606 doCheck = true;
607 propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob wheel zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage];
607 propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage];
608 src = ./.;
608 src = ./.;
609 meta = {
609 meta = {
610 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
610 license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ];
@@ -805,19 +805,6 b''
805 license = [ pkgs.lib.licenses.mit ];
805 license = [ pkgs.lib.licenses.mit ];
806 };
806 };
807 };
807 };
808 wheel = super.buildPythonPackage {
809 name = "wheel-0.29.0";
810 buildInputs = with self; [];
811 doCheck = false;
812 propagatedBuildInputs = with self; [];
813 src = fetchurl {
814 url = "https://files.pythonhosted.org/packages/c9/1d/bd19e691fd4cfe908c76c429fe6e4436c9e83583c4414b54f6c85471954a/wheel-0.29.0.tar.gz";
815 sha256 = "1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648";
816 };
817 meta = {
818 license = [ pkgs.lib.licenses.mit ];
819 };
820 };
821 zope.deprecation = super.buildPythonPackage {
808 zope.deprecation = super.buildPythonPackage {
822 name = "zope.deprecation-4.3.0";
809 name = "zope.deprecation-4.3.0";
823 buildInputs = with self; [];
810 buildInputs = with self; [];
@@ -28,7 +28,6 b' subvertpy==0.10.1'
28 six==1.11.0
28 six==1.11.0
29 translationstring==1.3
29 translationstring==1.3
30 webob==1.7.4
30 webob==1.7.4
31 wheel==0.29.0
32 zope.deprecation==4.3.0
31 zope.deprecation==4.3.0
33 zope.interface==4.5.0
32 zope.interface==4.5.0
34
33
General Comments 0
You need to be logged in to leave comments. Login now