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/python-dbusmock/
Date: Tue, 26 Apr 2022 17:01:20
Message-Id: 1650992468.f74ff63ead2b0880b2393500e81b27111c1b9c8c.mgorny@gentoo
1 commit: f74ff63ead2b0880b2393500e81b27111c1b9c8c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 16:56:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 17:01:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74ff63e
7
8 dev-python/python-dbusmock: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-dbusmock/Manifest | 2 --
13 .../python-dbusmock/python-dbusmock-0.26.1.ebuild | 36 ----------------------
14 .../python-dbusmock/python-dbusmock-0.27.0.ebuild | 36 ----------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-python/python-dbusmock/Manifest b/dev-python/python-dbusmock/Manifest
18 index dffc6b84c0b8..27325f82fb16 100644
19 --- a/dev-python/python-dbusmock/Manifest
20 +++ b/dev-python/python-dbusmock/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-dbusmock-0.26.1.tar.gz 87707 BLAKE2B 9f4761ab5f227e78dd5343f3ddd4b83d0494e77d3b381f719890447998baab8096b3bf817259b080dda78619f8407ad532044cb60aaf7a5280459f423754df0f SHA512 dcb46f6dbd17471e2135c0d8fb63cbaecbc9445ae7bf74691abb03b93d5283ab41ea71071ece03870aaac19eaedd546f01c0839116421047f1ac77619f2c73f3
23 -DIST python-dbusmock-0.27.0.tar.gz 89469 BLAKE2B b6fcdb5ded2b4f50d4c3edafecf028df57c3aae6e2a1e87d78c41f879f495d06ab097be0996b7b1781aebd4235a5ce7c6b58f48f5c74e2d4c2b49a3439ce9cae SHA512 4f3a7326b27d7b86d9a77019c419209077021a88994b8e5ae302686fcaa8b7c7736644ab26d9e3b5a2157634eb56a0b2dbe304a092d93104c94a13a43d53b5a1
24 DIST python-dbusmock-0.27.5.tar.gz 89775 BLAKE2B 316bb1ae06c894702d54b7a54d0c422a877c50fb7e8aa4a1bb3c9ac342acdec8f6adaafea86afa5aa041414a283fdd284e27b58728efa234fb8bcbbf92b25f27 SHA512 6e5f5eddfc949c610b64a766434988c142397893e088b8522e6895e31383ec3c14d2f053f9aab17f00137e883a01bf95be35326f7ca97ee8c9780d6704e7d1dc
25
26 diff --git a/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild
27 deleted file mode 100644
28 index 73574b585de1..000000000000
29 --- a/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -PYTHON_REQ_USE="xml(+)"
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Easily create mock objects on D-Bus for software testing"
44 -HOMEPAGE="https://github.com/martinpitt/python-dbusmock"
45 -SRC_URI="
46 - https://github.com/martinpitt/python-dbusmock/releases/download/${PV}/${P}.tar.gz
47 -"
48 -
49 -LICENSE="LGPL-3+"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
52 -
53 -RDEPEND="
54 - dev-python/dbus-python[${PYTHON_USEDEP}]
55 - dev-python/pygobject:3[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests unittest
59 -
60 -src_prepare() {
61 - # needed for unittest discovery
62 - > tests/__init__.py || die
63 - # linter tests, fragile to newer linter versions
64 - rm tests/test_code.py || die
65 -
66 - distutils-r1_src_prepare
67 -}
68
69 diff --git a/dev-python/python-dbusmock/python-dbusmock-0.27.0.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.27.0.ebuild
70 deleted file mode 100644
71 index 4b29c538cdd6..000000000000
72 --- a/dev-python/python-dbusmock/python-dbusmock-0.27.0.ebuild
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -# Copyright 1999-2022 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -DISTUTILS_USE_PEP517=setuptools
81 -PYTHON_COMPAT=( python3_{8..10} )
82 -PYTHON_REQ_USE="xml(+)"
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Easily create mock objects on D-Bus for software testing"
87 -HOMEPAGE="https://github.com/martinpitt/python-dbusmock"
88 -SRC_URI="
89 - https://github.com/martinpitt/python-dbusmock/releases/download/${PV}/${P}.tar.gz
90 -"
91 -
92 -LICENSE="LGPL-3+"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
95 -
96 -RDEPEND="
97 - dev-python/dbus-python[${PYTHON_USEDEP}]
98 - dev-python/pygobject:3[${PYTHON_USEDEP}]
99 -"
100 -
101 -distutils_enable_tests unittest
102 -
103 -src_prepare() {
104 - # needed for unittest discovery
105 - > tests/__init__.py || die
106 - # linter tests, fragile to newer linter versions
107 - rm tests/test_code.py || die
108 -
109 - distutils-r1_src_prepare
110 -}