mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python310Packages.pydata-sphinx-theme: 0.12.0 -> 0.13.0rc4
This commit is contained in:
parent
e5f1812bd5
commit
23f105f5a2
@ -3,6 +3,7 @@
|
|||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, sphinx
|
, sphinx
|
||||||
|
, accessible-pygments
|
||||||
, beautifulsoup4
|
, beautifulsoup4
|
||||||
, docutils
|
, docutils
|
||||||
, packaging
|
, packaging
|
||||||
@ -10,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pydata-sphinx-theme";
|
pname = "pydata-sphinx-theme";
|
||||||
version = "0.12.0";
|
version = "0.13.0rc4";
|
||||||
|
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
|
||||||
@ -21,17 +22,20 @@ buildPythonPackage rec {
|
|||||||
dist = "py3";
|
dist = "py3";
|
||||||
python = "py3";
|
python = "py3";
|
||||||
pname = "pydata_sphinx_theme";
|
pname = "pydata_sphinx_theme";
|
||||||
sha256 = "sha256-wX26tno3dPBvNPY3jolvzQZozItdocG6AX5lzx3wr1g=";
|
sha256 = "sha256-tLkCMX/LvFxYPOskW2LXHkfHggsG/CIo41W3BF1Zvpc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
sphinx
|
sphinx
|
||||||
|
accessible-pygments
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
docutils
|
docutils
|
||||||
packaging
|
packaging
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pydata_sphinx_theme" ];
|
pythonImportsCheck = [
|
||||||
|
"pydata_sphinx_theme"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Bootstrap-based Sphinx theme from the PyData community";
|
description = "Bootstrap-based Sphinx theme from the PyData community";
|
||||||
|
Loading…
Reference in New Issue
Block a user