treewide: fix typo of updateScript as updateScripts
This commit is contained in:
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
"markitdown_mcp"
|
||||
];
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "MCP server for the markitdown library";
|
||||
|
||||
@@ -40,7 +40,7 @@ buildPythonPackage rec {
|
||||
"test_sub_sub_classes_are_included_in_abc"
|
||||
];
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "Create Python data objects";
|
||||
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
# Disabling tests, they rely on Nose which is outdated and not supported
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "Mocking framework for Python, influenced by JMock";
|
||||
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
export PATH=$out/bin:$PATH
|
||||
'';
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "Convert Word documents (.docx files) to HTML";
|
||||
|
||||
@@ -100,7 +100,7 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_module_misc"
|
||||
];
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "Python tool for converting files and office documents to Markdown";
|
||||
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
# Tests are outdated and based on Nose, which is not supported anymore.
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "Matcher library for Python";
|
||||
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
# Disabling tests, they rely on dependencies that are outdated and not supported
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScripts = gitUpdater { };
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
description = "Create and clean up temporary directories";
|
||||
|
||||
Reference in New Issue
Block a user