diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-06-01 16:04:10 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-01 16:07:18 +0300 |
commit | 8e56f2eb764d08acd6772b6e55bc5976af088623 (patch) | |
tree | dc0e282a1ebfa94f9fd09a2cf9b0588a883803a0 /dev-python/python-mpd | |
parent | media-sound/beets: remove KEYWORDS from -9999 (diff) | |
download | gentoo-8e56f2eb764d08acd6772b6e55bc5976af088623.tar.gz gentoo-8e56f2eb764d08acd6772b6e55bc5976af088623.tar.bz2 gentoo-8e56f2eb764d08acd6772b6e55bc5976af088623.zip |
dev-python/python-mpd: enable py3.8
- non-maintainer commit to enable python3.8 support, tests pass.
python: commands succeeded
congratulations :)
* python3_6: running distutils-r1_run_phase _distutils-r1_clean_egg_info
* python3_7: running distutils-r1_run_phase _distutils-r1_clean_egg_info
* python3_8: running distutils-r1_run_phase _distutils-r1_clean_egg_info
>>> Completed testing dev-python/python-mpd-1.0.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/python-mpd')
-rw-r--r-- | dev-python/python-mpd/python-mpd-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-mpd/python-mpd-1.0.0.ebuild b/dev-python/python-mpd/python-mpd-1.0.0.ebuild index edacb331407c..bca3a1df982b 100644 --- a/dev-python/python-mpd/python-mpd-1.0.0.ebuild +++ b/dev-python/python-mpd/python-mpd-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python MPD client library" |