13 buildPythonPackage rec {
14 pname = "container-inspector";
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-J9glnfs6l36/IQoIvE8a+Cw4B8x/6r5UeAU8+T/OiQg=";
27 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
46 pythonImportsCheck = [
51 description = "Suite of analysis utilities and command line tools for container images";
52 homepage = "https://github.com/nexB/container-inspector";
53 license = with licenses; [ asl20 ];
54 maintainers = with maintainers; [ fab ];