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