Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gcp/
Date: Thu, 16 Mar 2023 18:52:52
Message-Id: 1678992628.74c5efcc25a28e24be3440f18b990559f01f8aae.mgorny@gentoo
1 commit: 74c5efcc25a28e24be3440f18b990559f01f8aae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:09 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:28 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c5efcc
7
8 sys-apps/gcp: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/gcp/gcp-0.2.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-apps/gcp/gcp-0.2.1.ebuild b/sys-apps/gcp/gcp-0.2.1.ebuild
16 index 2e3b7c77f08e..19d1a7112278 100644
17 --- a/sys-apps/gcp/gcp-0.2.1.ebuild
18 +++ b/sys-apps/gcp/gcp-0.2.1.ebuild
19 @@ -5,11 +5,10 @@ EAPI=8
20
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1 virtualx
24 +inherit distutils-r1 virtualx pypi
25
26 DESCRIPTION="File copying utility with progress and I/O indicator"
27 HOMEPAGE="https://code.lm7.fr/mcy/gcp"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="GPL-3"
31 SLOT="0"