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 47CA813835A for ; Tue, 5 Jan 2021 18:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D542E0887; Tue, 5 Jan 2021 18:05:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 78B1CE0887 for ; Tue, 5 Jan 2021 18:05:39 +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 7BD5333BF35 for ; Tue, 5 Jan 2021 18:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C48FF493 for ; Tue, 5 Jan 2021 18:05:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609869931.778abd5c52fc2dd02bf33a2bcbe49db65d591530.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol-plugins-psico/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.4.ebuild sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild X-VCS-Directories: sci-chemistry/pymol-plugins-psico/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 778abd5c52fc2dd02bf33a2bcbe49db65d591530 X-VCS-Branch: master Date: Tue, 5 Jan 2021 18:05:35 +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: 2868da98-4cd9-463b-a6f3-b4582f94a2af X-Archives-Hash: d36117b3680b4a7fbfe61cc24c8a591b commit: 778abd5c52fc2dd02bf33a2bcbe49db65d591530 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 5 15:06:56 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 5 18:05:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=778abd5c sci-chemistry/pymol-plugins-psico: bump py targets, add keywords Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> ...ico-9999.ebuild => pymol-plugins-psico-3.4.ebuild} | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.4.ebuild similarity index 62% rename from sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild rename to sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.4.ebuild index 9cbfd0ace..9d2107425 100644 --- a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild +++ b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.4.ebuild @@ -1,25 +1,26 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 git-r3 +inherit distutils-r1 DESCRIPTION="Pymol ScrIpt COllection" HOMEPAGE="https://github.com/speleo3/pymol-psico/" -SRC_URI="" -EGIT_REPO_URI="git://github.com/speleo3/pymol-psico.git" +SRC_URI="https://github.com/speleo3/pymol-psico/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" LICENSE="BSD-2" IUSE="minimal" +S="${WORKDIR}/pymol-psico-${PV}" + RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - sci-biology/biopython[${PYTHON_USEDEP}] + sci-chemistry/pymol[${PYTHON_USEDEP}] !minimal? ( media-libs/qhull media-video/mplayer