Show More
@@ -1407,13 +1407,13 b'' | |||||
1407 | }; |
|
1407 | }; | |
1408 | }; |
|
1408 | }; | |
1409 | pyramid = super.buildPythonPackage { |
|
1409 | pyramid = super.buildPythonPackage { | |
1410 | name = "pyramid-1.9"; |
|
1410 | name = "pyramid-1.9.1"; | |
1411 | buildInputs = with self; []; |
|
1411 | buildInputs = with self; []; | |
1412 | doCheck = false; |
|
1412 | doCheck = false; | |
1413 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper]; |
|
1413 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper]; | |
1414 | src = fetchurl { |
|
1414 | src = fetchurl { | |
1415 |
url = "https://pypi.python.org/packages/ |
|
1415 | url = "https://pypi.python.org/packages/9a/57/73447be9e7d0512d601e3f0a1fb9d7d1efb941911f49efdfe036d2826507/pyramid-1.9.1.tar.gz"; | |
1416 | md5 = "aa6c7c568f83151af51eb053ac633bc4"; |
|
1416 | md5 = "0163e19c58c2d12976a3b6fdb57e052d"; | |
1417 | }; |
|
1417 | }; | |
1418 | meta = { |
|
1418 | meta = { | |
1419 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1419 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
@@ -57,7 +57,7 b' pyramid-beaker==0.8' | |||||
57 | pyramid-debugtoolbar==4.2.1 |
|
57 | pyramid-debugtoolbar==4.2.1 | |
58 | pyramid-jinja2==2.5 |
|
58 | pyramid-jinja2==2.5 | |
59 | pyramid-mako==1.0.2 |
|
59 | pyramid-mako==1.0.2 | |
60 |
pyramid==1.9. |
|
60 | pyramid==1.9.1 | |
61 | pysqlite==2.8.3 |
|
61 | pysqlite==2.8.3 | |
62 | python-dateutil==2.1 |
|
62 | python-dateutil==2.1 | |
63 | python-ldap==2.4.40 |
|
63 | python-ldap==2.4.40 |
General Comments 0
You need to be logged in to leave comments.
Login now