9 buildPythonPackage rec {
10 pname = "semantic-version";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 pname = "semantic_version";
19 hash = "sha256-vau20zaZjLs3jUuds6S1ah4yNXAdwF6iaQ2amX7VBBw=";
22 nativeCheckInputs = [ pytestCheckHook ];
24 pythonImportsCheck = [ "semantic_version" ];
27 description = "Library implementing the 'SemVer' scheme";
28 homepage = "https://github.com/rbarrois/python-semanticversion/";
29 license = licenses.bsd2;
30 maintainers = with maintainers; [