From e8f9f9bea16a23e9c4e68bbfabfda47e7f9c4e65 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Mar 2023 18:47:36 +0100 Subject: dev-python/pybtex: 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/pybtex-0.24.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/pybtex') diff --git a/dev-python/pybtex/pybtex-0.24.0.ebuild b/dev-python/pybtex/pybtex-0.24.0.ebuild index 5103ae3eab72..c5b89cd72786 100644 --- a/dev-python/pybtex/pybtex-0.24.0.ebuild +++ b/dev-python/pybtex/pybtex-0.24.0.ebuild @@ -4,11 +4,10 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="BibTeX-compatible bibliography processor" HOMEPAGE="https://pybtex.org https://pypi.org/project/pybtex/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad