From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A8FB15806E for ; Sat, 20 May 2023 07:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44247E0870; Sat, 20 May 2023 07:15:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27A98E0870 for ; Sat, 20 May 2023 07:15:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2F42340E9A for ; Sat, 20 May 2023 07:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3C9A7B for ; Sat, 20 May 2023 07:15:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1684566914.657338f8045287363722a9b230bf6414ee5105b4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prettytable/prettytable-3.3.0.ebuild X-VCS-Directories: dev-python/prettytable/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 657338f8045287363722a9b230bf6414ee5105b4 X-VCS-Branch: master Date: Sat, 20 May 2023 07:15:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9596ea28-bf58-45ad-ba30-17c54013bdb8 X-Archives-Hash: 2e1e352dc4f6a4d2b8fafa1ce5513570 commit: 657338f8045287363722a9b230bf6414ee5105b4 Author: Michał Górny gentoo org> AuthorDate: Sat May 20 07:13:41 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 20 07:15:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657338f8 dev-python/prettytable: Use pypi.eclass in older version(s) Signed-off-by: Michał Górny gentoo.org> dev-python/prettytable/prettytable-3.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/prettytable/prettytable-3.3.0.ebuild b/dev-python/prettytable/prettytable-3.3.0.ebuild index 5d298c3ae27f..5c7d8676e95e 100644 --- a/dev-python/prettytable/prettytable-3.3.0.ebuild +++ b/dev-python/prettytable/prettytable-3.3.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="Easily displaying tabular data in a visually appealing ASCII table format" HOMEPAGE=" https://github.com/jazzband/prettytable/ https://pypi.org/project/prettytable/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"