1 { lib, python, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "2f01e84e79ea7a14040225cb6c079bb266e7ba147346356c266490b18c77ce82";
16 rm -rf $out/${python.sitePackages}/pony/orm/tests
20 description = "Pony is a Python ORM with beautiful query syntax";
21 homepage = "https://ponyorm.org/";
22 maintainers = with maintainers; [ d-goldin xvapx ];
23 license = licenses.asl20;