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