Show More
@@ -513,24 +513,23 b' self: super: {' | |||
|
513 | 513 | }; |
|
514 | 514 | }; |
|
515 | 515 | "pyramid" = super.buildPythonPackage { |
|
516 |
name = "pyramid-1. |
|
|
516 | name = "pyramid-1.10.1"; | |
|
517 | 517 | doCheck = false; |
|
518 | 518 | propagatedBuildInputs = [ |
|
519 |
self." |
|
|
520 | self."webob" | |
|
521 | self."repoze.lru" | |
|
522 | self."zope.interface" | |
|
523 | self."zope.deprecation" | |
|
524 | self."venusian" | |
|
525 | self."translationstring" | |
|
526 | self."pastedeploy" | |
|
519 | self."hupper" | |
|
527 | 520 | self."plaster" |
|
528 | 521 | self."plaster-pastedeploy" |
|
529 |
self." |
|
|
522 | self."setuptools" | |
|
523 | self."translationstring" | |
|
524 | self."venusian" | |
|
525 | self."webob" | |
|
526 | self."zope.deprecation" | |
|
527 | self."zope.interface" | |
|
528 | self."repoze.lru" | |
|
530 | 529 | ]; |
|
531 | 530 | src = fetchurl { |
|
532 |
url = "https://files.pythonhosted.org/packages/a0 |
|
|
533 | sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg"; | |
|
531 | url = "https://files.pythonhosted.org/packages/0a/3e/22e3ac9be1b70a01139adba8906ee4b8f628bb469fea3c52f6c97b73063c/pyramid-1.10.1.tar.gz"; | |
|
532 | sha256 = "1h5105nfh6rsrfjiyw20aavyibj36la3hajy6vh1fa77xb4y3hrp"; | |
|
534 | 533 | }; |
|
535 | 534 | meta = { |
|
536 | 535 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now