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 3B1E613835A for ; Sun, 10 May 2020 13:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F37BE08DD; Sun, 10 May 2020 13:02:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 36578E08DD for ; Sun, 10 May 2020 13:02:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3968F34F221 for ; Sun, 10 May 2020 13:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A36FE22D for ; Sun, 10 May 2020 13:02:10 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1589115716.db7e7a8d8cc16d0f00a434528fd192c63f608c42.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/piexif/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/piexif/piexif-1.1.3.ebuild X-VCS-Directories: dev-python/piexif/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: db7e7a8d8cc16d0f00a434528fd192c63f608c42 X-VCS-Branch: master Date: Sun, 10 May 2020 13:02:10 +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: 96bbbe39-6d6b-4b8e-b8e7-592ae1cd6059 X-Archives-Hash: 04e60f83ef6f029f2676a8ea36605173 commit: db7e7a8d8cc16d0f00a434528fd192c63f608c42 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun May 10 12:48:16 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun May 10 13:01:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7e7a8d dev-python/piexif: add Py3.8 support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/piexif/piexif-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/piexif/piexif-1.1.3.ebuild b/dev-python/piexif/piexif-1.1.3.ebuild index 79d68eaa74f..0577ea544dd 100644 --- a/dev-python/piexif/piexif-1.1.3.ebuild +++ b/dev-python/piexif/piexif-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 @@ -24,5 +24,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] RDEPEND="" python_test() { - "${PYTHON}" setup.py test + "${PYTHON}" setup.py test || die }