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 2850E138334 for ; Sun, 17 Nov 2019 15:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B73F0E08C3; Sun, 17 Nov 2019 15:12:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 93432E08C3 for ; Sun, 17 Nov 2019 15:12:33 +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 0F17634CF18 for ; Sun, 17 Nov 2019 15:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D548C8 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: <1574003515.af0bb113de5a34b376d05127f58828e0b21a6f05.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mmtf-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild dev-python/mmtf-python/mmtf-python-1.1.2.ebuild X-VCS-Directories: dev-python/mmtf-python/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: af0bb113de5a34b376d05127f58828e0b21a6f05 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: 55fb1bfa-78c7-41f4-9955-e64683065774 X-Archives-Hash: d585925cbbd63ff5f439b680c5e80dfa commit: af0bb113de5a34b376d05127f58828e0b21a6f05 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Nov 17 13:08:01 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Nov 17 15:11:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0bb113 dev-python/mmtf-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> .../{mmtf-python-1.1.2.ebuild => mmtf-python-1.1.2-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/mmtf-python/mmtf-python-1.1.2.ebuild b/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild similarity index 82% rename from dev-python/mmtf-python/mmtf-python-1.1.2.ebuild rename to dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild index 7394649afe4..189d6e2c00d 100644 --- a/dev-python/mmtf-python/mmtf-python-1.1.2.ebuild +++ b/dev-python/mmtf-python/mmtf-python-1.1.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 DESCRIPTION="The python implementation of the MMTF API, decoder and encoder" @@ -15,5 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" +BDEPEND=" dev-python/msgpack[${PYTHON_USEDEP}]" +RDEPEND=" + ${BDEPEND}"