10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-AhVI+7FiWyH+DfAXnau4aAHJAJtsWEpmnU90ey2z35o=";
30 # do not execute legacy tests
34 pythonImportsCheck = [ "pscript" ];
37 description = "Python to JavaScript compiler";
38 homepage = "https://pscript.readthedocs.io";
39 changelog = "https://github.com/flexxui/pscript/blob/v${version}/docs/releasenotes.rst";
40 license = licenses.bsd2;
41 maintainers = with maintainers; [ matthiasbeyer ];