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 4F28615A7D9 for ; Thu, 16 Mar 2023 03:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F1FE086D; Thu, 16 Mar 2023 03:47:13 +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 F3118E086D for ; Thu, 16 Mar 2023 03:47:12 +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 1E234340D54 for ; Thu, 16 Mar 2023 03:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B19358E4 for ; Thu, 16 Mar 2023 03:47:10 +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: <1678938318.2eaca3d68e3c31961432f8f490b234df1ed0e139.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/chump/chump-1.6.0-r2.ebuild X-VCS-Directories: dev-python/chump/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2eaca3d68e3c31961432f8f490b234df1ed0e139 X-VCS-Branch: master Date: Thu, 16 Mar 2023 03:47:10 +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: 863ba967-34a3-470b-b9e2-64b7804fd9c2 X-Archives-Hash: e2237e8ee3c678c793991fdeb9797422 commit: 2eaca3d68e3c31961432f8f490b234df1ed0e139 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 15 17:45:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 03:45:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaca3d6 dev-python/chump: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/chump/chump-1.6.0-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/chump/chump-1.6.0-r2.ebuild b/dev-python/chump/chump-1.6.0-r2.ebuild index 44815498bd07..926b5b6dbf00 100644 --- a/dev-python/chump/chump-1.6.0-r2.ebuild +++ b/dev-python/chump/chump-1.6.0-r2.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="API wrapper for Pushover" HOMEPAGE="https://github.com/karanlyons/chump" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"