9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-DfIF+JvjIREi7zd5ZQ7Co/CIKC5iUeOgR/VLDPmrtTQ=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "crossplane" ];
28 description = "NGINX configuration file parser and builder";
29 mainProgram = "crossplane";
30 homepage = "https://github.com/nginxinc/crossplane";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ kaction ];