python312Packages.pyvicare-neo: drop

As home-assistant migrated back to pyvicare, this package has become
obsolete.
This commit is contained in:
Martin Weinelt 2024-11-06 23:02:35 +01:00
parent c50bfd50d3
commit 5fd3b7e32d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 1 additions and 45 deletions

View File

@ -1,43 +0,0 @@
{
authlib,
buildPythonPackage,
fetchFromGitHub,
lib,
poetry-core,
pytestCheckHook,
requests,
types-requests,
}:
buildPythonPackage rec {
pname = "pyvicare-neo";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CFenner";
repo = "PyViCare";
rev = "refs/tags/v${version}";
hash = "sha256-QjFrBf58uM5OProKsesyY43MuE1MnIVIVqs5rWUTmes=";
};
build-system = [ poetry-core ];
propagatedBuildInputs = [
authlib
requests
types-requests
];
pythonImportsCheck = [ "PyViCare" ];
nativeCheckInputs = [ pytestCheckHook ];
meta = {
changelog = "https://github.com/CFenner/PyViCare/releases/tag/v${version}";
description = "Library to communicate with the Viessmann ViCare API";
homepage = "https://github.com/CFenner/PyViCare";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dotlambda ];
};
}

View File

@ -548,6 +548,7 @@ mapAliases ({
pyuavcan = throw "pyuavcan has been renamed to pycyphal and the old package deprecated, use pycyphal instead"; # added 2024-02-09
pyunifiprotect = throw "pyunifiprotect has disappeared from GitHub and PyPI, use uiprotect instead"; # added 2024-09-17
pyutilib = throw "pyutilib has been removed, since it is no longer maintained"; # added 2024-07-28
pyvicare-neo = pyvicare; # Added 2024-11-06
pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01

View File

@ -13215,8 +13215,6 @@ self: super: with self; {
pyvicare = callPackage ../development/python-modules/pyvicare { };
pyvicare-neo = callPackage ../development/python-modules/pyvicare-neo { };
pyvirtualdisplay = callPackage ../development/python-modules/pyvirtualdisplay { };
pyvis = callPackage ../development/python-modules/pyvis { };