10 buildPythonPackage rec {
11 pname = "license-expression";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "license-expression";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-nHqfnetVyz4W2Q6onH0mU/4x9e/vD4rbl9DF4TYqWzs=";
30 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Utility library to parse, normalize and compare License expressions";
44 homepage = "https://github.com/nexB/license-expression";
45 changelog = "https://github.com/nexB/license-expression/blob/v${version}/CHANGELOG.rst";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ fab ];