python3Packages.jsonpath-ng: temporary use setuptools format
Too many rebuilds to merge this to master otherwise, but should beupdated to use the PEP517 build system.
Martin Weinelt 5 months ago 09c2fdee aa430a4c
··· 11 11 buildPythonPackage rec { 12 12 pname = "jsonpath-ng"; 13 13 version = "1.7.0"; 14 14 + format = "setuptools"; 15 15 + # TODO: typo; change to pyproject = true; 14 16 pypropject = true; 15 17 16 18 disabled = pythonOlder "3.8";