16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-xyrg8B+C5xUN8zHLrMbAe/MWjZb8fCL0MIAz2w4B7/U=";
32 propagatedBuildInputs = [
46 dontConfigure = true; # ./configure tries to setup virtualenv and downloads dependencies
48 pythonImportsCheck = [
55 # AssertionError starting with 30.10.0
56 "test_enhanced_semantic_version"
61 description = "Library for parsing version ranges and expressions";
62 homepage = "https://github.com/nexB/univers";
63 changelog = "https://github.com/nexB/univers/blob/v${version}/CHANGELOG.rst";
64 license = with licenses; [ asl20 bsd3 mit ];
65 maintainers = with maintainers; [ armijnhemel sbruder ];