11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8" || pythonAtLeast "3.13";
18 src = fetchFromGitHub {
22 hash = "sha256-fYzwdHRB9QrIJPEk8dqtPggSnJeugDyC9zQSM6u3rN0=";
25 build-system = [ setuptools ];
27 nativeCheckInputs = [ pytestCheckHook ];
32 # https://github.com/ponyorm/pony/issues/704
33 "test_composite_param"
42 pythonImportsCheck = [ "pony" ];
45 description = "Library for advanced object-relational mapping";
46 homepage = "https://ponyorm.org/";
47 changelog = "https://github.com/ponyorm/pony/releases/tag/v${version}";
48 license = licenses.asl20;
49 maintainers = with maintainers; [