7 buildPythonPackage rec {
8 pname = "py-expression-eval";
10 format = "setuptools";
12 src = fetchFromGitHub {
14 repo = "py-expression-eval";
16 sha256 = "YxhZd8V6ofphcNdcbBbrT5mc37O9c6W1mfhsvFVC+KM=";
20 homepage = "https://github.com/AxiaCore/py-expression-eval/";
21 description = "Python Mathematical Expression Evaluator";
22 platforms = platforms.linux;
23 license = licenses.mit;
24 maintainers = with maintainers; [ cynerd ];