8 buildPythonPackage rec {
9 pname = "poetry-semver";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-2Am2Eqons5vy0PydMbT0gJsOlyZGxfGc+kbHJbdjiBA=";
18 nativeCheckInputs = [ pytestCheckHook ];
21 description = "Semantic versioning library for Python";
22 homepage = "https://github.com/python-poetry/semver";
23 license = licenses.mit;
24 maintainers = with maintainers; [ cpcloud ];