mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.telegram: removal (#353915)
This commit is contained in:
parent
66c1c86aed
commit
7a9fb50f24
3 changed files with 1 additions and 24 deletions
|
@ -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;
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue