6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-JDMYt3NmmAZsXzYuxcK2Q07PQpfDyOfKqKv+avTKxxs=";
16 pythonImportsCheck = [ "pytweening" ];
18 python -m unittest tests.basicTests
22 description = "Set of tweening / easing functions implemented in Python";
23 homepage = "https://github.com/asweigart/pytweening";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ lucasew ];