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 53E90138350 for ; Wed, 12 Feb 2020 01:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9EC9E0930; Wed, 12 Feb 2020 01:12:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 98C64E092F for ; Wed, 12 Feb 2020 01:12:46 +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 A7F4234EC19 for ; Wed, 12 Feb 2020 01:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92BB6138 for ; Wed, 12 Feb 2020 01:12:41 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1581468605.0a83de73f463d850c0769ea9795a9d2729e65395.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/vimball/vimball-0.5.1.ebuild app-arch/vimball/vimball-9999.ebuild X-VCS-Directories: app-arch/vimball/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0a83de73f463d850c0769ea9795a9d2729e65395 X-VCS-Branch: master Date: Wed, 12 Feb 2020 01:12:41 +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: 75034487-1936-4f02-97c2-a5a0ac28242e X-Archives-Hash: 6beaebf8288c363d8570109595b4ea17 commit: 0a83de73f463d850c0769ea9795a9d2729e65395 Author: Tim Harder gentoo org> AuthorDate: Wed Feb 12 00:24:36 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Feb 12 00:50:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a83de73 app-arch/vimball: add py38 compat and fix DISTUTILS_USE_SETUPTOOLS Signed-off-by: Tim Harder gentoo.org> app-arch/vimball/vimball-0.5.1.ebuild | 5 ++--- app-arch/vimball/vimball-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild index 38f71ad8b03..9bcf7f649ea 100644 --- a/app-arch/vimball/vimball-0.5.1.ebuild +++ b/app-arch/vimball/vimball-0.5.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then @@ -21,8 +22,6 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${BDEPEND}" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" python_test() { diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index 38f71ad8b03..9bcf7f649ea 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then @@ -21,8 +22,6 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${BDEPEND}" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" python_test() {