public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 18 May 2021 14:04:22 +0000 (UTC)	[thread overview]
Message-ID: <1621346656.fb18932c7331feaae665d68ebff708f3c9c9d185.mgorny@gentoo> (raw)

commit:     fb18932c7331feaae665d68ebff708f3c9c9d185
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 13:57:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 18 14:04:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb18932c

dev-python/huawei-lte-api: Bump to 1.4.18

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/huawei-lte-api/Manifest                 |  1 +
 .../huawei-lte-api/huawei-lte-api-1.4.18.ebuild    | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/huawei-lte-api/Manifest b/dev-python/huawei-lte-api/Manifest
index 3cb8cdf775b..563e78f1e5f 100644
--- a/dev-python/huawei-lte-api/Manifest
+++ b/dev-python/huawei-lte-api/Manifest
@@ -1 +1,2 @@
 DIST huawei-lte-api-1.4.17.tar.gz 29441 BLAKE2B 75615092a1d8ee598a99e9ae7a0567e11a72fad21a8304005364bd21e4ecb9bf9efa9a2d5c8de86c6d7442ec12f06079819c20ca9e2e4646255ede961b1a1275 SHA512 bf4a6a43d02b56f0aa799e2936d7fd0afa88da4dc18c152c635b0ccb87a7ca9afcf1fcdee3a37d7ab232d5cd4688e24499ad35a1969d97db405b818cf17d33c4
+DIST huawei-lte-api-1.4.18.tar.gz 29701 BLAKE2B 0e242f2f2208646c9f3291dab8397a80934bce3757fb79b58fdcee389a087788962cfaea3350d7b95e53ff3e0f1fbefdf7ea6714266872fc1591848a4fb84462 SHA512 4750fcc84fff46c76f42715e6668d402b9057f8dd826276ad0682e9bac76742c86566794d4aaab7aa9ebf17d06246c4d4cc9385ee1fff9642ff5c995491fc646

diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild
new file mode 100644
index 00000000000..cea09d4633e
--- /dev/null
+++ b/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="API For huawei LAN/WAN LTE Modems"
+HOMEPAGE="https://github.com/Salamek/huawei-lte-api"
+SRC_URI="https://github.com/Salamek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/dicttoxml[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+	# https://github.com/Salamek/huawei-lte-api/issues/86
+	sed "s:'pytest-runner'::" -i setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-05-18 14:04 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 14:04 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-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-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=1621346656.fb18932c7331feaae665d68ebff708f3c9c9d185.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