dependencies: dropped pygments-markdown-lexer as it's natively supported by pygments now.
This commit is contained in:
parent
8a04894b9e
commit
cce7ceeb86
3 changed files with 0 additions and 18 deletions
|
|
@ -12,8 +12,6 @@ permission notice:
|
|||
file:licenses/msgpack_license.txt
|
||||
Copyright (c) 2009 - tornado
|
||||
file:licenses/tornado_license.txt
|
||||
Copyright (c) 2015 - pygments-markdown-lexer
|
||||
file:licenses/pygments_markdown_lexer_license.txt
|
||||
Copyright 2006 - diff_match_patch
|
||||
file:licenses/diff_match_patch_license.txt
|
||||
|
||||
|
|
|
|||
|
|
@ -1248,20 +1248,6 @@ self: super: {
|
|||
license = [ pkgs.lib.licenses.bsdOriginal ];
|
||||
};
|
||||
};
|
||||
"pygments-markdown-lexer" = super.buildPythonPackage {
|
||||
name = "pygments-markdown-lexer-0.1.0.dev39";
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
self."pygments"
|
||||
];
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
|
||||
sha256 = "1pzb5wy23q3fhs0rqzasjnw6hdzwjngpakb73i98cn0b8lk8q4jc";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.asl20 ];
|
||||
};
|
||||
};
|
||||
"pymysql" = super.buildPythonPackage {
|
||||
name = "pymysql-0.8.1";
|
||||
doCheck = false;
|
||||
|
|
@ -1723,7 +1709,6 @@ self: super: {
|
|||
self."pycrypto"
|
||||
self."pycurl"
|
||||
self."pyflakes"
|
||||
self."pygments-markdown-lexer"
|
||||
self."pygments"
|
||||
self."pyparsing"
|
||||
self."pyramid-beaker"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ py-bcrypt==0.4
|
|||
pycrypto==2.6.1
|
||||
pycurl==7.43.0.2
|
||||
pyflakes==0.8.1
|
||||
pygments-markdown-lexer==0.1.0.dev39
|
||||
pygments==2.3.0
|
||||
pyparsing==1.5.7
|
||||
pyramid-beaker==0.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue