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: Tue, 08 Nov 2022 10:05:08
Message-Id: 1667901884.00c0ce86981e14560b908363ccaa92cd30e93966.ago@gentoo
1 commit: 00c0ce86981e14560b908363ccaa92cd30e93966
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 10:04:44 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 10:04:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c0ce86
7
8 dev-python/huawei-lte-api: remove old
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 dev-python/huawei-lte-api/Manifest | 2 --
13 .../huawei-lte-api/huawei-lte-api-1.6.1.ebuild | 40 ----------------------
14 .../huawei-lte-api/huawei-lte-api-1.6.3.ebuild | 40 ----------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/huawei-lte-api/Manifest b/dev-python/huawei-lte-api/Manifest
18 index a3e4fcab8122..4ffe4299ae03 100644
19 --- a/dev-python/huawei-lte-api/Manifest
20 +++ b/dev-python/huawei-lte-api/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST huawei-lte-api-1.6.1.gh.tar.gz 32963 BLAKE2B f159e1dc4cb759c09a88bb763c6ba5f43043eacf025e7ada871c816e0e72a238f9e7536dbc043f8596bef390ecfc2ee137c1a4c079ca33db6c3a3198147c9f98 SHA512 2a6a330c419af0d2b8eeff9d8b93a11cdf8050db04e609cb1d86a33ab770d7102c8e40652482c2500ce4bf4152b66b98ee1fc77be104db8ab9a9bbeec871ce20
23 -DIST huawei-lte-api-1.6.3.gh.tar.gz 33065 BLAKE2B 2c16080b929d410d0e05b028e8a73003e5dd0b8a5e14602173571b473ffdcfc8ffb742b3db23dc7d4892386447d9c8fa9b30eee4016aa8f94ec7ac878184ca88 SHA512 a48c56d88859ef8a12eebaed48787fe7b62e3abac9b1d393e70dff9553b51284a5b860e113f4ed709dcab590c607a356c3b3fb81ac7bce5260fdf21d28d98510
24 DIST huawei-lte-api-1.6.4.gh.tar.gz 33855 BLAKE2B 345845f953597064220a73a9347ed929a34c21aeb1d79e0a42aa4ada7e91e27e92c7648b48aa7832d7d4ec2b03844c9189b34d81699d0bd6b38c61dac6cbe7bc SHA512 f1d30a70b1d347d9ddbf3fe7aa099a2a28c22de6c1f21c38ca6a83de470c644230d83d2332b48fb08766469635acc07fbac61e15c564713129e8b40305972d5e
25 DIST huawei-lte-api-1.6.7.gh.tar.gz 34677 BLAKE2B 289f9aefbf0c9491dcaa3a0afc120a70d578092e4bcf1ae66d30cff528dfa8231dbfc60c4660d8862b82801429b61bb97f584319e49307cbd44051cbf1c80239 SHA512 184c3e05e5d1b3b19ebdd3caaceb79fecbe8ed7f2337d7d4b0dc392f6e6ca8f45f663c8d6056d8660e8167f357d329015fd13b521093ae92b0a9a6b04c42e352
26
27 diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.6.1.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.6.1.ebuild
28 deleted file mode 100644
29 index 5b62e249fda3..000000000000
30 --- a/dev-python/huawei-lte-api/huawei-lte-api-1.6.1.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="API For huawei LAN/WAN LTE Modems"
44 -HOMEPAGE="
45 - https://github.com/Salamek/huawei-lte-api/
46 - https://pypi.org/project/huawei-lte-api/
47 -"
48 -SRC_URI="
49 - https://github.com/Salamek/${PN}/archive/${PV}.tar.gz
50 - -> ${P}.gh.tar.gz
51 -"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~amd64"
56 -
57 -RDEPEND="
58 - dev-python/pycryptodome[${PYTHON_USEDEP}]
59 - dev-python/requests[${PYTHON_USEDEP}]
60 - dev-python/xmltodict[${PYTHON_USEDEP}]
61 -"
62 -
63 -python_prepare_all() {
64 - # make cryptodome-friendly
65 - sed -i -e 's:pycryptodomex:pycryptodome:' setup.py || die
66 - find -name '*.py' -exec \
67 - sed -i -e 's:Cryptodome:Crypto:g' {} + || die
68 -
69 - distutils-r1_python_prepare_all
70 -}
71 -
72 -distutils_enable_tests pytest
73
74 diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.6.3.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.6.3.ebuild
75 deleted file mode 100644
76 index 5b62e249fda3..000000000000
77 --- a/dev-python/huawei-lte-api/huawei-lte-api-1.6.3.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -DISTUTILS_USE_PEP517=setuptools
86 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="API For huawei LAN/WAN LTE Modems"
91 -HOMEPAGE="
92 - https://github.com/Salamek/huawei-lte-api/
93 - https://pypi.org/project/huawei-lte-api/
94 -"
95 -SRC_URI="
96 - https://github.com/Salamek/${PN}/archive/${PV}.tar.gz
97 - -> ${P}.gh.tar.gz
98 -"
99 -
100 -LICENSE="MIT"
101 -SLOT="0"
102 -KEYWORDS="~amd64"
103 -
104 -RDEPEND="
105 - dev-python/pycryptodome[${PYTHON_USEDEP}]
106 - dev-python/requests[${PYTHON_USEDEP}]
107 - dev-python/xmltodict[${PYTHON_USEDEP}]
108 -"
109 -
110 -python_prepare_all() {
111 - # make cryptodome-friendly
112 - sed -i -e 's:pycryptodomex:pycryptodome:' setup.py || die
113 - find -name '*.py' -exec \
114 - sed -i -e 's:Cryptodome:Crypto:g' {} + || die
115 -
116 - distutils-r1_python_prepare_all
117 -}
118 -
119 -distutils_enable_tests pytest