Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fritzconnection/
Date: Sun, 17 Oct 2021 08:23:39
Message-Id: 1634459001.d7887e6f895d99e530aa9965c36b12b497486301.mgorny@gentoo
1 commit: d7887e6f895d99e530aa9965c36b12b497486301
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:18:11 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7887e6f
7
8 dev-python/fritzconnection: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fritzconnection/Manifest | 3 --
13 .../fritzconnection/fritzconnection-1.5.0.ebuild | 34 ----------------------
14 .../fritzconnection/fritzconnection-1.6.0.ebuild | 29 ------------------
15 .../fritzconnection/fritzconnection-1.7.0.ebuild | 29 ------------------
16 4 files changed, 95 deletions(-)
17
18 diff --git a/dev-python/fritzconnection/Manifest b/dev-python/fritzconnection/Manifest
19 index e15d6fc6eef..1e1076edf6c 100644
20 --- a/dev-python/fritzconnection/Manifest
21 +++ b/dev-python/fritzconnection/Manifest
22 @@ -1,4 +1 @@
23 -DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21 SHA512 2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c
24 -DIST fritzconnection-1.6.0.tar.gz 73672 BLAKE2B 25f6b876026bc70397dca171c90d863b4dd3af81f4f3f26bd9a34bed9241c716e98e1305adcbd87a1aa52a21fd6517eda21db0cd9d02d8df5db143ec0f60f5f4 SHA512 c4517774be0913f71e37e982dd87a7076efd81903036193ff37dc2ffd5530829f5f860b773c2b107ca6734ff1b04009243ccb8b2857261911b5a7bcf6e6a528f
25 -DIST fritzconnection-1.7.0.tar.gz 77787 BLAKE2B b3f9657153d9529485cf18c6f3c18af74e596f9831b5a57724bef34eb54844b52dd4c417f1e93974e24fa376ae42708708e160ec4ddd0f0fcd9131b6346428b5 SHA512 9df2afe21e5e2f410bb3fde2329c1b354c429b0d23095fe55e53566c7a6dc79f8cbb092666943efceb2949cc2fc904bc473266ab5ab3518da13228193a476f5a
26 DIST fritzconnection-1.7.1.tar.gz 77805 BLAKE2B 4012975205320cc1c65ace64f515e1a934da5e330e9f9090021f20989d300df38f042cc8defd794ab6d4f2935cc2973141b50b1aea74a472d42f2dd5c1b2da57 SHA512 f3ca91b41a6255a743a00d34733e4755f1f675c150414c794bce9c52da292cc267a60520d5bc4e6b0e5ba4dc1ce27b7083fa4e2c226bafa3ca39ee6d63c80ae2
27
28 diff --git a/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild b/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild
29 deleted file mode 100644
30 index 558c9ac45bc..00000000000
31 --- a/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP"
43 -HOMEPAGE="https://github.com/kbr/fritzconnection"
44 -LICENSE="MIT"
45 -SLOT="0"
46 -
47 -if [[ "${PV}" == "9999" ]]; then
48 - EGIT_REPO_URI="https://github.com/kbr/fritzconnection"
49 - inherit git-r3
50 -else
51 - SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 - KEYWORDS="~amd64 ~x86"
53 -fi
54 -
55 -CDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
56 -
57 -BDEPEND="
58 - test? (
59 - dev-python/pytest-mock[${PYTHON_USEDEP}]
60 - )
61 -"
62 -
63 -DEPEND="test? ( ${CDEPEND} )"
64 -
65 -RDEPEND="${CDEPEND}"
66 -
67 -distutils_enable_tests pytest
68
69 diff --git a/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild b/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild
70 deleted file mode 100644
71 index 00eeb7787fd..00000000000
72 --- a/dev-python/fritzconnection/fritzconnection-1.6.0.ebuild
73 +++ /dev/null
74 @@ -1,29 +0,0 @@
75 -# Copyright 2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -PYTHON_COMPAT=( python3_{8..10} )
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP"
84 -HOMEPAGE="https://github.com/kbr/fritzconnection"
85 -LICENSE="MIT"
86 -SLOT="0"
87 -
88 -if [[ "${PV}" == "9999" ]]; then
89 - EGIT_REPO_URI="https://github.com/kbr/fritzconnection"
90 - inherit git-r3
91 -else
92 - SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> ${P}.tar.gz"
93 - KEYWORDS="~amd64 ~x86"
94 -fi
95 -
96 -RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
97 -BDEPEND="
98 - test? (
99 - dev-python/pytest-mock[${PYTHON_USEDEP}]
100 - )
101 -"
102 -
103 -distutils_enable_tests pytest
104
105 diff --git a/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild b/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild
106 deleted file mode 100644
107 index 00eeb7787fd..00000000000
108 --- a/dev-python/fritzconnection/fritzconnection-1.7.0.ebuild
109 +++ /dev/null
110 @@ -1,29 +0,0 @@
111 -# Copyright 2021 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=8
115 -
116 -PYTHON_COMPAT=( python3_{8..10} )
117 -inherit distutils-r1
118 -
119 -DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP"
120 -HOMEPAGE="https://github.com/kbr/fritzconnection"
121 -LICENSE="MIT"
122 -SLOT="0"
123 -
124 -if [[ "${PV}" == "9999" ]]; then
125 - EGIT_REPO_URI="https://github.com/kbr/fritzconnection"
126 - inherit git-r3
127 -else
128 - SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> ${P}.tar.gz"
129 - KEYWORDS="~amd64 ~x86"
130 -fi
131 -
132 -RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
133 -BDEPEND="
134 - test? (
135 - dev-python/pytest-mock[${PYTHON_USEDEP}]
136 - )
137 -"
138 -
139 -distutils_enable_tests pytest