Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/huawei-lte-api/
Date: Mon, 27 Sep 2021 07:40:03
Message-Id: 1632728394.943e140360baaa3f39e7f61afd40657d73a71c17.ago@gentoo
1 commit: 943e140360baaa3f39e7f61afd40657d73a71c17
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 07:39:54 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 07:39:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943e1403
7
8 dev-python/huawei-lte-api: remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-python/huawei-lte-api/Manifest | 2 --
14 .../huawei-lte-api/huawei-lte-api-1.4.18.ebuild | 30 --------------------
15 .../huawei-lte-api/huawei-lte-api-1.5.ebuild | 33 ----------------------
16 3 files changed, 65 deletions(-)
17
18 diff --git a/dev-python/huawei-lte-api/Manifest b/dev-python/huawei-lte-api/Manifest
19 index f4e9b31b30e..427075993de 100644
20 --- a/dev-python/huawei-lte-api/Manifest
21 +++ b/dev-python/huawei-lte-api/Manifest
22 @@ -1,3 +1 @@
23 -DIST huawei-lte-api-1.4.18.tar.gz 29701 BLAKE2B 0e242f2f2208646c9f3291dab8397a80934bce3757fb79b58fdcee389a087788962cfaea3350d7b95e53ff3e0f1fbefdf7ea6714266872fc1591848a4fb84462 SHA512 4750fcc84fff46c76f42715e6668d402b9057f8dd826276ad0682e9bac76742c86566794d4aaab7aa9ebf17d06246c4d4cc9385ee1fff9642ff5c995491fc646
24 DIST huawei-lte-api-1.5.2.tar.gz 31969 BLAKE2B ced0afc9c1b878d30ac4d3fb731cdebd6c2a658a7ace7d74f5e3641c049d5eaeab5fe1edd4678b791da0ebd22c78c4c7b10f56e2bb4f224788d1f1cdd8f31c6a SHA512 7d7b8b0248ef6080aa990ce06e196653f315605d771c312c490976cd950dfa962affe47f8df3366a645e0d499606514618e1e24976f434258ca22bd9ccf34237
25 -DIST huawei-lte-api-1.5.tar.gz 31741 BLAKE2B eded2f2ba04dfa8973a5ccd627996770b93e2509aeb2d0ff40dafc9a5ee0f6d242d032d310102297a1f56ee255b10f0e6e02c3a0ad687b6006e31ad8b53fb32e SHA512 f235664464abc23da85a36b17f356c7be65e686e06bbaba9aa06c728fa04ae5ab4fa32168c4fb2914a22472564d8f3365f9fe47f33e1892f923e6934dbd692b0
26
27 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
28 deleted file mode 100644
29 index 811235dd7a5..00000000000
30 --- a/dev-python/huawei-lte-api/huawei-lte-api-1.4.18.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="API For huawei LAN/WAN LTE Modems"
43 -HOMEPAGE="https://github.com/Salamek/huawei-lte-api"
44 -SRC_URI="https://github.com/Salamek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -RDEPEND="dev-python/dicttoxml[${PYTHON_USEDEP}]
52 - dev-python/requests[${PYTHON_USEDEP}]
53 - dev-python/xmltodict[${PYTHON_USEDEP}]"
54 -
55 -python_prepare_all() {
56 - # https://github.com/Salamek/huawei-lte-api/issues/86
57 - sed "s:'pytest-runner'::" -i setup.py || die
58 -
59 - distutils-r1_python_prepare_all
60 -}
61 -
62 -distutils_enable_tests pytest
63
64 diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.5.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.5.ebuild
65 deleted file mode 100644
66 index 70850fbcf20..00000000000
67 --- a/dev-python/huawei-lte-api/huawei-lte-api-1.5.ebuild
68 +++ /dev/null
69 @@ -1,33 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="API For huawei LAN/WAN LTE Modems"
79 -HOMEPAGE="https://github.com/Salamek/huawei-lte-api"
80 -SRC_URI="https://github.com/Salamek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64"
85 -IUSE=""
86 -
87 -RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
88 - dev-python/requests[${PYTHON_USEDEP}]
89 - dev-python/xmltodict[${PYTHON_USEDEP}]"
90 -
91 -python_prepare_all() {
92 - # https://github.com/Salamek/huawei-lte-api/issues/86
93 - sed "s:'pytest-runner'::" -i setup.py || die
94 -
95 - # make cryptodome-friendly
96 - find -name '*.py' -exec \
97 - sed -i -e 's:Cryptodome:Crypto:g' {} + || die
98 -
99 - distutils-r1_python_prepare_all
100 -}
101 -
102 -distutils_enable_tests pytest