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 7E971138350 for ; Fri, 17 Apr 2020 00:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D1F3E092F; Fri, 17 Apr 2020 00:04:28 +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 316BFE087F for ; Fri, 17 Apr 2020 00:04:28 +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 44DC934F0A1 for ; Fri, 17 Apr 2020 00:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E95841DE for ; Fri, 17 Apr 2020 00:04:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1587081842.fccbb61561f20e1f95f4d003d6a316fdc7d2a7be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/translate-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild X-VCS-Directories: dev-python/translate-toolkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fccbb61561f20e1f95f4d003d6a316fdc7d2a7be X-VCS-Branch: master Date: Fri, 17 Apr 2020 00:04:24 +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: d6472b90-724b-437e-b298-59ce3ab44370 X-Archives-Hash: 742a13c7e116fc4db84e5368a4ca583a commit: fccbb61561f20e1f95f4d003d6a316fdc7d2a7be Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 16 23:32:07 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 17 00:04:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccbb615 dev-python/translate-toolkit: Drop python3_8 from 2.4.0 Proper support according to upstream in >=2.5.0. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild index 47d469e3769..95b94c3da37 100644 --- a/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 @@ -17,8 +17,7 @@ SLOT="0" KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc +html +ical +ini +subtitles +yaml" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - subtitles? ( || ( $(python_gen_useflags python3_6 python3_7) ) )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -38,7 +37,7 @@ RDEPEND="${DEPEND} html? ( dev-python/utidylib[${PYTHON_USEDEP}] ) ical? ( dev-python/vobject[${PYTHON_USEDEP}] ) ini? ( dev-python/iniparse[${PYTHON_USEDEP}] ) - subtitles? ( $(python_gen_cond_dep 'media-video/gaupol[${PYTHON_USEDEP}]' python3_6 python3_7) ) + subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] ) yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) "