diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-12 20:06:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-12 20:27:55 +0200 |
commit | ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb (patch) | |
tree | d6c510d31e1303befa3e2c964cd9231b390734d1 /dev-python/huawei-lte-api | |
parent | dev-python/huawei-lte-api: Enable py3.11 (diff) | |
download | gentoo-ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb.tar.gz gentoo-ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb.tar.bz2 gentoo-ef1c897cf3e1bbfc22bc3751a131c4edc40bfbdb.zip |
dev-python/huawei-lte-api: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/huawei-lte-api')
-rw-r--r-- | dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild | 10 |
1 files 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" |