python313Packages.avwx-engine: modernize

This commit is contained in:
Fabian Affolter
2025-10-24 21:17:46 +02:00
committed by GitHub
parent 9534c1b6e9
commit ed043063e3
@@ -10,7 +10,6 @@
pytest-cov-stub,
pytestCheckHook,
python-dateutil,
pythonOlder,
rapidfuzz,
scipy,
shapely,
@@ -23,8 +22,6 @@ buildPythonPackage rec {
version = "1.9.6";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "avwx-rest";
repo = "avwx-engine";
@@ -76,7 +73,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Aviation Weather parsing engine";
homepage = "https://github.com/avwx-rest/avwx-engine";
changelog = "https://github.com/avwx-rest/avwx-engine/blob/${version}/changelog.md";
changelog = "https://github.com/avwx-rest/avwx-engine/blob/${src.tag}/changelog.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};