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 1C97B138334 for ; Sun, 17 Nov 2019 15:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7BC4E08D1; Sun, 17 Nov 2019 15:12:34 +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 CADFFE08D1 for ; Sun, 17 Nov 2019 15:12:34 +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 CA8B934CF18 for ; Sun, 17 Nov 2019 15:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D89728CD for ; Sun, 17 Nov 2019 15:12:29 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1574003533.01df3052f505005441ca849cf0d7e47fe8d48f6a.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/MDAnalysis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/MDAnalysis/MDAnalysis-0.18.0-r1.ebuild sci-chemistry/MDAnalysis/MDAnalysis-0.18.0.ebuild sci-chemistry/MDAnalysis/metadata.xml X-VCS-Directories: sci-chemistry/MDAnalysis/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 01df3052f505005441ca849cf0d7e47fe8d48f6a X-VCS-Branch: master Date: Sun, 17 Nov 2019 15:12:29 +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: e1a305b1-04ed-464c-896f-c8d6b3147a10 X-Archives-Hash: 4947a8958aadf33d4438f073dd9d66e9 commit: 01df3052f505005441ca849cf0d7e47fe8d48f6a Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Nov 17 15:11:32 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Nov 17 15:12:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01df3052 sci-chemistry/MDAnalysis: move to py3.7 and eapi7 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Alexey Shvetsov gentoo.org> ...nalysis-0.18.0.ebuild => MDAnalysis-0.18.0-r1.ebuild} | 10 ++++++---- sci-chemistry/MDAnalysis/metadata.xml | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-0.18.0.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-0.18.0-r1.ebuild similarity index 85% rename from sci-chemistry/MDAnalysis/MDAnalysis-0.18.0.ebuild rename to sci-chemistry/MDAnalysis/MDAnalysis-0.18.0-r1.ebuild index 65fd1f237e7..0e9af8987fa 100644 --- a/sci-chemistry/MDAnalysis/MDAnalysis-0.18.0.ebuild +++ b/sci-chemistry/MDAnalysis/MDAnalysis-0.18.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 @@ -28,5 +28,7 @@ RDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/duecredit[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +RESTRICT="!test? ( test )" diff --git a/sci-chemistry/MDAnalysis/metadata.xml b/sci-chemistry/MDAnalysis/metadata.xml index 8425c0d53cb..6b7aa8ce58a 100644 --- a/sci-chemistry/MDAnalysis/metadata.xml +++ b/sci-chemistry/MDAnalysis/metadata.xml @@ -1,8 +1,16 @@ - - sci@gentoo.org - Gentoo Science Project - + + sci@gentoo.org + Gentoo Science Project + + + alexxy@gentoo.org + Alexey Shvetsov + + + MDAnalysis + MDAnalysis/MDAnalysis +