diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-06-05 20:27:32 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-06-05 20:27:32 +0300 |
commit | 435b1efde5f64e20abd52bfe53f3636c4088bce6 (patch) | |
tree | 2f921b635ebaaf4a14f6c62e881fe9e6139849a6 /sci-chemistry/vmd | |
parent | sci-chemistry/MDAnalysis: enable py3.12 (diff) | |
download | gentoo-435b1efde5f64e20abd52bfe53f3636c4088bce6.tar.gz gentoo-435b1efde5f64e20abd52bfe53f3636c4088bce6.tar.bz2 gentoo-435b1efde5f64e20abd52bfe53f3636c4088bce6.zip |
sci-chemistry/vmd: enable py3.12
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild index af9f38835c45..e0628f111574 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cuda desktop prefix python-single-r1 toolchain-funcs xdg @@ -15,9 +15,10 @@ SRC_URI=" ${MY_P}.src.tar.gz fetch+https://dev.gentoo.org/~pacho/${PN}/${PN}-1.9.4_alpha57-gentoo-patches.tar.xz " +S="${WORKDIR}/${MY_P}" +LICENSE="vmd" SLOT="0" -LICENSE="vmd" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cuda gromacs msms povray sqlite tachyon xinerama" @@ -57,9 +58,6 @@ RDEPEND="${CDEPEND} msms? ( sci-chemistry/msms-bin ) povray? ( media-gfx/povray ) " - -S="${WORKDIR}/${MY_P}" - VMD_DOWNLOAD="http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD" # Binary only plugin |