From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/
Date: Mon, 2 Sep 2024 13:21:04 +0000 (UTC) [thread overview]
Message-ID: <1725283259.7327908c4e2d8fbcd6fdec5c17d9426e91c486b0.ago@gentoo> (raw)
commit: 7327908c4e2d8fbcd6fdec5c17d9426e91c486b0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 13:20:23 2024 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 13:20:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7327908c
dev-python/huawei-lte-api: add 1.10
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/huawei-lte-api/Manifest | 1 +
.../huawei-lte-api/huawei-lte-api-1.10.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/huawei-lte-api/Manifest b/dev-python/huawei-lte-api/Manifest
index 78eaa5f3bb82..0bc4f96c5d70 100644
--- a/dev-python/huawei-lte-api/Manifest
+++ b/dev-python/huawei-lte-api/Manifest
@@ -1 +1,2 @@
+DIST huawei-lte-api-1.10.gh.tar.gz 43853 BLAKE2B 568da364ecc709716a040a5f6c32f79b028ceca42ffce29949d064115279a4653544df50e30ac07ad873a1e98ba203093fcf000bca65b4b1ea6f4f009217d4c8 SHA512 7ffe128817bf38d60ee5dcbdb6668516a3ab47a02d34868ab9c9cc6b26cfae10c334a779b4ba63f0ec635b834fce46b12409b913f7c9b45a746ff5ba875e1758
DIST huawei-lte-api-1.9.3.gh.tar.gz 41344 BLAKE2B 3812c2dd5404320eb24bbe6e1e5819effad06641e96289ac279e5fe96add8880d837bf6770816f1bdce553cbf1aad73d370377c7f0713428d6ac46906d88602c SHA512 4f5f00dd416b017422753940ae69a1c24b424692fdf9e6ea29073035d381b5434462b022ebe44bf4d911eafe07f9ff57b8d349bf7140e0f33daba6384a73cd24
diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.10.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.10.ebuild
new file mode 100644
index 000000000000..4315d293fdf2
--- /dev/null
+++ b/dev-python/huawei-lte-api/huawei-lte-api-1.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="API For huawei LAN/WAN LTE Modems"
+HOMEPAGE="
+ https://github.com/Salamek/huawei-lte-api/
+ https://pypi.org/project/huawei-lte-api/
+"
+SRC_URI="
+ https://github.com/Salamek/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+ # make cryptodome-friendly
+ sed -i -e 's:pycryptodomex:pycryptodome:' setup.py || die
+ find -name '*.py' -exec \
+ sed -i -e 's:Cryptodome:Crypto:g' {} + || die
+
+ distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest
next reply other threads:[~2024-09-02 13:21 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 13:21 Agostino Sarubbo [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 6:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/ Michał Górny
2025-02-27 20:56 Michał Górny
2024-10-03 12:52 Agostino Sarubbo
2024-07-24 7:33 Agostino Sarubbo
2024-06-28 5:19 Michał Górny
2024-05-18 16:10 Michał Górny
2024-02-12 15:33 Agostino Sarubbo
2024-01-07 16:46 Michał Górny
2023-07-24 11:31 Michał Górny
2023-06-24 7:13 Michał Górny
2023-06-24 6:10 Michał Górny
2022-12-27 8:36 Michał Górny
2022-12-26 7:10 Michał Górny
2022-12-19 6:46 Michał Górny
2022-11-14 4:39 Michał Górny
2022-11-08 10:05 Agostino Sarubbo
2022-11-08 10:05 Agostino Sarubbo
2022-10-18 6:36 Michał Górny
2022-10-03 19:55 Michał Górny
2022-08-02 15:01 Agostino Sarubbo
2022-07-11 7:06 Michał Górny
2022-06-12 18:28 Michał Górny
2022-06-12 18:28 Michał Górny
2022-05-16 13:20 Michał Górny
2022-03-31 11:33 Michał Górny
2022-02-22 9:38 Michał Górny
2022-02-18 8:44 Agostino Sarubbo
2021-12-29 23:14 Michał Górny
2021-09-27 7:39 Agostino Sarubbo
2021-09-22 10:45 Agostino Sarubbo
2021-09-21 19:11 Michał Górny
2021-09-21 7:54 Michał Górny
2021-08-23 22:46 Louis Sautier
2021-06-21 12:22 Agostino Sarubbo
2021-05-18 14:04 Michał Górny
2021-05-18 14:04 Michał Górny
2021-03-04 14:43 Louis Sautier
2021-03-04 11:34 Agostino Sarubbo
2021-03-02 21:35 Agostino Sarubbo
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=1725283259.7327908c4e2d8fbcd6fdec5c17d9426e91c486b0.ago@gentoo \
--to=ago@gentoo.org \
--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