commit: eec4fdf4821eef028c549401b97edcd2569e5e42 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 25 12:48:54 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 25 14:38:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec4fdf4
dev-python/ytmusicapi: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ytmusicapi/Manifest | 1 - dev-python/ytmusicapi/ytmusicapi-0.25.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index 2fb981b9dd54..caf94d0468df 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1,2 +1 @@ -DIST ytmusicapi-0.25.2.tar.gz 63496 BLAKE2B a3409c29165871a90aef7951e63bd676db0f37a1a027d43bd56a0caed2cfd708f4a402168566a45841e9c500b0c371031f6b470598dea5ca880b7f9029e62d96 SHA512 cbdf327f51f4b1836c7cb14966b6c88b7d1b3b338779131b75aa9c12e96a9bb1d9f232a0a2e732bd12758a0d90e4f0600848ea99bd11a456aca8be502724db07 DIST ytmusicapi-1.0.2.tar.gz 67493 BLAKE2B b590c62201140bd054c23fe831a44fc627d8d0d66ba673b77c2672cc926b6068dc066149a08bdd1aeb2511639e681bdd407318a3083b601d4621cd363dac336c SHA512 359adef5e4d331c666834c6e89495bcced96494968af25c4863e50678bca34f81c0c32863172bc7fd5be1baf229804a214a578497ae931c284ac6389e7382241 diff --git a/dev-python/ytmusicapi/ytmusicapi-0.25.2.ebuild b/dev-python/ytmusicapi/ytmusicapi-0.25.2.ebuild deleted file mode 100644 index 7b7932d2da72..000000000000 --- a/dev-python/ytmusicapi/ytmusicapi-0.25.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Unofficial API for YouTube Music" -HOMEPAGE="https://ytmusicapi.readthedocs.io/ - https://github.com/sigma67/ytmusicapi/" - -LICENSE="MIT" -KEYWORDS="amd64 ~x86" -SLOT="0" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" - -distutils_enable_sphinx docs/source \ - dev-python/sphinx-rtd-theme