summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:00:05 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:28:16 +0100
commit7b0b0b2172e5861cd66f8d58e812ca81338151e9 (patch)
tree8fd36eb5fc918979b311768542b1f9cf58d3c5f7 /dev-python/subprocess-tee
parentdev-python/spyder-terminal: Use pypi.eclass (diff)
downloadgentoo-7b0b0b2172e5861cd66f8d58e812ca81338151e9.tar.gz
gentoo-7b0b0b2172e5861cd66f8d58e812ca81338151e9.tar.bz2
gentoo-7b0b0b2172e5861cd66f8d58e812ca81338151e9.zip
dev-python/subprocess-tee: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subprocess-tee')
-rw-r--r--dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
index 21d5496c2cea..66074e9ff463 100644
--- a/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
+++ b/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
@@ -5,15 +5,15 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="subprocess.run replacement with tee(1)-like output"
HOMEPAGE="
https://github.com/pycontribs/subprocess-tee/
https://pypi.org/project/subprocess-tee/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"