10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-xFBMppeyBWzbS/pxIUYfWg6BgJJVtBwD3aS6gjY3wB4=";
29 "test/test_specifiers.py"
32 pythonImportsCheck = [ "verspec" ];
35 description = "Flexible version handling";
36 homepage = "https://github.com/jimporter/verspec";
37 changelog = "https://github.com/jimporter/averspec/releases/tag/v${version}";
38 license = with licenses; [