Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpd/
Date: Mon, 01 Jun 2020 13:07:30
Message-Id: 1591016838.8e56f2eb764d08acd6772b6e55bc5976af088623.juippis@gentoo
1 commit: 8e56f2eb764d08acd6772b6e55bc5976af088623
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 13:04:10 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 13:07:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e56f2eb
7
8 dev-python/python-mpd: enable py3.8
9
10 - non-maintainer commit to enable python3.8 support, tests pass.
11
12 python: commands succeeded
13 congratulations :)
14 * python3_6: running distutils-r1_run_phase _distutils-r1_clean_egg_info
15 * python3_7: running distutils-r1_run_phase _distutils-r1_clean_egg_info
16 * python3_8: running distutils-r1_run_phase _distutils-r1_clean_egg_info
17 >>> Completed testing dev-python/python-mpd-1.0.0
18
19 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
20
21 dev-python/python-mpd/python-mpd-1.0.0.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/dev-python/python-mpd/python-mpd-1.0.0.ebuild b/dev-python/python-mpd/python-mpd-1.0.0.ebuild
25 index edacb331407..bca3a1df982 100644
26 --- a/dev-python/python-mpd/python-mpd-1.0.0.ebuild
27 +++ b/dev-python/python-mpd/python-mpd-1.0.0.ebuild
28 @@ -3,7 +3,7 @@
29
30 EAPI=7
31
32 -PYTHON_COMPAT=( python3_{6,7} )
33 +PYTHON_COMPAT=( python3_{6,7,8} )
34 inherit distutils-r1
35
36 DESCRIPTION="Python MPD client library"