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 44A32138334 for ; Sun, 17 Nov 2019 15:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A5AE08C4; 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 78E9EE08C4 for ; Sun, 17 Nov 2019 15:12:34 +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 998E034CF17 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 C5A0F8CC 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: <1574003529.8abb87b97732924423ee692c2c3bfa2b19260377.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gsd/gsd-1.5.3-r1.ebuild dev-python/gsd/gsd-1.5.3.ebuild X-VCS-Directories: dev-python/gsd/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8abb87b97732924423ee692c2c3bfa2b19260377 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: 519cd082-4f13-4b5a-9381-ce813940c11e X-Archives-Hash: 93b8e3bc520aa7d1477b3f1227f62bd6 commit: 8abb87b97732924423ee692c2c3bfa2b19260377 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Nov 17 13:29:45 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Nov 17 15:12:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abb87b9 dev-python/gsd: Add py3.7 and move to eapi7 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/gsd/{gsd-1.5.3.ebuild => gsd-1.5.3-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/gsd/gsd-1.5.3.ebuild b/dev-python/gsd/gsd-1.5.3-r1.ebuild similarity index 84% rename from dev-python/gsd/gsd-1.5.3.ebuild rename to dev-python/gsd/gsd-1.5.3-r1.ebuild index 3296d63c7ea..caac808feb2 100644 --- a/dev-python/gsd/gsd-1.5.3.ebuild +++ b/dev-python/gsd/gsd-1.5.3-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 DESCRIPTION="GSD - file format specification and a library to read and write it" @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" +RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}]" +BDEPEND=" + ${RDEPEND}" S="${WORKDIR}/${PN}-v${PV}"