python3Packages.pymvglive: drop (#530346)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-19 15:42:16 +00:00
committed by GitHub
3 changed files with 1 additions and 28 deletions
@@ -1,26 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
requests,
}:
buildPythonPackage rec {
pname = "pymvglive";
version = "1.1.4";
format = "setuptools";
src = fetchPypi {
pname = "PyMVGLive";
inherit version;
sha256 = "0sh4xm74im9qxzpbrlc5h1vnpgvpybnpvdcav1iws0b561zdr08c";
};
propagatedBuildInputs = [ requests ];
meta = {
description = "Get live-data from mvg-live.de";
homepage = "https://github.com/pc-coholic/PyMVGLive";
license = lib.licenses.free;
};
}
+1
View File
@@ -472,6 +472,7 @@ mapAliases {
pymc3 = throw "'pymc3' has been renamed to/replaced by 'pymc'"; # Converted to throw 2025-10-29
pymelcloud = throw "'pymelcloud' has been renamed to/replaced by 'python-melcloud'"; # Converted to throw 2025-10-29
pymsteams = throw "'pymsteams' was removed because API used was discontinued"; # Added 2026-06-04
pymvglive = throw "'pymvglive' has been removed because it was unmaintained upstream and non-functional due to API changes"; # added 2026-06-10
PyMVGLive = throw "'PyMVGLive' has been renamed to/replaced by 'pymvglive'"; # Converted to throw 2025-10-29
pymyq = throw "'pymyq' has been renamed to/replaced by 'python-myq'"; # Converted to throw 2025-10-29
pymystem3 = throw "'pymystem3' has been removed because it is broken and unmaintained"; # Added 2026-04-19
-2
View File
@@ -15151,8 +15151,6 @@ self: super: with self; {
pymupdf4llm = callPackage ../development/python-modules/pymupdf4llm { };
pymvglive = callPackage ../development/python-modules/pymvglive { };
pymysensors = callPackage ../development/python-modules/pymysensors { };
pymysql = callPackage ../development/python-modules/pymysql { };