Show More
@@ -1282,24 +1282,23 b' self: super: {' | |||
|
1282 | 1282 | }; |
|
1283 | 1283 | }; |
|
1284 | 1284 | "pyramid" = super.buildPythonPackage { |
|
1285 |
name = "pyramid-1. |
|
|
1285 | name = "pyramid-1.10.1"; | |
|
1286 | 1286 | doCheck = false; |
|
1287 | 1287 | propagatedBuildInputs = [ |
|
1288 |
self." |
|
|
1289 | self."webob" | |
|
1290 | self."repoze.lru" | |
|
1291 | self."zope.interface" | |
|
1292 | self."zope.deprecation" | |
|
1293 | self."venusian" | |
|
1294 | self."translationstring" | |
|
1295 | self."pastedeploy" | |
|
1288 | self."hupper" | |
|
1296 | 1289 | self."plaster" |
|
1297 | 1290 | self."plaster-pastedeploy" |
|
1298 |
self." |
|
|
1291 | self."setuptools" | |
|
1292 | self."translationstring" | |
|
1293 | self."venusian" | |
|
1294 | self."webob" | |
|
1295 | self."zope.deprecation" | |
|
1296 | self."zope.interface" | |
|
1297 | self."repoze.lru" | |
|
1299 | 1298 | ]; |
|
1300 | 1299 | src = fetchurl { |
|
1301 |
url = "https://files.pythonhosted.org/packages/a0 |
|
|
1302 | sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg"; | |
|
1300 | url = "https://files.pythonhosted.org/packages/0a/3e/22e3ac9be1b70a01139adba8906ee4b8f628bb469fea3c52f6c97b73063c/pyramid-1.10.1.tar.gz"; | |
|
1301 | sha256 = "1h5105nfh6rsrfjiyw20aavyibj36la3hajy6vh1fa77xb4y3hrp"; | |
|
1303 | 1302 | }; |
|
1304 | 1303 | meta = { |
|
1305 | 1304 | 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