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 64FE4138334 for ; Sun, 17 Nov 2019 15:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCCFE0863; Sun, 17 Nov 2019 15:12:33 +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 27F7BE0863 for ; Sun, 17 Nov 2019 15:12:33 +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 E430034CF17 for ; Sun, 17 Nov 2019 15:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6489D8C7 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: <1574003511.6eef4b9abf6c40d524b44d604ca6ecaa9feb715f.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netcdf4-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild X-VCS-Directories: dev-python/netcdf4-python/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 6eef4b9abf6c40d524b44d604ca6ecaa9feb715f 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: 54d410e0-bf8d-4558-ab9e-142f8a9abba5 X-Archives-Hash: 6f588b5b3225206dc31020878d82c35e commit: 6eef4b9abf6c40d524b44d604ca6ecaa9feb715f Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Nov 17 13:03:33 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Nov 17 15:11:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eef4b9a dev-python/netcdf4-python: Add py3.7 and move to eapi7 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Alexey Shvetsov gentoo.org> ...netcdf4-python-1.2.2.ebuild => netcdf4-python-1.2.2-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild similarity index 85% rename from dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild rename to dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild index 402a7bc65f0..4494e2f43bc 100644 --- a/dev-python/netcdf4-python/netcdf4-python-1.2.2.ebuild +++ b/dev-python/netcdf4-python/netcdf4-python-1.2.2-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 @@ -23,7 +23,9 @@ RDEPEND=" dev-python/numpy sci-libs/hdf5 sci-libs/netcdf:=[hdf,hdf5]" -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" + +RESTRICT="!test? ( test )" S="${WORKDIR}"/${MY_P}