From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25A4B13835A for ; Mon, 1 Jun 2020 13:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 483C4E0932; Mon, 1 Jun 2020 13:07:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 334F5E0932 for ; Mon, 1 Jun 2020 13:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DF0D34F196 for ; Mon, 1 Jun 2020 13:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E24D26F for ; Mon, 1 Jun 2020 13:07:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591016838.8e56f2eb764d08acd6772b6e55bc5976af088623.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-mpd/python-mpd-1.0.0.ebuild X-VCS-Directories: dev-python/python-mpd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8e56f2eb764d08acd6772b6e55bc5976af088623 X-VCS-Branch: master Date: Mon, 1 Jun 2020 13:07:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd4aa8ea-da1e-4f6b-a85b-7319114e4708 X-Archives-Hash: 6cbd484a846833eec28d6d55cb5709df commit: 8e56f2eb764d08acd6772b6e55bc5976af088623 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jun 1 13:04:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 1 13:07:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e56f2eb 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 gentoo.org> dev-python/python-mpd/python-mpd-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 edacb331407..bca3a1df982 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"