summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-09-12 21:34:04 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-09-13 23:21:23 +0200
commit332e2a9f4d49bcab2c32cd0836b1dd2f93c731ce (patch)
treee6140dbca0e1b1350507bce48de6722b151f1983 /dev-python/capturer/capturer-2.3.ebuild
parentnet-misc/snarf: stable 7.0-r4 for sparc, bug #665784 (diff)
downloadgentoo-332e2a9f4d49bcab2c32cd0836b1dd2f93c731ce.tar.gz
gentoo-332e2a9f4d49bcab2c32cd0836b1dd2f93c731ce.tar.bz2
gentoo-332e2a9f4d49bcab2c32cd0836b1dd2f93c731ce.zip
dev-python/capturer: EAPI7, update HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/9849
Diffstat (limited to 'dev-python/capturer/capturer-2.3.ebuild')
-rw-r--r--dev-python/capturer/capturer-2.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/capturer/capturer-2.3.ebuild b/dev-python/capturer/capturer-2.3.ebuild
index 8a2d9f16e3a0..383c95c6073c 100644
--- a/dev-python/capturer/capturer-2.3.ebuild
+++ b/dev-python/capturer/capturer-2.3.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Easily capture stdout/stderr of the current process and subprocesses"
-HOMEPAGE="https://capturer.readthedocs.org/ https://pypi.org/project/capturer/ https://github.com/xolox/python-capturer"
+HOMEPAGE="https://capturer.readthedocs.io/en/latest/
+ https://pypi.org/project/capturer/
+ https://github.com/xolox/python-capturer"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"