treewide: replace pythonImportCheck(s) with pythonImportsCheck
This commit is contained in:
@@ -89,7 +89,7 @@ buildPythonPackage rec {
|
||||
});
|
||||
};
|
||||
|
||||
pythonImportCheck = [ "cms" ];
|
||||
pythonImportsCheck = [ "cms" ];
|
||||
|
||||
meta = {
|
||||
description = "Lean enterprise content management powered by Django";
|
||||
|
||||
@@ -120,7 +120,7 @@ buildPythonPackage rec {
|
||||
export PLAYWRIGHT_BROWSERS_PATH="${playwright-driver.browsers}"
|
||||
'';
|
||||
|
||||
pythonImportCheck = [ "filingcabinet" ];
|
||||
pythonImportsCheck = [ "filingcabinet" ];
|
||||
|
||||
meta = {
|
||||
description = "Django app that manages documents with pages, annotations and collections";
|
||||
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
export DJANGO_SETTINGS_MODULE=tests.settings
|
||||
'';
|
||||
|
||||
pythonImportCheck = [ "django_json_widget" ];
|
||||
pythonImportsCheck = [ "django_json_widget" ];
|
||||
|
||||
meta = {
|
||||
description = "Alternative widget that makes it easy to edit the jsonfield field of django";
|
||||
|
||||
@@ -61,7 +61,7 @@ buildPythonPackage rec {
|
||||
});
|
||||
};
|
||||
|
||||
pythonImportCheck = [ "djangocms_admin_style" ];
|
||||
pythonImportsCheck = [ "djangocms_admin_style" ];
|
||||
|
||||
meta = {
|
||||
description = "Django Theme tailored to the needs of django CMS";
|
||||
|
||||
@@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||
# Disable tests because dependency djangocms-versioning isn't packaged yet.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "djangocms_alias" ];
|
||||
pythonImportsCheck = [ "djangocms_alias" ];
|
||||
|
||||
meta = {
|
||||
description = "Lean enterprise content management powered by Django";
|
||||
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
# Tests require module "djangocms-helper" which is not yet packaged
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "djangocms_text_ckeditor" ];
|
||||
pythonImportsCheck = [ "djangocms_text_ckeditor" ];
|
||||
|
||||
meta = {
|
||||
description = "Text Plugin for django CMS using CKEditor 4";
|
||||
|
||||
@@ -126,7 +126,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
mpiCheckPhaseHook
|
||||
];
|
||||
pythonImportCheck = [
|
||||
pythonImportsCheck = [
|
||||
"meep.mpb"
|
||||
];
|
||||
checkPhase = ''
|
||||
|
||||
@@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
hypothesis
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "picologging" ];
|
||||
pythonImportsCheck = [ "picologging" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/microsoft/picologging";
|
||||
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
sqlite
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "cangjie" ];
|
||||
pythonImportsCheck = [ "cangjie" ];
|
||||
|
||||
# `buildPythonApplication` skips checkPhase
|
||||
postInstallCheck = ''
|
||||
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportCheck = [ "poppler" ];
|
||||
pythonImportsCheck = [ "poppler" ];
|
||||
|
||||
meta = {
|
||||
description = "Python binding to poppler-cpp";
|
||||
|
||||
@@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||
"tests/integration/test_widget.py"
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "qtile_bonsai" ];
|
||||
pythonImportsCheck = [ "qtile_bonsai" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/aravinda0/qtile-bonsai/releases/tag/${version}";
|
||||
|
||||
Reference in New Issue
Block a user