python313Packages.avwx-engine: modernize
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user