Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/
Date: Sun, 29 Dec 2019 13:23:29
Message-Id: 1577625776.9e4de76951dc4716b59a653647271cb430e9aded.asturm@gentoo
1 commit: 9e4de76951dc4716b59a653647271cb430e9aded
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:45:30 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4de769
7
8 sci-chemistry/mdtraj: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
17 index 889d5e8e0b2..bf00532bf74 100644
18 --- a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
19 +++ b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
20 @@ -3,8 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
25 -
26 +PYTHON_COMPAT=( python3_{5,6} )
27 inherit distutils-r1
28
29 DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of Python code"