diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:22:23 +0100 |
commit | 56c3969c9060e5309a4d55e8a8f8e45f32fe7d99 (patch) | |
tree | 114163b14be240d7ae901fc24b7cad005043a71e /dev-python/pytest-console-scripts | |
parent | dev-python/pytest-aiohttp: Use pypi.eclass (diff) | |
download | gentoo-56c3969c9060e5309a4d55e8a8f8e45f32fe7d99.tar.gz gentoo-56c3969c9060e5309a4d55e8a8f8e45f32fe7d99.tar.bz2 gentoo-56c3969c9060e5309a4d55e8a8f8e45f32fe7d99.zip |
dev-python/pytest-console-scripts: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-console-scripts')
-rw-r--r-- | dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild index de4e12ca19e5..e07dc8975164 100644 --- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild +++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.3.1.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Pytest plugin for testing console scripts" HOMEPAGE="https://github.com/kvas-it/pytest-console-scripts" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |