python310Packages.jaraco-abode: 5.0.1 -> 5.1.0
Diff: https://github.com/jaraco/jaraco.abode/compare/refs/tags/v5.0.1...v5.1.0 Changelog: https://github.com/jaraco/jaraco.abode/blob/5.1.0/CHANGES.rst
This commit is contained in:
@@ -1,41 +1,40 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, bx-py-utils
|
||||
, colorlog
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, importlib-resources
|
||||
, jaraco_classes
|
||||
, jaraco_collections
|
||||
, jaraco_itertools
|
||||
, jaraco-context
|
||||
, jaraco-net
|
||||
, keyring
|
||||
, lomond
|
||||
, more-itertools
|
||||
, platformdirs
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
, requests-mock
|
||||
, requests-toolbelt
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, requests
|
||||
, lomond
|
||||
, colorlog
|
||||
, keyring
|
||||
, requests-toolbelt
|
||||
, jaraco_collections
|
||||
, jaraco-context
|
||||
, jaraco_classes
|
||||
, jaraco-net
|
||||
, more-itertools
|
||||
, importlib-resources
|
||||
, bx-py-utils
|
||||
, platformdirs
|
||||
, jaraco_itertools
|
||||
, pytestCheckHook
|
||||
, requests-mock
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco-abode";
|
||||
version = "5.0.1";
|
||||
version = "5.1.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jaraco";
|
||||
repo = "jaraco.abode";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-vKlvZrgRKv2C43JLfl4Wum4Icz9yOKEaB6qKapZ0rwQ=";
|
||||
hash = "sha256-guLgmhjFgYLRZsQ0j92NXkktZ80bwVvMUJLZeg3dgxE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -67,13 +66,15 @@ buildPythonPackage rec {
|
||||
jaraco_itertools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "jaraco.abode" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
requests-mock
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"jaraco.abode"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$TEMP
|
||||
'';
|
||||
@@ -83,10 +84,12 @@ buildPythonPackage rec {
|
||||
"test_cookies"
|
||||
"test_empty_cookies"
|
||||
"test_invalid_cookies"
|
||||
# Issue with the regex
|
||||
"test_camera_capture_no_control_URLs"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/jaraco/jaraco.abode/blob/${src.rev}/CHANGES.rst";
|
||||
changelog = "https://github.com/jaraco/jaraco.abode/blob/${version}/CHANGES.rst";
|
||||
homepage = "https://github.com/jaraco/jaraco.abode";
|
||||
description = "Library interfacing to the Abode home security system";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user