From b15e8809a221824ac849929931ce9014e99baccf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 17 Mar 2023 12:59:00 +0100 Subject: dev-python/mkdocs-i18n: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild b/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild index 4a279e04e725..55e8d4f9000c 100644 --- a/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.ebuild +++ b/dev-python/mkdocs-i18n/mkdocs-i18n-0.4.4.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="MkDocs i18n plugin" HOMEPAGE=" https://gitlab.com/mkdocs-i18n/mkdocs-i18n/-/tree/main https://pypi.org/project/mkdocs-i18n/ " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad