python3Packages.pymvglive: drop (#530346)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user