napari&deps: rename setuptools_scm setuptools-scm

This commit is contained in:
Someone Serge 2021-12-21 00:09:35 +02:00
parent 1805df99ea
commit d0e4af844e
No known key found for this signature in database
GPG key ID: A39079F4AE78D20D
8 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, setuptools
, setuptools_scm
, setuptools-scm
, wheel
, pytest
}: buildPythonPackage rec {
@ -14,7 +14,7 @@
rev = "${version}";
sha256 = "sha256-hQuPJQrGvDs4dJrMLSR4sSnqy45xrF2ufinBG+azuCg=";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ pytest setuptools wheel ];
SETUPTOOLS_SCM_PRETEND_VERSION = version;

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools_scm
, setuptools-scm
, pytestCheckHook
, pytest-mypy-plugins
, typing-extensions
@ -18,7 +18,7 @@
rev = "v${version}";
sha256 = "sha256-DvL1szk2RoCrpisjp0BVNL6qFZtYc2oYDenX59Cxbug=";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ typing-extensions qtpy pyside2 psygnal docstring-parser ];
checkInputs = [ pytestCheckHook pytest-mypy-plugins ];
doCheck = false; # Reports "Fatal Python error"

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools_scm
, setuptools-scm
, pytestCheckHook
, pytest
, ipython
@ -18,7 +18,7 @@
rev = "v${version}";
sha256 = "sha256-aVdYOzkZ+dqB680oDjNCg6quXU+QgUZI09E/MSTagyA=";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
# setup.py somehow requires pytest
propagatedBuildInputs = [ pytest ipython ipykernel napari-plugin-engine imageio qtconsole ];
chechInputs = [ pytestCheckHook ];

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools_scm
, setuptools-scm
, pytestCheckHook
}: buildPythonPackage rec {
pname = "napari-plugin-engine";
@ -12,7 +12,7 @@
rev = "v${version}";
sha256 = "sha256-cKpCAEYYRq3UPje7REjzhEe1J9mmrtXs8TBnxWukcNE=";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
checkInputs = [ pytestCheckHook ];
doCheck = false;
SETUPTOOLS_SCM_PRETEND_VERSION = version;

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools_scm
, setuptools-scm
, pytestCheckHook
, vispy
, napari-plugin-engine
@ -15,7 +15,7 @@
rev = "v${version}";
sha256 = "sha256-20NLi6JTugP+hxqF2AnhSkuvhkGGbeG+tT3M2SZbtRc=";
};
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ vispy napari-plugin-engine imageio ];
checkInputs = [ pytestCheckHook ];
doCheck = false; # Circular dependency: napari

View file

@ -2,7 +2,7 @@
, mkDerivationWith
, buildPythonPackage
, fetchFromGitHub
, setuptools_scm
, setuptools-scm
, superqt
, typing-extensions
, tifffile
@ -35,7 +35,7 @@
rev = "v${version}";
sha256 = "sha256-0QSI0mgDjF70/X58fE7uWwlBUCGY5gsvbCm4oJkp2Yk=";
};
nativeBuildInputs = [ setuptools_scm wrapQtAppsHook ];
nativeBuildInputs = [ setuptools-scm wrapQtAppsHook ];
propagatedBuildInputs = [
napari-plugin-engine
cachey

View file

@ -3,7 +3,7 @@
, fetchFromGitHub
, wheel
, setuptools
, setuptools_scm
, setuptools-scm
, pytestCheckHook
, pytest-mypy-plugins
, pytest-cov
@ -20,7 +20,7 @@
rev = "v${version}";
sha256 = "sha256-SiG2ywNEw3aNrRXyEMFTnvHKtKowO8yqoCaNI8PT4/Y=";
};
buildInputs = [ setuptools_scm ];
buildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ typing-extensions ];
checkInputs = [ pytestCheckHook pytest-cov pytest-mypy-plugins ];
doCheck = false; # mypy checks are failing

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools_scm
, setuptools-scm
, pyqt5
, typing-extensions
, pytest
@ -16,7 +16,7 @@
sha256 = "sha256-rkTiCJ8mIogS9SDmLPiaAyhhuBx3kk6rXjCc19zbwiM=";
};
format = "pyproject";
nativeBuildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ pyqt5 typing-extensions ];
checkInputs = [ pytestCheckHook pytest ];
doCheck = false; # Segfaults...