Skip to content

Commit

Permalink
sci-chemistry/MDAnalysis: enable py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Shvetsov <[email protected]>
  • Loading branch information
alexxy committed Jun 5, 2024
1 parent bf920df commit 7efaff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sci-chemistry/MDAnalysis/MDAnalysis-2.6.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7efaff2

Please sign in to comment.