python311Packages.sphinx-pytest: 0.1.1 -> 0.2.0
https://github.com/sphinx-extensions2/sphinx-pytest/releases/tag/v0.2.0
This commit is contained in:
@@ -9,18 +9,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx-pytest";
|
||||
version = "0.1.1";
|
||||
version = "0.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chrisjsewell";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-26cV6mfNos/1YLhz5aVQVb54qsiyHWdcHtvmmSzMurk=";
|
||||
hash = "sha256-oSBBt+hSMs4mvGqibQHoYHXr2j/bpsGOnIMfwfTfWKQ=";
|
||||
};
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
nativeBuildInputs = [ flit-core ];
|
||||
nativeBuildInputs = [
|
||||
flit-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
sphinx
|
||||
@@ -30,13 +31,16 @@ buildPythonPackage rec {
|
||||
pytest
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "sphinx_pytest" ];
|
||||
pythonImportsCheck = [
|
||||
"sphinx_pytest"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/sphinx-extensions2/sphinx-pytest/releases/tag/v${version}";
|
||||
description = "Helpful pytest fixtures for Sphinx extensions";
|
||||
homepage = "https://github.com/chrisjsewell/sphinx-pytest";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user