Show More
@@ -445,13 +445,13 b'' | |||||
445 | }; |
|
445 | }; | |
446 | }; |
|
446 | }; | |
447 | pyramid = super.buildPythonPackage { |
|
447 | pyramid = super.buildPythonPackage { | |
448 |
name = "pyramid-1. |
|
448 | name = "pyramid-1.7.4"; | |
449 | buildInputs = with self; []; |
|
449 | buildInputs = with self; []; | |
450 | doCheck = false; |
|
450 | doCheck = false; | |
451 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy]; |
|
451 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy]; | |
452 | src = fetchurl { |
|
452 | src = fetchurl { | |
453 |
url = "https://pypi.python.org/packages/3 |
|
453 | url = "https://pypi.python.org/packages/33/91/55f5c661f8923902cd1f68d75f2b937c45e7682857356cf18f0be5493899/pyramid-1.7.4.tar.gz"; | |
454 | md5 = "b18688ff3cc33efdbb098a35b45dd122"; |
|
454 | md5 = "6ef1dfdcff9136d04490410757c4c446"; | |
455 | }; |
|
455 | }; | |
456 | meta = { |
|
456 | meta = { | |
457 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
457 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
@@ -588,7 +588,7 b'' | |||||
588 | }; |
|
588 | }; | |
589 | }; |
|
589 | }; | |
590 | rhodecode-vcsserver = super.buildPythonPackage { |
|
590 | rhodecode-vcsserver = super.buildPythonPackage { | |
591 |
name = "rhodecode-vcsserver-4. |
|
591 | name = "rhodecode-vcsserver-4.7.0"; | |
592 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; |
|
592 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; | |
593 | doCheck = true; |
|
593 | doCheck = true; | |
594 | propagatedBuildInputs = with self; [Beaker configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb ipython gevent greenlet gunicorn waitress Pyro4 serpent pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; |
|
594 | propagatedBuildInputs = with self; [Beaker configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb ipython gevent greenlet gunicorn waitress Pyro4 serpent pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; |
@@ -8,8 +8,8 b' hgsubversion==1.8.6' | |||||
8 | infrae.cache==1.0.1 |
|
8 | infrae.cache==1.0.1 | |
9 | mercurial==4.0.2 |
|
9 | mercurial==4.0.2 | |
10 | msgpack-python==0.4.8 |
|
10 | msgpack-python==0.4.8 | |
11 | pyramid==1.6.1 |
|
|||
12 | pyramid-jinja2==2.5 |
|
11 | pyramid-jinja2==2.5 | |
|
12 | pyramid==1.7.4 | |||
13 | pyramid-mako==1.0.2 |
|
13 | pyramid-mako==1.0.2 | |
14 | repoze.lru==0.6 |
|
14 | repoze.lru==0.6 | |
15 | simplejson==3.7.2 |
|
15 | simplejson==3.7.2 |
General Comments 0
You need to be logged in to leave comments.
Login now