Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PeakUtils/
Date: Sun, 26 Jan 2020 13:25:17
Message-Id: 1580043309.2ba6a2f51c8c1c417eac0aaf8de0544d096df37c.heroxbd@gentoo
1 commit: 2ba6a2f51c8c1c417eac0aaf8de0544d096df37c
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 12:55:09 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 12:55:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ba6a2f5
7
8 dev-python/PeakUtils: drop old and bump to 1.3.3.
9
10 Drop python3_{4,5} and bump to EAPI=7.
11
12 Bug: https://bugs.gentoo.org/695742
13 Package-Manager: Portage-2.3.79, Repoman-2.3.18
14 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
15
16 .../PeakUtils/{PeakUtils-1.0.1.ebuild => PeakUtils-1.3.3.ebuild} | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
20 similarity index 84%
21 rename from dev-python/PeakUtils/PeakUtils-1.0.1.ebuild
22 rename to dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
23 index d92ad67eb..7dc244b68 100644
24 --- a/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild
25 +++ b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
26 @@ -1,8 +1,8 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 -EAPI=5
32 -PYTHON_COMPAT=( python3_{4,5} )
33 +EAPI=7
34 +PYTHON_COMPAT=( python3_6 )
35
36 inherit distutils-r1