diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:28 +0100 |
commit | 74c5efcc25a28e24be3440f18b990559f01f8aae (patch) | |
tree | 20612032e03e3821d4050887893dab5c81494327 /sys-apps/gcp | |
parent | sci-mathematics/dunshire: Use pypi.eclass (diff) | |
download | gentoo-74c5efcc25a28e24be3440f18b990559f01f8aae.tar.gz gentoo-74c5efcc25a28e24be3440f18b990559f01f8aae.tar.bz2 gentoo-74c5efcc25a28e24be3440f18b990559f01f8aae.zip |
sys-apps/gcp: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/gcp')
-rw-r--r-- | sys-apps/gcp/gcp-0.2.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/gcp/gcp-0.2.1.ebuild b/sys-apps/gcp/gcp-0.2.1.ebuild index 2e3b7c77f08e..19d1a7112278 100644 --- a/sys-apps/gcp/gcp-0.2.1.ebuild +++ b/sys-apps/gcp/gcp-0.2.1.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 virtualx +inherit distutils-r1 virtualx pypi DESCRIPTION="File copying utility with progress and I/O indicator" HOMEPAGE="https://code.lm7.fr/mcy/gcp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |