python313Packages.myst-docutils: 4.0.1 -> 4.0.1
https://github.com/executablebooks/MyST-Parser/blob/v4.0.1/CHANGELOG.md
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
defusedxml,
|
||||
docutils,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
flit-core,
|
||||
jinja2,
|
||||
markdown-it-py,
|
||||
@@ -22,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "myst-docutils";
|
||||
version = "4.0.0";
|
||||
version = "4.0.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -31,17 +30,9 @@ buildPythonPackage rec {
|
||||
owner = "executablebooks";
|
||||
repo = "MyST-Parser";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-QbFENC/Msc4pkEOPdDztjyl+2TXtAbMTHPJNAsUB978=";
|
||||
hash = "sha256-/Prauz4zuJY39EK2BmgBbH1uwjF4K38e5X5hPYwRBl0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-amsmath-test.patch";
|
||||
url = "https://github.com/executablebooks/MyST-Parser/commit/8ea56455aa87feb2d96bf29c335bca5dc885b77b.patch";
|
||||
hash = "sha256-anlBvZqUSYefs6Hm8MjQUutKYGM0fEVzaiGnsFHv4JQ=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
dependencies = [
|
||||
@@ -69,6 +60,8 @@ buildPythonPackage rec {
|
||||
# Tests require linkify
|
||||
"test_cmdline"
|
||||
"test_extended_syntaxes"
|
||||
# sphinx compat
|
||||
"test_sphinx_directives"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user