dev-python/capturer: EAPI7, update HOMEPAGE.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 12 Sep 2018 19:34:04 +0000 (21:34 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 13 Sep 2018 21:21:23 +0000 (23:21 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9849

dev-python/capturer/capturer-2.3.ebuild

index 8a2d9f16e3a0e9c5bdf341f8468ec2fe7a1b120b..383c95c6073c3f9b3719685c95e485338e232080 100644 (file)
@@ -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"