diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:22:33 +0100 |
commit | ac39164a5c35ada6efb6a98e1a70ac8fb4032225 (patch) | |
tree | ac78db5a5642fb5cc45e1375ea337dfdc5a117a2 /dev-python/pytest-mpl | |
parent | dev-python/pytest-mock: Use pypi.eclass (diff) | |
download | gentoo-ac39164a5c35ada6efb6a98e1a70ac8fb4032225.tar.gz gentoo-ac39164a5c35ada6efb6a98e1a70ac8fb4032225.tar.bz2 gentoo-ac39164a5c35ada6efb6a98e1a70ac8fb4032225.zip |
dev-python/pytest-mpl: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild index 3c954c69bdf3..95e7bea1cd98 100644 --- a/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild +++ b/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild @@ -4,16 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Facilitate image comparison for Matplotlib figures" HOMEPAGE=" https://pypi.org/project/pytest-mpl/ https://github.com/matplotlib/pytest-mpl " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |