python310Packages.sphinxcontrib-newsfeed: rename from sphinxcontrib_newsfeed

authored by

Theodore Ni and committed by
natsukium
df59f941 9cb59072

+4 -3
+2 -2
pkgs/applications/misc/khal/default.nix
··· 25 25 ] ++ (with python3.pkgs; [ 26 26 setuptools-scm 27 27 sphinx 28 - sphinxcontrib_newsfeed 28 + sphinxcontrib-newsfeed 29 29 ]); 30 30 31 31 propagatedBuildInputs = with python3.pkgs;[ ··· 62 62 --fish <(_KHAL_COMPLETE=fish_source $out/bin/khal) 63 63 64 64 # man page 65 - PATH="${python3.withPackages (ps: with ps; [ sphinx sphinxcontrib_newsfeed ])}/bin:$PATH" \ 65 + PATH="${python3.withPackages (ps: with ps; [ sphinx sphinxcontrib-newsfeed ])}/bin:$PATH" \ 66 66 make -C doc man 67 67 installManPage doc/build/man/khal.1 68 68
pkgs/development/python-modules/sphinxcontrib_newsfeed/default.nix pkgs/development/python-modules/sphinxcontrib-newsfeed/default.nix
+1
pkgs/top-level/python-aliases.nix
··· 390 390 sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03 391 391 sphinxcontrib-autoapi = sphinx-autoapi; # added 2023-02-28 392 392 sphinxcontrib_httpdomain = sphinxcontrib-httpdomain; # added 2023-07-20 393 + sphinxcontrib_newsfeed = sphinxcontrib-newsfeed; # added 2023-07-20 393 394 sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02 394 395 sphinx-navtree = throw "sphinx-navtree has been removed since it is not compatible with sphinx 3.3 and unmaintained"; # added 2023-07-03 395 396 sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
+1 -1
pkgs/top-level/python-packages.nix
··· 13207 13207 13208 13208 sphinxcontrib-nwdiag = callPackage ../development/python-modules/sphinxcontrib-nwdiag { }; 13209 13209 13210 - sphinxcontrib_newsfeed = callPackage ../development/python-modules/sphinxcontrib_newsfeed { }; 13210 + sphinxcontrib-newsfeed = callPackage ../development/python-modules/sphinxcontrib-newsfeed { }; 13211 13211 13212 13212 sphinxcontrib-openapi = callPackage ../development/python-modules/sphinxcontrib-openapi { }; 13213 13213