From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tulir-telethon/
Date: Thu, 8 Aug 2024 22:58:17 +0000 (UTC) [thread overview]
Message-ID: <1723156622.9494053e9f3f1aa548fcd400f1a73b3bfe15efeb.cybertailor@gentoo> (raw)
commit: 9494053e9f3f1aa548fcd400f1a73b3bfe15efeb
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Aug 8 22:37:02 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Aug 8 22:37:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9494053e
dev-python/tulir-telethon: add 1.37.0_alpha1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tulir-telethon/Manifest | 1 +
.../tulir-telethon-1.37.0_alpha1.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-python/tulir-telethon/Manifest b/dev-python/tulir-telethon/Manifest
index d38d36ccc..f93a6b4a6 100644
--- a/dev-python/tulir-telethon/Manifest
+++ b/dev-python/tulir-telethon/Manifest
@@ -1 +1,2 @@
DIST tulir-telethon-1.35.0a1.tar.gz 590359 BLAKE2B e145d6c89f7c465c308994c3646fcdd2e99941c37b3ba0be170f8784b0d8e18b5b513fad9b52e8d706532e359649d3368759f6d4676438c200882902a8a5be83 SHA512 17199aea16ede2051583cac857bac65b23301273f64e157c29acca142c7fe4bb9d3ea8d147c121a095b7a30c0bb92eab83aee3946093168ca5096fa84c9d4167
+DIST tulir-telethon-1.37.0_alpha1.gh.tar.gz 504857 BLAKE2B ce9bedc0ef7c6b1673ce62aa9f298c92d11aba5d0ea59eb47ab48b0529e9e8e60c9b86c0bdea2dfc9052a0458c7d8129d7a8f1f75e6bf16df45381177b04b4f8 SHA512 db704622d58677c4b7470850ad37129c227487caa3cf34d60a5fa81f91306a46f943bcecbbe8ca045c7f47c780b917ada3e9a1860aa82c99751a131fc847b15a
diff --git a/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild b/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild
new file mode 100644
index 000000000..26823b794
--- /dev/null
+++ b/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+MY_PN="Telethon"
+MY_PV="${PV/_alph/}"
+DESCRIPTION="Full-featured Telegram client library for Python 3"
+HOMEPAGE="
+ https://pypi.org/project/tulir-telethon/
+ https://github.com/tulir/Telethon/
+"
+SRC_URI="https://github.com/tulir/${MY_PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/cryptg[${PYTHON_USEDEP}]
+ dev-python/hachoir[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/pyaes[${PYTHON_USEDEP}]
+ dev-python/PySocks[${PYTHON_USEDEP}]
+ dev-python/python-socks[${PYTHON_USEDEP}]
+ dev-python/rsa[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )
+"
+
+EPYTEST_DESELECT=(
+ tests/telethon/test_utils.py::test_private_get_extension
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest tests/telethon
+}
next reply other threads:[~2024-08-08 22:58 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 22:58 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 14:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tulir-telethon/ Anna Vyalkova
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-13 22:21 Julien Roy
2024-03-16 19:32 Julien Roy
2024-01-09 0:27 Julien Roy
2024-01-09 0:27 Julien Roy
2023-12-30 19:05 Julien Roy
2023-12-30 19:05 Julien Roy
2023-12-30 19:05 Julien Roy
2023-11-17 21:01 Julien Roy
2023-11-17 21:01 Julien Roy
2023-11-12 17:55 Julien Roy
2023-11-12 17:55 Julien Roy
2023-10-17 12:05 Julien Roy
2023-10-17 12:05 Julien Roy
2023-10-16 21:20 Julien Roy
2023-10-16 21:20 Julien Roy
2023-08-31 0:10 Julien Roy
2023-08-31 0:10 Julien Roy
2023-06-14 16:59 Julien Roy
2023-06-14 16:59 Julien Roy
2023-05-26 15:20 Julien Roy
2023-04-23 17:44 Julien Roy
2023-04-14 16:48 Julien Roy
2023-04-14 16:46 Julien Roy
2023-04-10 2:43 Julien Roy
2023-01-22 3:03 Julien Roy
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723156622.9494053e9f3f1aa548fcd400f1a73b3bfe15efeb.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox