Unverified Commit 303e2efd authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #260349 from natsukium/sphinx-pypi-upload

python311Packages.sphinx-pypi-upload: remove
parents 515534b7 f8b06175
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
}:

buildPythonPackage rec {
  pname = "Sphinx-PyPI-upload";
  version = "0.2.1";

  src = fetchPypi {
    inherit pname version;
    sha256 = "5f919a47ce7a7e6028dba809de81ae1297ac192347cf6fc54efca919d4865159";
  };

  meta = with lib; {
    description = "Setuptools command for uploading Sphinx documentation to PyPI";
    homepage = "https://bitbucket.org/jezdez/sphinx-pypi-upload/";
    license = licenses.bsd0;
  };

}
+1 −0
Original line number Diff line number Diff line
@@ -381,6 +381,7 @@ mapAliases ({
  somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01
  SPARQLWrapper = sparqlwrapper;
  sphinx-jquery = sphinxcontrib-jquery; # added 2023-02-24
  sphinx_pypi_upload = throw "sphinx_pypi_upload has been removed since it is abandoned."; # added 2023-10-11
  sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
  sphinxcontrib-autoapi = sphinx-autoapi; # added 2023-02=28
  sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
+0 −2
Original line number Diff line number Diff line
@@ -13230,8 +13230,6 @@ self: super: with self; {
  sphinx-mdinclude = callPackage ../development/python-modules/sphinx-mdinclude { };
  sphinx_pypi_upload = callPackage ../development/python-modules/sphinx_pypi_upload { };
  sphinx-rtd-theme = callPackage ../development/python-modules/sphinx-rtd-theme { };
  sphinx-serve = callPackage ../development/python-modules/sphinx-serve { };