Merge pull request #301871 from r-ryantm/auto-update/python312Packages.pyduotecno

python312Packages.pyduotecno: 2024.1.2 -> 2024.3.2
This commit is contained in:
Fabian Affolter 2024-04-05 23:46:57 +02:00 committed by GitHub
commit f4089f8b1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 16 deletions

View File

@ -1,15 +1,15 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
, wheel
{
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "pyduotecno";
version = "2024.1.2";
format = "pyproject";
version = "2024.3.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,20 +17,15 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "pyDuotecno";
rev = "refs/tags/${version}";
hash = "sha256-lwtCTzZJn3bamZWbJoeiyxnzrIRZAi9JPjVgiVR0LG8=";
hash = "sha256-aak1e8NOxj7kncOyChpCEAQP1jpduhiSKDqm3mf5bqs=";
};
nativeBuildInputs = [
setuptools
wheel
];
build-system = [ setuptools ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"duotecno"
];
pythonImportsCheck = [ "duotecno" ];
meta = with lib; {
description = "Module to interact with Duotecno IP interfaces";