nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit a524ae2fb8eb1dca0725a4e361f8e4afc27c2988
parent d8a4d25c6026fef91eeff4aa0a224aad9b88a77a
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Sun, 19 May 2024 01:23:36 +0400

Up

Diffstat:
Mpkgs/development/python-modules/contextily/default.nix | 2+-
Mpkgs/development/python-modules/curses-menu/default.nix | 2+-
Mpkgs/development/python-modules/large-image/default.nix | 2+-
Mpkgs/geospatial/arcgis2geojson/default.nix | 2+-
Mpkgs/geospatial/pystac/default.nix | 2+-
Mpkgs/geospatial/rio-tiler/default.nix | 2+-
Mpkgs/geospatial/rioxarray/default.nix | 2+-
Mpkgs/geospatial/tpkutils/default.nix | 2+-
Mpkgs/gnss/pygnssutils/default.nix | 2+-
Mpkgs/gnss/pygpsclient/default.nix | 2+-
Mpkgs/gnss/pyrtcm/default.nix | 2+-
Mpkgs/gnss/pyspartn/default.nix | 2+-
Mpkgs/gnss/pyubx2/default.nix | 2+-
Mpkgs/misc/mysql-to-sqlite3/default.nix | 2+-
Mpkgs/osm/overpassforge/default.nix | 2+-
15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/pkgs/development/python-modules/contextily/default.nix b/pkgs/development/python-modules/contextily/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-Pkw21EOjRiIhdZvCY6JJ2T2yjShF9Io4NAQZIIjeKpU="; }; - nativeBuildInputs = with python3Packages; [ setuptools-scm ]; + build-system = with python3Packages; [ setuptools-scm ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; diff --git a/pkgs/development/python-modules/curses-menu/default.nix b/pkgs/development/python-modules/curses-menu/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-l5KPBPODfeQdZIW3kjoj4ImhokFKjxyiB7r57Ryqj0g="; }; - nativeBuildInputs = with python3Packages; [ poetry-core ]; + build-system = with python3Packages; [ poetry-core ]; propagatedBuildInputs = with python3Packages; [ deprecated pexpect pyte ]; diff --git a/pkgs/development/python-modules/large-image/default.nix b/pkgs/development/python-modules/large-image/default.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-JJKQ5Dt4T5I4iy2ghUo7URtCNzZKncAih9KSo/6nzbQ="; }; - nativeBuildInputs = with python3Packages; [ setuptools-scm ]; + build-system = with python3Packages; [ setuptools-scm ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; diff --git a/pkgs/geospatial/arcgis2geojson/default.nix b/pkgs/geospatial/arcgis2geojson/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec { --replace-fail "poetry.masonry" "poetry.core.masonry" ''; - nativeBuildInputs = with python3Packages; [ poetry-core ]; + build-system = with python3Packages; [ poetry-core ]; meta = with lib; { description = "A Python library for converting ArcGIS JSON to GeoJSON"; diff --git a/pkgs/geospatial/pystac/default.nix b/pkgs/geospatial/pystac/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-LbHeEA/F96nVejsNVMR/zrIgIyrBxHiinHcLzk68uA0="; }; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ python-dateutil diff --git a/pkgs/geospatial/rio-tiler/default.nix b/pkgs/geospatial/rio-tiler/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-MR6kyoGM3uXt6JiIEfGcsmTmxqlLxUF9Wn+CFuK5LtQ="; }; - nativeBuildInputs = with python3Packages; [ hatchling ]; + build-system = with python3Packages; [ hatchling ]; propagatedBuildInputs = with python3Packages; [ boto3 diff --git a/pkgs/geospatial/rioxarray/default.nix b/pkgs/geospatial/rioxarray/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-bumFZQktgUqo2lyoLtDXkh6Vv5oS/wobqYpvNYy7La0="; }; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ packaging diff --git a/pkgs/geospatial/tpkutils/default.nix b/pkgs/geospatial/tpkutils/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-iKM+tEEOtSkwDdkBN+n35q3D2IBi7a/bnY/fSlGDowU="; }; - nativeBuildInputs = with python3Packages; [ poetry-core ]; + build-system = with python3Packages; [ poetry-core ]; propagatedBuildInputs = with python3Packages; [ mercantile diff --git a/pkgs/gnss/pygnssutils/default.nix b/pkgs/gnss/pygnssutils/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec { --replace-fail "certifi>=2024.0.0" "certifi" ''; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ certifi diff --git a/pkgs/gnss/pygpsclient/default.nix b/pkgs/gnss/pygpsclient/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-/TOEI0l/FJx8yENxFhruKp+I4N+vDS80oGdTSrNdsDU="; }; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ requests diff --git a/pkgs/gnss/pyrtcm/default.nix b/pkgs/gnss/pyrtcm/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-GKSh/lM5Bhmqw26ZfLQyRJMWfI8I9dGTkqDdr2CXZTs="; }; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; pythonImportsCheck = [ "pyrtcm" ]; diff --git a/pkgs/gnss/pyspartn/default.nix b/pkgs/gnss/pyspartn/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-5PpCUWOCD8GyOx/9tA3eSKYxCWT2xopqJaV429VSK8M="; }; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ cryptography diff --git a/pkgs/gnss/pyubx2/default.nix b/pkgs/gnss/pyubx2/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-qtfAW6KMJjITugPHxddVlwS9FeoUxIEQBwknR0hhZXE="; }; - nativeBuildInputs = with python3Packages; [ setuptools ]; + build-system = with python3Packages; [ setuptools ]; propagatedBuildInputs = with python3Packages; [ pynmeagps diff --git a/pkgs/misc/mysql-to-sqlite3/default.nix b/pkgs/misc/mysql-to-sqlite3/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-nS+BWVemB1XYe37+Cl8q8ZhXBcZDBw5ApOapns7hXKg="; }; - nativeBuildInputs = with python3Packages; [ hatchling ]; + build-system = with python3Packages; [ hatchling ]; propagatedBuildInputs = with python3Packages; [ click diff --git a/pkgs/osm/overpassforge/default.nix b/pkgs/osm/overpassforge/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-HtP1aSIf6iOyZDhDF/kDps1hMgKHKOAlPjYwOQSeXjE="; }; - nativeBuildInputs = with python3Packages; [ setuptools-scm ]; + build-system = with python3Packages; [ setuptools-scm ]; SETUPTOOLS_SCM_PRETEND_VERSION = version;