11 buildPythonPackage rec {
12 pname = "awsipranges";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "aws-samples";
22 hash = "sha256-ve1+0zkDDUGswtQoXhfESMcBzoNgUutxEhz43HXL4H8=";
25 nativeBuildInputs = [ poetry-core ];
32 pythonImportsCheck = [ "awsipranges" ];
35 # Tests require network access
36 "tests/data/test_syntax_and_semantics.py"
37 "tests/integration/test_package_apis.py"
38 "tests/unit/test_data_loading.py"
42 description = "Module to work with the AWS IP address ranges";
43 homepage = "https://github.com/aws-samples/awsipranges";
44 changelog = "https://github.com/aws-samples/awsipranges/releases/tag/${version}";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ fab ];