Show More
@@ -510,13 +510,13 b'' | |||||
510 | }; |
|
510 | }; | |
511 | }; |
|
511 | }; | |
512 | pyramid = super.buildPythonPackage { |
|
512 | pyramid = super.buildPythonPackage { | |
513 | name = "pyramid-1.9"; |
|
513 | name = "pyramid-1.9.1"; | |
514 | buildInputs = with self; []; |
|
514 | buildInputs = with self; []; | |
515 | doCheck = false; |
|
515 | doCheck = false; | |
516 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper]; |
|
516 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper]; | |
517 | src = fetchurl { |
|
517 | src = fetchurl { | |
518 |
url = "https://pypi.python.org/packages/ |
|
518 | url = "https://pypi.python.org/packages/9a/57/73447be9e7d0512d601e3f0a1fb9d7d1efb941911f49efdfe036d2826507/pyramid-1.9.1.tar.gz"; | |
519 | md5 = "aa6c7c568f83151af51eb053ac633bc4"; |
|
519 | md5 = "0163e19c58c2d12976a3b6fdb57e052d"; | |
520 | }; |
|
520 | }; | |
521 | meta = { |
|
521 | meta = { | |
522 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
522 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
@@ -11,7 +11,7 b' infrae.cache==1.0.1' | |||||
11 | mercurial==4.2.3 |
|
11 | mercurial==4.2.3 | |
12 | msgpack-python==0.4.8 |
|
12 | msgpack-python==0.4.8 | |
13 | pyramid-jinja2==2.5 |
|
13 | pyramid-jinja2==2.5 | |
14 |
pyramid==1.9. |
|
14 | pyramid==1.9.1 | |
15 | pyramid-mako==1.0.2 |
|
15 | pyramid-mako==1.0.2 | |
16 | repoze.lru==0.6 |
|
16 | repoze.lru==0.6 | |
17 | simplejson==3.11.1 |
|
17 | simplejson==3.11.1 |
General Comments 0
You need to be logged in to leave comments.
Login now