Skip to content

Commit

Permalink
python312Packages.pallets-sphinx-themes: 2.1.3 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Dec 8, 2024
1 parent fd9961b commit fcdc5ba
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions pkgs/development/python-modules/pallets-sphinx-themes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,38 @@
fetchFromGitHub,
sphinx,
packaging,
flit-core,
sphinx-notfound-page,
}:

buildPythonPackage rec {
pname = "pallets-sphinx-themes";
version = "2.1.3";
format = "setuptools";
version = "2.3.0";
pyproject = true;

src = fetchFromGitHub {
owner = "pallets";
repo = "pallets-sphinx-themes";
rev = "refs/tags/${version}";
sha256 = "sha256-uXSejJLVmYpzRCP92JQKHosnlx7dgZlFf5XzbxOfvII=";
tag = version;
hash = "sha256-+etmWzjCiYbM8cHSnJr0tHs3DpvozNYShQ6x60UADS4=";
};

propagatedBuildInputs = [
build-system = [
flit-core
];

dependencies = [
packaging
sphinx
sphinx-notfound-page
];

pythonImportsCheck = [ "pallets_sphinx_themes" ];

doCheck = false;

meta = with lib; {
meta = {
homepage = "https://github.com/pallets/pallets-sphinx-themes";
description = "Sphinx theme for Pallets projects";
license = licenses.bsd3;
maintainers = with maintainers; [ kaction ];
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ kaction ];
};
}

0 comments on commit fcdc5ba

Please sign in to comment.