python3Packages.telegram: removal (#353915)

This commit is contained in:
Kekschen 2024-11-06 14:51:52 +01:00 committed by GitHub
parent 66c1c86aed
commit 7a9fb50f24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 24 deletions

View file

@ -1,22 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
}:
buildPythonPackage rec {
pname = "telegram";
version = "0.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "1495l2ml8mg120wfvqhikqkfczhwwaby40vdmsz8v2l69jps01fl";
};
meta = with lib; {
homepage = "https://github.com/liluo/telegram";
description = "Telegram APIs";
license = licenses.mit;
};
}

View file

@ -641,6 +641,7 @@ mapAliases ({
suseapi = throw "suseapi has been removed because it is no longer maintained"; # added 2023-02-27
synologydsm-api = py-synologydsm-api; # added 2024-07-29
sysv_ipc = sysv-ipc; # added 2024-01-07
telegram = throw "telegram has been removed since it is abandoned"; # added 2024-11-06
tempita = throw "tempita has been removed because it is unmaintained and the upstream repository is gone"; # added 2024-07-29
tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25
tensorflow-build_2 = tensorflow-build; # added 2021-11-25

View file

@ -15465,8 +15465,6 @@ self: super: with self; {
teamcity-messages = callPackage ../development/python-modules/teamcity-messages { };
telegram = callPackage ../development/python-modules/telegram { };
telegraph = callPackage ../development/python-modules/telegraph { };
telepath = callPackage ../development/python-modules/telepath { };