3
0
Fork 0
forked from mirrors/nixpkgs

Add quantities python package.

This commit is contained in:
Andraz Brodnik 2014-08-25 12:22:34 +02:00 committed by Domen Kožar
parent ce68f5d309
commit 4d472145d1

View file

@ -6891,6 +6891,21 @@ rec {
};
quantities = buildPythonPackage rec {
name = "quantities-0.10.1";
src = fetchurl {
url = "https://pypi.python.org/packages/source/q/quantities/quantities-0.10.1.tar.gz";
md5 = "e924e21c0a5ddc9ebcdacbbe511b8ec7";
};
meta = with pkgs.stdenv.lib; {
description = "Quantities is designed to handle arithmetic and";
homepage = http://packages.python.org/quantities;
license = licenses.bsd2;
};
};
qutip = buildPythonPackage rec {
name = "qutip-2.2.0";