mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
python310Packages.pyvisa-py: add changelog to meta
This commit is contained in:
parent
e5f1aad421
commit
09d13e3407
@ -7,11 +7,15 @@
|
||||
, pyvisa
|
||||
, typing-extensions
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyvisa-py";
|
||||
version = "0.6.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyvisa";
|
||||
@ -40,8 +44,9 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "PyVISA backend that implements a large part of the Virtual Instrument Software Architecture in pure Python";
|
||||
description = "Module that implements the Virtual Instrument Software Architecture";
|
||||
homepage = "https://github.com/pyvisa/pyvisa-py";
|
||||
changelog = "https://github.com/pyvisa/pyvisa-py/blob/${version}/CHANGES";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mvnetbiz ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user