9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-E9EyaN3ncf/34vvvhRe0rwV28VrjqJo79YFgXq2lKWU=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "pkginfo2" ];
28 description = "Query metadatdata from sdists, bdists or installed packages";
29 mainProgram = "pkginfo2";
30 homepage = "https://github.com/nexB/pkginfo2";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];