Show More
@@ -445,13 +445,13 b'' | |||
|
445 | 445 | }; |
|
446 | 446 | }; |
|
447 | 447 | pyramid = super.buildPythonPackage { |
|
448 |
name = "pyramid-1. |
|
|
448 | name = "pyramid-1.7.4"; | |
|
449 | 449 | buildInputs = with self; []; |
|
450 | 450 | doCheck = false; |
|
451 | 451 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy]; |
|
452 | 452 | src = fetchurl { |
|
453 |
url = "https://pypi.python.org/packages/3 |
|
|
454 | md5 = "b18688ff3cc33efdbb098a35b45dd122"; | |
|
453 | url = "https://pypi.python.org/packages/33/91/55f5c661f8923902cd1f68d75f2b937c45e7682857356cf18f0be5493899/pyramid-1.7.4.tar.gz"; | |
|
454 | md5 = "6ef1dfdcff9136d04490410757c4c446"; | |
|
455 | 455 | }; |
|
456 | 456 | meta = { |
|
457 | 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 | 590 | rhodecode-vcsserver = super.buildPythonPackage { |
|
591 |
name = "rhodecode-vcsserver-4. |
|
|
591 | name = "rhodecode-vcsserver-4.7.0"; | |
|
592 | 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 | 593 | doCheck = true; |
|
594 | 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]; |
General Comments 0
You need to be logged in to leave comments.
Login now