Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
Date: Tue, 07 Jan 2020 13:50:24
Message-Id: 1578404998.a786cb819db76c7b477ad625edb83ccc8750731e.bkohler@gentoo
1 commit: a786cb819db76c7b477ad625edb83ccc8750731e
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 19:43:27 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 13:49:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a786cb81
7
8 app-admin/ps_mem: update PYTHON_COMPAT & fix homepage
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-admin/ps_mem/ps_mem-3.13.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild
17 index c6a249e3ba3..2152bc741c1 100644
18 --- a/app-admin/ps_mem/ps_mem-3.13.ebuild
19 +++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
20 @@ -3,14 +3,14 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 DISTUTILS_SINGLE_IMPL=1
27 inherit distutils-r1 vcs-snapshot
28
29 COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
30
31 DESCRIPTION="A utility to report core memory usage per program"
32 -HOMEPAGE="https://github.com/pixelb/${PN}"
33 +HOMEPAGE="https://github.com/pixelb/ps_mem"
34 SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="LGPL-2.1"