summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:54 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:45:10 +0100
commit3cabe8a91d5e17dba7b65eae82ce066d588613a6 (patch)
treed8f47828355899820426de3a96cc47e4a377a66a /dev-python/capturer/capturer-3.0-r1.ebuild
parentdev-python/cachetools: Use pypi.eclass (diff)
downloadgentoo-3cabe8a91d5e17dba7b65eae82ce066d588613a6.tar.gz
gentoo-3cabe8a91d5e17dba7b65eae82ce066d588613a6.tar.bz2
gentoo-3cabe8a91d5e17dba7b65eae82ce066d588613a6.zip
dev-python/capturer: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/capturer/capturer-3.0-r1.ebuild')
-rw-r--r--dev-python/capturer/capturer-3.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/capturer/capturer-3.0-r1.ebuild b/dev-python/capturer/capturer-3.0-r1.ebuild
index 22c95ef3bf14..2c76070eba3f 100644
--- a/dev-python/capturer/capturer-3.0-r1.ebuild
+++ b/dev-python/capturer/capturer-3.0-r1.ebuild
@@ -5,13 +5,12 @@ EAPI=8
PYTHON_COMPAT=( pypy3 python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Easily capture stdout/stderr of the current process and subprocesses"
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"
LICENSE="MIT"