Show More
@@ -317,7 +317,7 b' self: super: {' | |||||
317 | }; |
|
317 | }; | |
318 | }; |
|
318 | }; | |
319 | "deform" = super.buildPythonPackage { |
|
319 | "deform" = super.buildPythonPackage { | |
320 |
name = "deform-2.0. |
|
320 | name = "deform-2.0.7"; | |
321 | doCheck = false; |
|
321 | doCheck = false; | |
322 | propagatedBuildInputs = [ |
|
322 | propagatedBuildInputs = [ | |
323 | self."chameleon" |
|
323 | self."chameleon" | |
@@ -328,11 +328,11 b' self: super: {' | |||||
328 | self."zope.deprecation" |
|
328 | self."zope.deprecation" | |
329 | ]; |
|
329 | ]; | |
330 | src = fetchurl { |
|
330 | src = fetchurl { | |
331 |
url = "https://files.pythonhosted.org/packages/ |
|
331 | url = "https://files.pythonhosted.org/packages/cf/a1/bc234527b8f181de9acd80e796483c00007658d1e32b7de78f1c2e004d9a/deform-2.0.7.tar.gz"; | |
332 | sha256 = "0ybg9zsnfac1kaxrjanmkjk0xaklf4d3piywxwr08l1cl1336kc7"; |
|
332 | sha256 = "0jnpi0zr2hjvbmiz6nm33yqv976dn9lf51vhlzqc0i75xcr9rwig"; | |
333 | }; |
|
333 | }; | |
334 | meta = { |
|
334 | meta = { | |
335 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
335 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
336 | }; |
|
336 | }; | |
337 | }; |
|
337 | }; | |
338 | "defusedxml" = super.buildPythonPackage { |
|
338 | "defusedxml" = super.buildPythonPackage { |
@@ -17,7 +17,7 b' colander==1.4.0' | |||||
17 | https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6 |
|
17 | https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6 | |
18 | cssselect==1.0.3 |
|
18 | cssselect==1.0.3 | |
19 | decorator==4.1.2 |
|
19 | decorator==4.1.2 | |
20 |
deform==2.0. |
|
20 | deform==2.0.7 | |
21 | docutils==0.14.0 |
|
21 | docutils==0.14.0 | |
22 | dogpile.cache==0.6.7 |
|
22 | dogpile.cache==0.6.7 | |
23 | dogpile.core==0.4.1 |
|
23 | dogpile.core==0.4.1 |
General Comments 0
You need to be logged in to leave comments.
Login now