Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/capturer/
Date: Thu, 13 Sep 2018 21:23:00
Message-Id: 1536873683.332e2a9f4d49bcab2c32cd0836b1dd2f93c731ce.monsieurp@gentoo
1 commit: 332e2a9f4d49bcab2c32cd0836b1dd2f93c731ce
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 12 19:34:04 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 21:21:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332e2a9f
7
8 dev-python/capturer: EAPI7, update HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9849
11
12 dev-python/capturer/capturer-2.3.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/capturer/capturer-2.3.ebuild b/dev-python/capturer/capturer-2.3.ebuild
16 index 8a2d9f16e3a..383c95c6073 100644
17 --- a/dev-python/capturer/capturer-2.3.ebuild
18 +++ b/dev-python/capturer/capturer-2.3.ebuild
19 @@ -1,14 +1,16 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28
29 inherit distutils-r1
30
31 DESCRIPTION="Easily capture stdout/stderr of the current process and subprocesses"
32 -HOMEPAGE="https://capturer.readthedocs.org/ https://pypi.org/project/capturer/ https://github.com/xolox/python-capturer"
33 +HOMEPAGE="https://capturer.readthedocs.io/en/latest/
34 + https://pypi.org/project/capturer/
35 + https://github.com/xolox/python-capturer"
36 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 SLOT="0"