Loading pkgs/development/python-modules/aio-geojson-client/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -15,23 +15,25 @@ buildPythonPackage rec { pname = "aio-geojson-client"; version = "0.20"; version = "0.21"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-client"; rev = "refs/tags/v${version}"; hash = "sha256-GASjsOCZ4lSK0+VtIuVxFNxjMCbHkUGy/KSBtGLSaXw="; hash = "sha256-zHgqsl278XBr2X8oQOsnIQxfyYuB5G8NLcTNy4oerUI="; }; pythonRelaxDeps = [ "geojson" ]; __darwinAllowLocalNetworking = true; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aiohttp geojson haversine Loading @@ -50,7 +52,7 @@ buildPythonPackage rec { description = "Python module for accessing GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-client"; changelog = "https://github.com/exxamalte/python-aio-geojson-client/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/development/python-modules/aio-geojson-generic-client/default.nix +6 −8 Original line number Diff line number Diff line Loading @@ -15,30 +15,28 @@ buildPythonPackage rec { pname = "aio-geojson-generic-client"; version = "0.4"; version = "0.5"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-generic-client"; rev = "refs/tags/v${version}"; hash = "sha256-065aPocJFOTn+naedxRJ7U/b7hjrYViu2MEUsBpQ9cY="; hash = "sha256-/I/n/XXRvm7G16WqVmU+KkyP5DeadqhEpy2EAtDFlCk="; }; __darwinAllowLocalNetworking = true; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; pythonRelaxDeps = [ # geojson>=2.4.0,<3, but we have 3.x "geojson" ]; propagatedBuildInputs = [ dependencies = [ aiohttp aio-geojson-client geojson Loading @@ -57,7 +55,7 @@ buildPythonPackage rec { description = "Python library for accessing GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-generic-client"; changelog = "https://github.com/exxamalte/python-aio-geojson-generic-client/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/development/python-modules/aio-geojson-geonetnz-quakes/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -14,28 +14,26 @@ buildPythonPackage rec { pname = "aio-geojson-geonetnz-quakes"; version = "0.16"; version = "0.17"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-geonetnz-quakes"; rev = "refs/tags/v${version}"; hash = "sha256-8OpmA3yHjUY+N5Obri4RWeuJiW916xGSWUYUgdpmjkw="; hash = "sha256-RZ+wgLYMl7y3CdmlipsfZGcew1pYSMEhkyyeLqIwVwI="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aio-geojson-client aiohttp pytz ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aioresponses pytest-asyncio Loading @@ -44,11 +42,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "aio_geojson_geonetnz_quakes" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for accessing the GeoNet NZ Quakes GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes"; changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/development/python-modules/aio-geojson-geonetnz-volcano/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -16,28 +16,26 @@ buildPythonPackage rec { pname = "aio-geojson-geonetnz-volcano"; version = "0.9"; version = "0.10"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-geonetnz-volcano"; rev = "refs/tags/v${version}"; hash = "sha256-ZmGDO9EROFMlxdj5txNh719M+3l/0jRFbB2h2AyZAdI="; hash = "sha256-B+jULYeel7efk7fB26zXQyS1ZCsmFVKlOkfnKWFQFJ4="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aio-geojson-client aiohttp pytz ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aioresponses mock Loading @@ -48,11 +46,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "aio_geojson_geonetnz_volcano" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for accessing the GeoNet NZ Volcanic GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano"; changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aio-geojson-nsw-rfs-incidents"; version = "0.7"; version = "0.8"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -23,19 +23,17 @@ buildPythonPackage rec { owner = "exxamalte"; repo = "python-aio-geojson-nsw-rfs-incidents"; rev = "refs/tags/v${version}"; hash = "sha256-HksiKfXhLASAgU81x7YiOXFmBLIkqJ9ldWLLY1ZbZlk="; hash = "sha256-JOvmUWrmYQt2hJ9u08Aliv9ImI3AOTk4uBx3Pv8/7/c="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aio-geojson-client aiohttp pytz ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aioresponses pytest-asyncio Loading @@ -44,11 +42,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "aio_geojson_nsw_rfs_incidents" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for accessing the NSW Rural Fire Service incidents feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-nsw-rfs-incidents"; changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/aio-geojson-client/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -15,23 +15,25 @@ buildPythonPackage rec { pname = "aio-geojson-client"; version = "0.20"; version = "0.21"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-client"; rev = "refs/tags/v${version}"; hash = "sha256-GASjsOCZ4lSK0+VtIuVxFNxjMCbHkUGy/KSBtGLSaXw="; hash = "sha256-zHgqsl278XBr2X8oQOsnIQxfyYuB5G8NLcTNy4oerUI="; }; pythonRelaxDeps = [ "geojson" ]; __darwinAllowLocalNetworking = true; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aiohttp geojson haversine Loading @@ -50,7 +52,7 @@ buildPythonPackage rec { description = "Python module for accessing GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-client"; changelog = "https://github.com/exxamalte/python-aio-geojson-client/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/development/python-modules/aio-geojson-generic-client/default.nix +6 −8 Original line number Diff line number Diff line Loading @@ -15,30 +15,28 @@ buildPythonPackage rec { pname = "aio-geojson-generic-client"; version = "0.4"; version = "0.5"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-generic-client"; rev = "refs/tags/v${version}"; hash = "sha256-065aPocJFOTn+naedxRJ7U/b7hjrYViu2MEUsBpQ9cY="; hash = "sha256-/I/n/XXRvm7G16WqVmU+KkyP5DeadqhEpy2EAtDFlCk="; }; __darwinAllowLocalNetworking = true; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; pythonRelaxDeps = [ # geojson>=2.4.0,<3, but we have 3.x "geojson" ]; propagatedBuildInputs = [ dependencies = [ aiohttp aio-geojson-client geojson Loading @@ -57,7 +55,7 @@ buildPythonPackage rec { description = "Python library for accessing GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-generic-client"; changelog = "https://github.com/exxamalte/python-aio-geojson-generic-client/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/development/python-modules/aio-geojson-geonetnz-quakes/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -14,28 +14,26 @@ buildPythonPackage rec { pname = "aio-geojson-geonetnz-quakes"; version = "0.16"; version = "0.17"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-geonetnz-quakes"; rev = "refs/tags/v${version}"; hash = "sha256-8OpmA3yHjUY+N5Obri4RWeuJiW916xGSWUYUgdpmjkw="; hash = "sha256-RZ+wgLYMl7y3CdmlipsfZGcew1pYSMEhkyyeLqIwVwI="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aio-geojson-client aiohttp pytz ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aioresponses pytest-asyncio Loading @@ -44,11 +42,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "aio_geojson_geonetnz_quakes" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for accessing the GeoNet NZ Quakes GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes"; changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/development/python-modules/aio-geojson-geonetnz-volcano/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -16,28 +16,26 @@ buildPythonPackage rec { pname = "aio-geojson-geonetnz-volcano"; version = "0.9"; version = "0.10"; pyproject = true; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "exxamalte"; repo = "python-aio-geojson-geonetnz-volcano"; rev = "refs/tags/v${version}"; hash = "sha256-ZmGDO9EROFMlxdj5txNh719M+3l/0jRFbB2h2AyZAdI="; hash = "sha256-B+jULYeel7efk7fB26zXQyS1ZCsmFVKlOkfnKWFQFJ4="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aio-geojson-client aiohttp pytz ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aioresponses mock Loading @@ -48,11 +46,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "aio_geojson_geonetnz_volcano" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for accessing the GeoNet NZ Volcanic GeoJSON feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano"; changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aio-geojson-nsw-rfs-incidents"; version = "0.7"; version = "0.8"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -23,19 +23,17 @@ buildPythonPackage rec { owner = "exxamalte"; repo = "python-aio-geojson-nsw-rfs-incidents"; rev = "refs/tags/v${version}"; hash = "sha256-HksiKfXhLASAgU81x7YiOXFmBLIkqJ9ldWLLY1ZbZlk="; hash = "sha256-JOvmUWrmYQt2hJ9u08Aliv9ImI3AOTk4uBx3Pv8/7/c="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aio-geojson-client aiohttp pytz ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aioresponses pytest-asyncio Loading @@ -44,11 +42,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "aio_geojson_nsw_rfs_incidents" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Python module for accessing the NSW Rural Fire Service incidents feeds"; homepage = "https://github.com/exxamalte/python-aio-geojson-nsw-rfs-incidents"; changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }