10 buildPythonPackage rec {
11 pname = "awsipranges";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "aws-samples";
20 rev = "refs/tags/${version}";
21 hash = "sha256-ve1+0zkDDUGswtQoXhfESMcBzoNgUutxEhz43HXL4H8=";
33 pythonImportsCheck = [
38 # Tests require network access
39 "tests/data/test_syntax_and_semantics.py"
40 "tests/integration/test_package_apis.py"
41 "tests/unit/test_data_loading.py"
45 description = "Module to work with the AWS IP address ranges";
46 homepage = "https://github.com/aws-samples/awsipranges";
47 changelog = "https://github.com/aws-samples/awsipranges/releases/tag/${version}";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ fab ];