14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
23 repo = "python-license-check";
24 rev = "refs/tags/${version}";
25 hash = "sha256-2WJw5TVMjOr+GX4YV0nssOtQeYvDHBLnlWquJQWPL9I=";
28 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 description = "Check python packages from requirement.txt and report issues";
47 homepage = "https://github.com/dhatim/python-license-check";
48 changelog = "https://github.com/dhatim/python-license-check/releases/tag/${version}";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ fab ];