8 buildPythonPackage rec {
12 src = fetchFromGitHub {
14 owner = "tomchristie";
16 sha256 = "1ljhjp9pacbrv2phs58vppz1dlxix01p98kfhyclvbml6dgjcr52";
19 nativeCheckInputs = [ pytest ];
21 mv itypes.py itypes.py.hidden
26 description = "Simple immutable types for python";
27 homepage = "https://github.com/tomchristie/itypes";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ ];