@@ -18,20 +18,6 @@ self: super: {
1818 nativeBuildInputs = [ ] ;
1919 propagatedBuildInputs = [ ] ;
2020 } ;
21- "MarkupSafe" = super . buildPythonPackage rec {
22- pname = "MarkupSafe" ;
23- version = "2.1.1" ;
24- src = fetchurl {
25- url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz" ;
26- sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz" ;
27- } ;
28- format = "setuptools" ;
29- doCheck = false ;
30- buildInputs = [ ] ;
31- checkInputs = [ ] ;
32- nativeBuildInputs = [ ] ;
33- propagatedBuildInputs = [ ] ;
34- } ;
3521 "PySocks" = super . buildPythonPackage rec {
3622 pname = "PySocks" ;
3723 version = "1.7.1" ;
@@ -813,7 +799,7 @@ self: super: {
813799 checkInputs = [ ] ;
814800 nativeBuildInputs = [ ] ;
815801 propagatedBuildInputs = [
816- self . "MarkupSafe "
802+ self . "markupsafe "
817803 ] ;
818804 } ;
819805 "json5" = super . buildPythonPackage rec {
@@ -1132,6 +1118,20 @@ self: super: {
11321118 self . "tornado"
11331119 ] ;
11341120 } ;
1121+ "jupyterlab-kernelspy" = super . buildPythonPackage rec {
1122+ pname = "jupyterlab-kernelspy" ;
1123+ version = "3.1.0" ;
1124+ src = fetchurl {
1125+ url = "https://files.pythonhosted.org/packages/1d/b7/6aa69688f8ed3c6438184b293930f6b5e4eb7cea11ff36c16477abd2d8c5/jupyterlab_kernelspy-3.1.0-py3-none-any.whl" ;
1126+ sha256 = "0vrbvibfqmssxba7cajr9b6bwcdkyqsj0bh81p9sifc15ndid7vd" ;
1127+ } ;
1128+ format = "wheel" ;
1129+ doCheck = false ;
1130+ buildInputs = [ ] ;
1131+ checkInputs = [ ] ;
1132+ nativeBuildInputs = [ ] ;
1133+ propagatedBuildInputs = [ ] ;
1134+ } ;
11351135 "jupyterlab-pygments" = super . buildPythonPackage rec {
11361136 pname = "jupyterlab-pygments" ;
11371137 version = "0.2.2" ;
@@ -1261,6 +1261,20 @@ self: super: {
12611261 self . "mdurl"
12621262 ] ;
12631263 } ;
1264+ "markupsafe" = super . buildPythonPackage rec {
1265+ pname = "markupsafe" ;
1266+ version = "2.1.1" ;
1267+ src = fetchurl {
1268+ url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz" ;
1269+ sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz" ;
1270+ } ;
1271+ format = "setuptools" ;
1272+ doCheck = false ;
1273+ buildInputs = [ ] ;
1274+ checkInputs = [ ] ;
1275+ nativeBuildInputs = [ ] ;
1276+ propagatedBuildInputs = [ ] ;
1277+ } ;
12641278 "matplotlib-inline" = super . buildPythonPackage rec {
12651279 pname = "matplotlib-inline" ;
12661280 version = "0.1.6" ;
@@ -1413,7 +1427,6 @@ self: super: {
14131427 checkInputs = [ ] ;
14141428 nativeBuildInputs = [ ] ;
14151429 propagatedBuildInputs = [
1416- self . "MarkupSafe"
14171430 self . "beautifulsoup4"
14181431 self . "bleach"
14191432 self . "defusedxml"
@@ -1422,6 +1435,7 @@ self: super: {
14221435 self . "jupyter-core"
14231436 self . "jupyterlab-pygments"
14241437 self . "lxml"
1438+ self . "markupsafe"
14251439 self . "mistune"
14261440 self . "nbclient"
14271441 self . "nbformat"
0 commit comments