python312Packages.sphinx-intl: refactor

This commit is contained in:
natsukium 2024-11-22 15:32:07 +09:00
parent e826282854
commit 312db79656
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -14,16 +14,18 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sphinx-intl"; pname = "sphinx-intl";
version = "2.3.0"; version = "2.3.0";
format = "pyproject"; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sphinx-doc"; owner = "sphinx-doc";
repo = pname; repo = "sphinx-intl";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-j14iZdFBSOHqopJcMYMcQdf3zggRUCzTwcquImhhVpE="; hash = "sha256-j14iZdFBSOHqopJcMYMcQdf3zggRUCzTwcquImhhVpE=";
}; };
propagatedBuildInputs = [ build-system = [ setuptools ];
dependencies = [
babel babel
click click
setuptools setuptools