python3Packages.beewe-smartclim: drop

This commit is contained in:
Martin Weinelt 2026-07-04 22:50:40 +02:00
commit d56caf53cf
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 1 additions and 42 deletions

View file

@ -1,40 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
btlewrap,
bluepy,
}:
buildPythonPackage rec {
pname = "beewi-smartclim";
version = "0.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "alemuro";
repo = "beewi_smartclim";
tag = version;
hash = "sha256-xdr545Q4DFhup2BCMZZ1WYWgt97qT6oipIHWcsp90+A=";
};
build-system = [ setuptools ];
dependencies = [
btlewrap
bluepy
];
# No tests available
doCheck = false;
pythonImportsCheck = [ "beewi_smartclim" ];
meta = {
description = "Library to read data from BeeWi SmartClim sensor using Bluetooth LE";
homepage = "https://github.com/alemuro/beewi_smartclim";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.jamiemagee ];
};
}

View file

@ -119,6 +119,7 @@ mapAliases {
beancount_docverif = throw "'beancount_docverif' has been renamed to/replaced by 'beancount-docverif'"; # Converted to throw 2025-10-29
beets-stable = lib.warn "beets-stable was aliased to beets, since upstream releases are frequent nowadays" self.beets; # added 2025-10-16
beets-unstable = lib.warn "beets-unstable was aliased to beets, since upstream releases are frequent nowadays" self.beets; # added 2025-10-16
beewi-smartclim = throw "'beetwi-smartclim' was removed because it depends on the unmaintained bluepy library"; # Added 2026-06-04
betterproto-fw = throw "'betterproto-fw' has been removed as it is not longer required by fireworks-ai"; # Added 2026-06-09
bimmer-connected = throw "'bimmer-connected' was removed because BMW started blocking third parties"; # added 2026-03-30
bip_utils = throw "'bip_utils' has been renamed to/replaced by 'bip-utils'"; # Converted to throw 2025-10-29

View file

@ -2062,8 +2062,6 @@ self: super: with self; {
disableAllPlugins = true;
};
beewi-smartclim = callPackage ../development/python-modules/beewi-smartclim { };
before-after = callPackage ../development/python-modules/before-after { };
behave = callPackage ../development/python-modules/behave { };