From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23C91158092 for ; Sun, 12 Jun 2022 18:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49FF4E0874; Sun, 12 Jun 2022 18:28:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FFC9E0874 for ; Sun, 12 Jun 2022 18:28:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A61E341BF7 for ; Sun, 12 Jun 2022 18:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F46B501 for ; Sun, 12 Jun 2022 18:28:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655058475.ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild X-VCS-Directories: dev-python/huawei-lte-api/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb X-VCS-Branch: master Date: Sun, 12 Jun 2022 18:28:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9c4ef93-ff9f-4d8d-adf5-c5dca0c4adf4 X-Archives-Hash: 3fe767ccb03339f210cf7afc629d0a88 commit: ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb Author: Michał Górny gentoo org> AuthorDate: Sun Jun 12 18:06:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 12 18:27:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c897c dev-python/huawei-lte-api: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild index 9777b04957c4..cd6657cd97d2 100644 --- a/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild +++ b/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild @@ -9,8 +9,14 @@ PYTHON_COMPAT=( pypy3 python3_{8..11} ) 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" +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}.tar.gz +" LICENSE="MIT" SLOT="0"