sci-chemistry/mdtraj: Drop python2_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 28 Dec 2019 16:45:30 +0000 (17:45 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 29 Dec 2019 13:22:56 +0000 (14:22 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild

index 889d5e8e0b2651101b8c667deb3d38d0e2603025..bf00532bf7458511e5d63cd9ce9f9ed673a937a9 100644 (file)
@@ -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"