From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/
Date: Mon, 24 Jul 2023 11:31:25 +0000 (UTC) [thread overview]
Message-ID: <1690198278.9d65db1731b3fcf433f99ae42352e6062230fcce.mgorny@gentoo> (raw)
commit: 9d65db1731b3fcf433f99ae42352e6062230fcce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:18:55 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:31:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d65db17
dev-python/huawei-lte-api: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/huawei-lte-api/Manifest | 1 -
.../huawei-lte-api/huawei-lte-api-1.6.11.ebuild | 40 ----------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/huawei-lte-api/Manifest b/dev-python/huawei-lte-api/Manifest
index 5d5c7097659e..806f4f4a07a9 100644
--- a/dev-python/huawei-lte-api/Manifest
+++ b/dev-python/huawei-lte-api/Manifest
@@ -1,2 +1 @@
-DIST huawei-lte-api-1.6.11.gh.tar.gz 38037 BLAKE2B be2da7d8918d367e589937cdd70222afdafd6082e6c25c7238a7ba6bb160bc1410cf682a79b41c4d9e0eca3c337130e5a33a3a7985f9cb1ff6c78fe5bfbf6358 SHA512 4e7248438882988c6eadb61c57e53a773f65737ca4ee770cf1a9a8e99a10d1a930c412f3d3d3235edb5061d00a56da75e92a58af095fe79db98ce024a2acb773
DIST huawei-lte-api-1.7.3.gh.tar.gz 39166 BLAKE2B 52e2ab89a2ab6aadccd92192c73f1ef5ac4aa376dc6b5e29f9460881ccd3e600744789d33d490efa86315b5ad9f6090d56a45132ae3dc421dc5025032319ed59 SHA512 83bdfae0b8d44789ebfe8f94233b4d5b49fe3e379f25205fe71970d533ecbd0611c13cfbe3471c9331b4bcde6c737aaf53156c397d7016e5de5cc053f221374b
diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.6.11.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.6.11.ebuild
deleted file mode 100644
index 05b4b5be98f5..000000000000
--- a/dev-python/huawei-lte-api/huawei-lte-api-1.6.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-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:[~2023-07-24 11:31 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 11:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-03 12:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/ Agostino Sarubbo
2024-09-02 13:21 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-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=1690198278.9d65db1731b3fcf433f99ae42352e6062230fcce.mgorny@gentoo \
--to=mgorny@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