pythonPackages.cvelib: add version test
This commit is contained in:
parent
ad96519c09
commit
0b8ac7d2b3
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
, testers
|
||||
, cve
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -38,10 +40,13 @@ buildPythonPackage rec {
|
|||
"cvelib"
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = cve; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library and a command line interface for the CVE Services API";
|
||||
homepage = "https://github.com/RedHatProductSecurity/cvelib";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ raboof ];
|
||||
mainProgram = "cve";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue