From e3384a22582ec62581450ccdab6ad7d78253169d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Mar 2023 18:49:01 +0100 Subject: dev-python/ujson: 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/ujson/ujson-5.7.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/ujson/ujson-5.7.0.ebuild b/dev-python/ujson/ujson-5.7.0.ebuild index cd62b11762b0..422f9f67bbc4 100644 --- a/dev-python/ujson/ujson-5.7.0.ebuild +++ b/dev-python/ujson/ujson-5.7.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Ultra fast JSON encoder and decoder for Python" HOMEPAGE=" https://github.com/ultrajson/ultrajson/ https://pypi.org/project/ujson/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad