1 { lib, buildPythonPackage, fetchPypi
3 , numpy, pytz, six, enum-compat, sentinel
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "5a3896dbde3f291c5dd34769e7329ef5d5e4da34fee53479bd13dc5e5d540b8a";
15 propagatedBuildInputs = [ numpy pytz six sentinel enum-compat ];
17 # This is the list of officially supported versions. Other versions may work
19 disabled = !(isPy27 || isPy35);
21 # Test Phase is only supported in development sources.
25 description = "A collection of tools for developing SpiNNaker applications";
26 homepage = "https://github.com/project-rig/rig";
27 license = licenses.gpl2;