treewide: drop explicitly added pythonImportsCheckHook (#345146)

This commit is contained in:
Pol Dellaiera 2024-09-29 09:49:01 +02:00 committed by GitHub
commit 6e7a0814fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1 additions and 13 deletions

View File

@ -44,7 +44,7 @@ buildPythonPackage rec {
"tests/cli/test_rawify_url.py"
];
pythonImportsCheckHook = [ "cffconvert" ];
pythonImportsCheck = [ "cffconvert" ];
meta = {
changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md";

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
flit-core,
pythonImportsCheckHook,
# documentation build dependencies
sphinxHook,
sphinx-notfound-page,
@ -37,7 +36,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
flit-core
pythonImportsCheckHook
sphinxHook
sphinx-notfound-page

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
flit-core,
pythonImportsCheckHook,
pythonOlder,
# documentation build dependencies
sphinxHook,
@ -38,7 +37,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
flit-core
pythonImportsCheckHook
sphinxHook
sphinx-prompt
sphinx-rtd-theme

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
pythonImportsCheckHook,
pythonOlder,
setuptools,
sphinx,
@ -47,7 +46,6 @@ buildPythonPackage {
];
nativeBuildInputs = [
pythonImportsCheckHook
sphinx-autoapi
sphinx-prompt
sphinx-rtd-theme

View File

@ -4,7 +4,6 @@
fetchPypi,
rstr,
sre-yield,
pythonImportsCheckHook,
}:
buildPythonPackage rec {
@ -21,7 +20,6 @@ buildPythonPackage rec {
rstr
sre-yield
];
nativeBuildInputs = [ pythonImportsCheckHook ];
# Package has no tests
doCheck = false;

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
fonttools,
pythonImportsCheckHook,
uharfbuzz,
}:
@ -21,7 +20,6 @@ buildPythonPackage rec {
fonttools
uharfbuzz
];
nativeBuildInputs = [ pythonImportsCheckHook ];
# Package has no tests.
doCheck = false;

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonApplication
, fetchFromGitea
, pythonImportsCheckHook
, six
, sphinxHook
, sphinx-rtd-theme
@ -21,7 +20,6 @@ buildPythonApplication rec {
};
nativeBuildInputs = [
pythonImportsCheckHook
six
sphinxHook
sphinx-rtd-theme