8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
15 owner = "tomchristie";
17 sha256 = "1ljhjp9pacbrv2phs58vppz1dlxix01p98kfhyclvbml6dgjcr52";
20 nativeCheckInputs = [ pytest ];
22 mv itypes.py itypes.py.hidden
27 description = "Simple immutable types for python";
28 homepage = "https://github.com/tomchristie/itypes";
29 license = licenses.bsd3;