pythonPackages.mutatormath: init at 3.0.1
This commit is contained in:
parent
03ac35ddf7
commit
34f05cf02f
25
pkgs/development/python-modules/mutatormath/default.nix
Normal file
25
pkgs/development/python-modules/mutatormath/default.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
|
, defcon, fontmath
|
||||||
|
, unicodedata2, fs
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "MutatorMath";
|
||||||
|
version = "3.0.1";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "0r1qq45np49x14zz1zwkaayqrn7m8dn2jlipjldg2ihnmpzw29w1";
|
||||||
|
extension = "zip";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ fontmath unicodedata2 defcon ];
|
||||||
|
checkInputs = [ unicodedata2 fs ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Piecewise linear interpolation in multiple dimensions with multiple, arbitrarily placed, masters";
|
||||||
|
homepage = "https://github.com/LettError/MutatorMath";
|
||||||
|
license = licenses.bsd3;
|
||||||
|
maintainers = [ maintainers.sternenseemann ];
|
||||||
|
};
|
||||||
|
}
|
@ -4952,6 +4952,8 @@ in {
|
|||||||
else
|
else
|
||||||
callPackage ../development/python-modules/mutagen { };
|
callPackage ../development/python-modules/mutagen { };
|
||||||
|
|
||||||
|
mutatormath = callPackage ../development/python-modules/mutatormath { };
|
||||||
|
|
||||||
muttils = callPackage ../development/python-modules/muttils { };
|
muttils = callPackage ../development/python-modules/muttils { };
|
||||||
|
|
||||||
mygpoclient = callPackage ../development/python-modules/mygpoclient { };
|
mygpoclient = callPackage ../development/python-modules/mygpoclient { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user