7 buildPythonPackage rec {
10 pname = "numericalunits";
13 inherit pname version;
14 sha256 = "c32a482adae818a1a8d6c799bf9fb153326461d490c0de9deab9c694a6537eec";
20 homepage = "http://pypi.python.org/pypi/numericalunits";
21 description = "A package that lets you define quantities with unit";
22 license = licenses.mit;