diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-06-05 20:22:41 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-06-05 20:22:41 +0300 |
commit | 7efaff20543eff251c5493095db6febe5edb52e3 (patch) | |
tree | 063b552944602870b22bc81c59e250a091653876 /sci-chemistry/MDAnalysis | |
parent | sci-biology/biopython: enable py3.12 (diff) | |
download | gentoo-7efaff20543eff251c5493095db6febe5edb52e3.tar.gz gentoo-7efaff20543eff251c5493095db6febe5edb52e3.tar.bz2 gentoo-7efaff20543eff251c5493095db6febe5edb52e3.zip |
sci-chemistry/MDAnalysis: enable py3.12
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/MDAnalysis')
-rw-r--r-- | sci-chemistry/MDAnalysis/MDAnalysis-2.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-2.6.1.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-2.6.1.ebuild index d407b705b2c5..f83ee1eabaf1 100644 --- a/sci-chemistry/MDAnalysis/MDAnalysis-2.6.1.ebuild +++ b/sci-chemistry/MDAnalysis/MDAnalysis-2.6.1.ebuild @@ -1,9 +1,9 @@ -# 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} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 @@ -12,9 +12,9 @@ inherit distutils-r1 pypi DESCRIPTION="A python library to analyze and manipulate molecular dynamics trajectories" HOMEPAGE="https://www.mdanalysis.org" +LICENSE="GPL-2" SLOT="0" -LICENSE="GPL-2" KEYWORDS="~amd64 ~amd64-linux" # TODO: fix this |