From 916af1ec2d31a50755d19f1f2e3168c2bdb7862f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 17 Mar 2023 12:59:07 +0100 Subject: [PATCH] dev-python/pybtex-docutils: 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/pybtex-docutils/pybtex-docutils-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild index 2c757a0b91148..4766f006b40d0 100644 --- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild +++ b/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild @@ -5,11 +5,11 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="A docutils backend for pybtex" HOMEPAGE="https://github.com/mcmtroffaes/pybtex-docutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"