7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "13ifv0nxbf70xg69sp49j484m8cnid7rgh8f94pgfb50dj01vqd3";
16 nativeBuildInputs = [ cython ];
18 pythonImportsCheck = [ "lupa" ];
21 description = "Lua in Python";
22 homepage = "https://github.com/scoder/lupa";
23 license = with licenses; [ mit ];
24 maintainers = with maintainers; [ fab ];