5 buildPythonPackage rec {
10 inherit pname version;
11 hash = "sha256-dnE08b9Xt2wc6faS3Rz8d22aJ53mck6NBIVFCP1+3ts=";
14 pythonImportsCheck = [ "pytweening" ];
16 python -m unittest tests.basicTests
20 description = "Set of tweening / easing functions implemented in Python";
21 homepage = "https://github.com/asweigart/pytweening";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ lucasew ];