From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1496758-garchives=archives.gentoo.org@lists.gentoo.org> 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 10BE515A7D9 for <garchives@archives.gentoo.org>; Thu, 16 Mar 2023 03:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67835E094A; Thu, 16 Mar 2023 03:56:54 +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 439ADE0948 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Mar 2023 03:56:54 +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 68DE5335D66 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Mar 2023 03:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 201868F5 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Mar 2023 03:56:50 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1678938684.5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/leechcorepyc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild X-VCS-Directories: dev-python/leechcorepyc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed X-VCS-Branch: master Date: Thu, 16 Mar 2023 03:56:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bac75c71-bb8e-4c73-af0f-92b84ead8542 X-Archives-Hash: 27304624913b7c36f2adfadc225ccc3e commit: 5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 17:46:36 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 03:51:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc9ee74 dev-python/leechcorepyc: Use pypi.eclass Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild index bf736abb4c7b..8425d591ca7d 100644 --- a/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild +++ b/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 toolchain-funcs +inherit distutils-r1 toolchain-funcs pypi DESCRIPTION="Python binding for LeechCore Physical Memory Acquisition Library" HOMEPAGE="https://github.com/ufrisk/LeechCore" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"