From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1158339-garchives=archives.gentoo.org@lists.gentoo.org> 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 1AC96138350 for <garchives@archives.gentoo.org>; Thu, 2 Apr 2020 07:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60EA8E0B51; Thu, 2 Apr 2020 07:20:45 +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 46E9EE0B51 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2020 07:20:45 +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 9E99334EFF3 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2020 07:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CEC3150 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2020 07:20:42 +0000 (UTC) From: "Horea Christian" <horea.christ@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" <horea.christ@gmail.com> Message-ID: <1585811933.d4e32baceff32b5365d4e48e9dd42b6fe8c449b9.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bruker2nifti/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild X-VCS-Directories: sci-biology/bruker2nifti/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: d4e32baceff32b5365d4e48e9dd42b6fe8c449b9 X-VCS-Branch: master Date: Thu, 2 Apr 2020 07:20:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08322952-a372-421d-b249-ea25dbc8650d X-Archives-Hash: 1995bbc0fb2c8d07277d84b8eaddcb81 commit: d4e32baceff32b5365d4e48e9dd42b6fe8c449b9 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu Apr 2 07:18:53 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu Apr 2 07:18:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d4e32bac sci-biology/bruker2nifti: fixed DISTUTILS_USE_SETUPTOOLS Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild index 2297139a2..5586732e0 100644 --- a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild +++ b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS="rdepend" PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -20,8 +21,6 @@ RDEPEND=" sci-libs/nibabel[${PYTHON_USEDEP}] " -#S="${WORKDIR}/Bru2Nii-${PV}" - python_prepare_all() { sed -i -e "s/packages=find_packages()/packages=find_packages(exclude=('test',))/g"\ setup.py || die