python313Packages.pycomm3: modernize

This commit is contained in:
Fabian Affolter
2025-12-29 11:28:53 +01:00
committed by GitHub
parent f3dbb4da26
commit b384477826
@@ -4,7 +4,6 @@
fetchFromGitHub,
setuptools,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "1.2.16";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ottowayi";
repo = "pycomm3";
@@ -37,7 +34,7 @@ buildPythonPackage rec {
meta = {
description = "Python Ethernet/IP library for communicating with Allen-Bradley PLCs";
homepage = "https://github.com/ottowayi/pycomm3";
changelog = "https://github.com/ottowayi/pycomm3/releases/tag/v${version}";
changelog = "https://github.com/ottowayi/pycomm3/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};