pythonPackages.pyplatec: init at 1.4.0
This commit is contained in:
parent
15d43bb0c1
commit
47d1e698a9
|
@ -21481,6 +21481,22 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
pyplatec = buildPythonPackage rec {
|
||||
name = "PyPlatec-${version}";
|
||||
version = "1.4.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/P/PyPlatec/${name}.tar.gz";
|
||||
sha256 = "0kqx33flcrrlipccmqs78d14pj5749bp85b6k5fgaq2c7yzz02jg";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Library to simulate plate tectonics with Python bindings";
|
||||
homepage = https://github.com/Mindwerks/plate-tectonics;
|
||||
license = licenses.lgpl3;
|
||||
};
|
||||
};
|
||||
|
||||
pymaging = buildPythonPackage rec {
|
||||
name = "pymaging-unstable-2016-11-16";
|
||||
|
||||
|
|
Loading…
Reference in New Issue