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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8AC415808B for ; Fri, 8 Apr 2022 09:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2616E095C; Fri, 8 Apr 2022 09:54:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C40FE0958 for ; Fri, 8 Apr 2022 09:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 465BC3415D8 for ; Fri, 8 Apr 2022 09:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B822F1BD for ; Fri, 8 Apr 2022 09:54:07 +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: <1649411526.7ed232b26caa687abd38b7079d9f4e19a86a3bc3.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-2.5.0.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 7ed232b26caa687abd38b7079d9f4e19a86a3bc3 X-VCS-Branch: master Date: Fri, 8 Apr 2022 09:54:07 +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: ea624abf-cf94-48fc-84bc-b3b610ebb1fa X-Archives-Hash: 8d02206d60ee88f6a157ee072ccb5eda commit: 7ed232b26caa687abd38b7079d9f4e19a86a3bc3 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Apr 8 09:52:06 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Apr 8 09:52:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed232b2 sci-chemistry/pymol: enable py3.10 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/pymol/pymol-2.5.0.ebuild | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/sci-chemistry/pymol/pymol-2.5.0.ebuild b/sci-chemistry/pymol/pymol-2.5.0.ebuild index a7fc5fdc127c..93464f4a28be 100644 --- a/sci-chemistry/pymol/pymol-2.5.0.ebuild +++ b/sci-chemistry/pymol/pymol-2.5.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=no -inherit desktop optfeature flag-o-matic xdg distutils-r1 +inherit desktop flag-o-matic xdg distutils-r1 DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="https://www.pymol.org/" @@ -65,15 +65,6 @@ python_prepare_all() { python_install() { distutils-r1_python_install \ --pymol-path="${EPREFIX}/usr/share/pymol" - -# File is not created as apbs was dropped from the tree -# https://bugs.gentoo.org/790629 -# sed \ -# -e '1d' \ -# -e "/APBS_BINARY_LOCATION/s:None:\"${EPREFIX}/usr/bin/apbs\":g" \ -# -e "/APBS_PSIZE_LOCATION/s:None:\"$(python_get_sitedir)/pdb2pqr/src/\":g" \ -# -e "/APBS_PDB2PQR_LOCATION/s:None:\"$(python_get_sitedir)/pdb2pqr/\":g" \ -# -i "${D}/$(python_get_sitedir)"/pmg_tk/startup/apbs_tools.py || die } python_install_all() { @@ -106,8 +97,3 @@ python_install_all() { rm -f "${ED}"/usr/share/${PN}/LICENSE || die } - -#pkg_postinst() { -# xdg_pkg_postinst -# optfeature "Electrostatic calculations" sci-chemistry/apbs sci-chemistry/pdb2pqr -#}