17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
25 inherit pname version;
26 hash = "sha256-whuUM3IHnuK5bkXJ8SPrMoO3cRnm0yxKBPxBSfeQIFY=";
47 dontConfigure = true; # ./configure tries to setup virtualenv and downloads dependencies
49 pythonImportsCheck = [ "univers" ];
54 # AssertionError starting with 30.10.0
55 "test_enhanced_semantic_version"
60 description = "Library for parsing version ranges and expressions";
61 homepage = "https://github.com/aboutcode-org/univers";
62 changelog = "https://github.com/aboutcode-org/univers/blob/v${version}/CHANGELOG.rst";
63 license = with licenses; [
68 maintainers = with maintainers; [