8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-DfIF+JvjIREi7zd5ZQ7Co/CIKC5iUeOgR/VLDPmrtTQ=";
26 pythonImportsCheck = [
31 description = "NGINX configuration file parser and builder";
32 homepage = "https://github.com/nginxinc/crossplane";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ kaction ];