diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:25 +0100 |
commit | e51e7a03bc4c1a5e60705ee7fb276959730edb44 (patch) | |
tree | 0149e670ccf5089b1b18af6c62455f20280c0774 /net-misc | |
parent | net-misc/htail: Use pypi.eclass (diff) | |
download | gentoo-e51e7a03bc4c1a5e60705ee7fb276959730edb44.tar.gz gentoo-e51e7a03bc4c1a5e60705ee7fb276959730edb44.tar.bz2 gentoo-e51e7a03bc4c1a5e60705ee7fb276959730edb44.zip |
net-misc/ytmdl: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ytmdl/ytmdl-2023.2.28.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/ytmdl/ytmdl-2023.2.28.ebuild b/net-misc/ytmdl/ytmdl-2023.2.28.ebuild index 7c908d1870ad..78b9f91f1a14 100644 --- a/net-misc/ytmdl/ytmdl-2023.2.28.ebuild +++ b/net-misc/ytmdl/ytmdl-2023.2.28.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit bash-completion-r1 distutils-r1 +inherit bash-completion-r1 distutils-r1 pypi DESCRIPTION="Simple app to get songs from youtube in mp3 format" HOMEPAGE="https://ytmdl.deepjyoti30.dev/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |