summaryrefslogtreecommitdiff
path: root/dev-python/capturer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-15 17:37:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-15 17:37:09 +0100
commit586819755b4dbfdffdc8a725ab7c0f86095b8489 (patch)
treed6790c838cfe9607c996e4913fdf11bad5fdd528 /dev-python/capturer
parent3f71901f8c228f4de570abed1831ce3ee425343e (diff)
gentoo resync : 15.09.2018
Diffstat (limited to 'dev-python/capturer')
-rw-r--r--dev-python/capturer/Manifest2
-rw-r--r--dev-python/capturer/capturer-2.3.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/capturer/Manifest b/dev-python/capturer/Manifest
index d24c425b7c97..1d1754c2e86c 100644
--- a/dev-python/capturer/Manifest
+++ b/dev-python/capturer/Manifest
@@ -1,3 +1,3 @@
DIST capturer-2.3.tar.gz 18380 BLAKE2B e51f7013715e1bcf83da6126804aa3c223fcfeb7c4f958038f123e19dcb807bb480d46ed17307ccc312b2d5873dc9f82ed90f7be7f01b7062ef81c11829c6698 SHA512 267c6238ab143894f3d74002334b99e3d1a59a3bf30f5ad04d6f1a81c9439b1369fe161859f86924280e3b9e47536e53a0a80045acda9ae471ded7d751e01470
-EBUILD capturer-2.3.ebuild 817 BLAKE2B 4a252fb87a7f190e28e97e340ffdcbc5d1508de9faf5865f55a862182cac6e7560d750e35fe0118912d22c0b1b815fcba540057da3ce578c9dfb99a385ba3bbe SHA512 1f1b2752772cdaba94a6c5af8a232d8f47e0b2312ccbcb04c6834d6d7b73126d5eebc36992bb1ca6450b594bb70fe8ca8bd6e24a4347d83879b7182c0b31dca7
+EBUILD capturer-2.3.ebuild 828 BLAKE2B 857338363dace69897808328cca6c1d12371369e9f5e269a2ef74e09128b9a4ca12d0c0f8ed8ffdd289fc394c9aed7a642cc0081575c5f84483c1f3796593f3c SHA512 d3a65c7e0f947d6c0559fc735fa8b4e5852828009e3375a7f48b363ce1af199a2f10e8c40790e287a909525ae81510986d1f5fb4d3f4329117c9400130c9af3e
MISC metadata.xml 390 BLAKE2B 6f1ce9de711c22d533fd07fb56b62c6f30c78aea141f78b4946fd9400b6daaff70eec5334aad41b92ffc28829d9edb3f6ef1e2515ab5a18c7e139265043f8a98 SHA512 4df2d5312905b2be06239d81f2274ae4e6517f48d62ec54d5d755bb08cccaaece3531b391f45097590f039db10b8bcf6ff265a28506a0f8096f121fda85e498c
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"