From: Adam Kandur via Guix-patches via <guix-patches@gnu.org> To: 44512@debbugs.gnu.org Subject: [bug#44512] [PATCH] gnu: Add python-telethon. Date: Sun, 8 Nov 2020 10:13:16 +0100 (CET) Message-ID: <MLb7Nqb--3-2@tuta.io> (raw) [-- Attachment #1: Type: text/plain, Size: 2 bytes --] [-- Attachment #2: 0001-gnu-Add-python-telethon.patch --] [-- Type: text/x-patch, Size: 1899 bytes --] From 40a037719317f943e4d311e6c03b1398feaffe7b Mon Sep 17 00:00:00 2001 From: Adam <rndd@tuta.io> Date: Sun, 8 Nov 2020 12:10:32 +0300 Subject: [PATCH] gnu: Add python-telethon. * gnu/packages/python-xyz.scm (python-telethon): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5bbd547..d7dfaf2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22560,6 +22560,29 @@ a Python library to convert RELAX NG schemata in Compact syntax (rnc) to equivalent schemata in the XML-based default RELAX NG syntax.") (license license:expat))) +(define-public python-telethon + (package + (name "python-telethon") + (build-system python-build-system) + (propagated-inputs + `(("python-rsa" ,python-rsa) + ("python-pyaes" ,python-pyaes) + ("python-pytest" ,python-pytest))) + (version "v1.17.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LonamiWebs/Telethon") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0l9fhdrq576vllgi9aam45xzw5xi6jhgdv5zz8i4ygssdp7cm8jl")))) + (home-page "https://docs.telethon.dev") + (synopsis "Telethon is an asyncio Python 3 MTProto library to interact with Telegram's API as a user or through a bot account (bot API alternative).") + (description "Telegram is a popular messaging application. This library is meant to make it easy for you to write Python programs that can interact with Telegram. Think of it as a wrapper that has already done the heavy job for you, so you can focus on developing an application.") + (license license:expat))) + (define-public python-citeproc-py (package (name "python-citeproc-py") -- 2.28.0
next reply other threads:[~2020-11-08 9:19 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-11-08 9:13 Adam Kandur via Guix-patches via [this message] 2020-11-18 20:48 ` bug#44512: " Efraim Flashner
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://guix.gnu.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=MLb7Nqb--3-2@tuta.io \ --to=guix-patches@gnu.org \ --cc=44512@debbugs.gnu.org \ --cc=rndd@tuta.io \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
unofficial mirror of guix-patches@gnu.org This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \ guix-patches@gnu.org public-inbox-index guix-patches Example config snippet for mirrors. Newsgroup available over NNTP: nntp://news.yhetil.org/yhetil.gnu.guix.patches AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git