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: net-misc/ytmdl/
Date: Thu, 16 Mar 2023 18:52:51
Message-Id: 1678992625.e51e7a03bc4c1a5e60705ee7fb276959730edb44.mgorny@gentoo
1 commit: e51e7a03bc4c1a5e60705ee7fb276959730edb44
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:06 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:25 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51e7a03
7
8 net-misc/ytmdl: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/ytmdl/ytmdl-2023.2.28.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-misc/ytmdl/ytmdl-2023.2.28.ebuild b/net-misc/ytmdl/ytmdl-2023.2.28.ebuild
16 index 7c908d1870ad..78b9f91f1a14 100644
17 --- a/net-misc/ytmdl/ytmdl-2023.2.28.ebuild
18 +++ b/net-misc/ytmdl/ytmdl-2023.2.28.ebuild
19 @@ -6,11 +6,10 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit bash-completion-r1 distutils-r1
24 +inherit bash-completion-r1 distutils-r1 pypi
25
26 DESCRIPTION="Simple app to get songs from youtube in mp3 format"
27 HOMEPAGE="https://ytmdl.deepjyoti30.dev/"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"