commit: 9e4de76951dc4716b59a653647271cb430e9aded
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:45:30 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 13:22:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4de769
sci-chemistry/mdtraj: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
index 889d5e8e0b2..bf00532bf74 100644
--- a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
@@ -3,8 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of
Python code"