From 8af4fd00a774ba8f72b3029c01415f407baa13eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 15 Mar 2023 18:48:54 +0100 Subject: [PATCH] dev-python/tomlkit: 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/tomlkit/tomlkit-0.11.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/tomlkit/tomlkit-0.11.6.ebuild b/dev-python/tomlkit/tomlkit-0.11.6.ebuild index b6723d3e9fd53..f33b1e140472f 100644 --- a/dev-python/tomlkit/tomlkit-0.11.6.ebuild +++ b/dev-python/tomlkit/tomlkit-0.11.6.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Style preserving TOML library" HOMEPAGE=" https://github.com/sdispater/tomlkit/ https://pypi.org/project/tomlkit/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"