1 { lib, fetchPypi, buildPythonPackage, pytest }:
3 buildPythonPackage rec {
7 checkInputs = [ pytest ];
10 inherit pname version;
11 sha256 = "1p7ink1wajkc31r05k1yn37gk377033a9vhin8v4j757d4ha1f91";
15 homepage = "https://github.com/podhmo/python-semver";
16 description = "A port of node-semver";
17 license = licenses.mit;
18 platforms = platforms.all;