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: Thu, 01 Dec 2022 07:09:28
Message-Id: 1669878557.4a5bbc56be51388752f4120902abbeafd798bda1.mgorny@gentoo
1 commit: 4a5bbc56be51388752f4120902abbeafd798bda1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 06:53:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 07:09:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bbc56
7
8 dev-python/python-dbusmock: Strip dbus-python requirement
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{python-dbusmock-0.28.6.ebuild => python-dbusmock-0.28.6-r1.ebuild} | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.28.6-r1.ebuild
16 similarity index 88%
17 rename from dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild
18 rename to dev-python/python-dbusmock/python-dbusmock-0.28.6-r1.ebuild
19 index 35d6a870d0c6..f50299fe3a38 100644
20 --- a/dev-python/python-dbusmock/python-dbusmock-0.28.6.ebuild
21 +++ b/dev-python/python-dbusmock/python-dbusmock-0.28.6-r1.ebuild
22 @@ -35,6 +35,8 @@ src_prepare() {
23 > tests/__init__.py || die
24 # linter tests, fragile to newer linter versions
25 rm tests/test_code.py || die
26 + # dev-python/dbus-python uses autotools, so no .dist-info there
27 + sed -i '/dbus-python/d' pyproject.toml setup.cfg || die
28
29 distutils-r1_src_prepare
30 }