##// END OF EJS Templates
dependencies: dropped pyflakes as it's not used anymore.
marcink -
r3508:9f6bd8d4 default
parent child Browse files
Show More
@@ -1274,17 +1274,6 b' self: super: {'
1274 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1274 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1275 };
1275 };
1276 };
1276 };
1277 "pyflakes" = super.buildPythonPackage {
1278 name = "pyflakes-0.8.1";
1279 doCheck = false;
1280 src = fetchurl {
1281 url = "https://files.pythonhosted.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
1282 sha256 = "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z";
1283 };
1284 meta = {
1285 license = [ pkgs.lib.licenses.mit ];
1286 };
1287 };
1288 "pygments" = super.buildPythonPackage {
1277 "pygments" = super.buildPythonPackage {
1289 name = "pygments-2.3.1";
1278 name = "pygments-2.3.1";
1290 doCheck = false;
1279 doCheck = false;
@@ -1756,7 +1745,6 b' self: super: {'
1756 self."py-bcrypt"
1745 self."py-bcrypt"
1757 self."pycrypto"
1746 self."pycrypto"
1758 self."pycurl"
1747 self."pycurl"
1759 self."pyflakes"
1760 self."pygments"
1748 self."pygments"
1761 self."pyparsing"
1749 self."pyparsing"
1762 self."pyramid-beaker"
1750 self."pyramid-beaker"
@@ -49,7 +49,6 b' psutil==5.4.8'
49 py-bcrypt==0.4
49 py-bcrypt==0.4
50 pycrypto==2.6.1
50 pycrypto==2.6.1
51 pycurl==7.43.0.2
51 pycurl==7.43.0.2
52 pyflakes==0.8.1
53 pygments==2.3.1
52 pygments==2.3.1
54 pyparsing==2.3.0
53 pyparsing==2.3.0
55 pyramid-beaker==0.8
54 pyramid-beaker==0.8
@@ -1482,17 +1482,6 b''
1482 "name": "python2.7-pygments-markdown-lexer-0.1.0.dev39"
1482 "name": "python2.7-pygments-markdown-lexer-0.1.0.dev39"
1483 },
1483 },
1484 {
1484 {
1485 "license": [
1486 {
1487 "fullName": "MIT License",
1488 "shortName": "mit",
1489 "spdxId": "MIT",
1490 "url": "http://spdx.org/licenses/MIT.html"
1491 }
1492 ],
1493 "name": "python2.7-pyflakes-0.8.1"
1494 },
1495 {
1496 "license": {
1485 "license": {
1497 "fullName": "MIT License",
1486 "fullName": "MIT License",
1498 "shortName": "mit",
1487 "shortName": "mit",
General Comments 0
You need to be logged in to leave comments. Login now