Show More
@@ -492,17 +492,6 b' self: super: {' | |||
|
492 | 492 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
493 | 493 | }; |
|
494 | 494 | }; |
|
495 | "dogpile.core" = super.buildPythonPackage { | |
|
496 | name = "dogpile.core-0.4.1"; | |
|
497 | doCheck = false; | |
|
498 | src = fetchurl { | |
|
499 | url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz"; | |
|
500 | sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy"; | |
|
501 | }; | |
|
502 | meta = { | |
|
503 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
|
504 | }; | |
|
505 | }; | |
|
506 | 495 | "ecdsa" = super.buildPythonPackage { |
|
507 | 496 | name = "ecdsa-0.13.2"; |
|
508 | 497 | doCheck = false; |
@@ -1917,7 +1906,6 b' self: super: {' | |||
|
1917 | 1906 | self."deform" |
|
1918 | 1907 | self."docutils" |
|
1919 | 1908 | self."dogpile.cache" |
|
1920 | self."dogpile.core" | |
|
1921 | 1909 | self."formencode" |
|
1922 | 1910 | self."future" |
|
1923 | 1911 | self."futures" |
@@ -15,8 +15,7 b' cryptography==2.6.1' | |||
|
15 | 15 | decorator==4.1.2 |
|
16 | 16 | deform==2.0.8 |
|
17 | 17 | docutils==0.16.0 |
|
18 |
dogpile.cache==0.9. |
|
|
19 | dogpile.core==0.4.1 | |
|
18 | dogpile.cache==0.9.2 | |
|
20 | 19 | formencode==1.2.4 |
|
21 | 20 | future==0.14.3 |
|
22 | 21 | futures==3.0.2 |
@@ -1811,17 +1811,6 b'' | |||
|
1811 | 1811 | "url": "http://spdx.org/licenses/BSD-4-Clause.html" |
|
1812 | 1812 | } |
|
1813 | 1813 | ], |
|
1814 | "name": "python2.7-dogpile.core-0.4.1" | |
|
1815 | }, | |
|
1816 | { | |
|
1817 | "license": [ | |
|
1818 | { | |
|
1819 | "fullName": "BSD 4-clause \"Original\" or \"Old\" License", | |
|
1820 | "shortName": "bsdOriginal", | |
|
1821 | "spdxId": "BSD-4-Clause", | |
|
1822 | "url": "http://spdx.org/licenses/BSD-4-Clause.html" | |
|
1823 | } | |
|
1824 | ], | |
|
1825 | 1814 | "name": "python2.7-dogpile.cache-0.9.0" |
|
1826 | 1815 | }, |
|
1827 | 1816 | { |
General Comments 0
You need to be logged in to leave comments.
Login now