treewide: drop explicitly added pythonImportsCheckHook (#345146)
This commit is contained in:
commit
6e7a0814fa
@ -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";
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user