python313Packages.aioapcaccess: modernize

Changed files
+3 -3
pkgs
development
python-modules
aioapcaccess
+3 -3
pkgs/development/python-modules/aioapcaccess/default.nix
···
version = "1.0.0";
pyproject = true;
-
disabled = pythonOlder "3.8";
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "yuxincs";
···
hash = "sha256-gCi0vo4w3jr4w5neQS9v821rdfE+SqnUkrOrEQUET7E=";
};
-
nativeBuildInputs = [
+
build-system = [
setuptools
setuptools-scm
];
···
meta = with lib; {
description = "Module for working with apcaccess";
homepage = "https://github.com/yuxincs/aioapcaccess";
-
changelog = "https://github.com/yuxincs/aioapcaccess/releases/tag/v${version}";
+
changelog = "https://github.com/yuxincs/aioapcaccess/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};