python311Packages.ipython-genutils: rename from ipython_genutils

This commit is contained in:
natsukium 2023-10-12 11:22:37 +09:00
parent 2f01d20202
commit 04789c1996
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
8 changed files with 15 additions and 13 deletions

View File

@ -3,7 +3,7 @@
, pythonOlder
, fetchPypi
, ipykernel
, ipython_genutils
, ipython-genutils
, ipywidgets
, matplotlib
, numpy
@ -25,7 +25,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ipykernel
ipython_genutils
ipython-genutils
ipywidgets
matplotlib
numpy

View File

@ -6,11 +6,12 @@
}:
buildPythonPackage rec {
pname = "ipython_genutils";
pname = "ipython-genutils";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
pname = "ipython_genutils";
inherit version;
sha256 = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8";
};

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, pythonOlder
, ipython
, ipython_genutils
, ipython-genutils
, pandas
, prettytable
, pytest
@ -29,7 +29,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ipython
ipython_genutils
ipython-genutils
prettytable
sqlalchemy
sqlparse

View File

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, ipython_genutils
, ipython-genutils
, jupyter-contrib-core
, jupyter-highlight-selected-word
, jupyter-nbextensions-configurator
@ -23,7 +23,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
ipython_genutils
ipython-genutils
jupyter-contrib-core
jupyter-highlight-selected-word
jupyter-nbextensions-configurator

View File

@ -3,7 +3,7 @@
, buildPythonPackage
, fetchPypi
, ipykernel
, ipython_genutils
, ipython-genutils
, jinja2
, jupyter-client
, jupyter-core
@ -39,7 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
argon2-cffi
ipykernel
ipython_genutils
ipython-genutils
jinja2
jupyter-client
jupyter-core

View File

@ -4,7 +4,7 @@
, ipykernel
, jupyter-core
, jupyter-client
, ipython_genutils
, ipython-genutils
, pygments
, pyqt5
, pytestCheckHook
@ -28,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ipykernel
ipython_genutils
ipython-genutils
jupyter-core
jupyter-client
pygments

View File

@ -185,6 +185,7 @@ mapAliases ({
imgaug = throw "imgaug has been removed as it is no longer maintained"; # added 2023-07-10
intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517"; # added 2023-04-11
ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
ipython_genutils = ipython-genutils; # added 2023-10-12
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
itanium_demangler = itanium-demangler; # added 2022-10-17
jaraco_classes = jaraco-classes; # added 2023-07-14

View File

@ -5412,7 +5412,7 @@ self: super: with self; {
ipytablewidgets = callPackage ../development/python-modules/ipytablewidgets { };
ipython_genutils = callPackage ../development/python-modules/ipython_genutils { };
ipython-genutils = callPackage ../development/python-modules/ipython-genutils { };
ipython = callPackage ../development/python-modules/ipython { };