python3Packages.pyvisa-py: modernize (#447535)
This commit is contained in:
@@ -26,12 +26,12 @@ buildPythonPackage rec {
|
||||
hash = "sha256-fXLT3W48HQ744LkwZn784KKmUE8gxDCR+lkcL9xX45g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
pyvisa
|
||||
typing-extensions
|
||||
];
|
||||
@@ -47,11 +47,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Module that implements the Virtual Instrument Software Architecture";
|
||||
homepage = "https://github.com/pyvisa/pyvisa-py";
|
||||
changelog = "https://github.com/pyvisa/pyvisa-py/blob/${src.tag}/CHANGES";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mvnetbiz ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ mvnetbiz ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user