diff --git a/dev-python/fuo-ytmusic/Manifest b/dev-python/fuo-ytmusic/Manifest index a67e4d5e5ac..0a9aca32fc4 100644 --- a/dev-python/fuo-ytmusic/Manifest +++ b/dev-python/fuo-ytmusic/Manifest @@ -1,2 +1 @@ -DIST fuo-ytmusic-0.3.4.gh.tar.gz 67079 BLAKE2B fbae6f5000b9ea953802aba7472c8ce1a2c4e1df7608eb823dcf5ff1dd88780f0a4652bdbc25cdcff7e56150dbf14aedcb75f1723a8c540eff1fb9bacbbc0ed3 SHA512 fa20f45a7538e6054bf4fce8e4e4a09b35fee66b292aa2d1adf574b3f3a5c622e86a5c7d8d119f256b30798d923d4363127c236423b96628b29d344198415212 DIST fuo-ytmusic-0.4.1.gh.tar.gz 67437 BLAKE2B d6885ed0d00654ba79a1f18f911794b3754ef423489c796653dedf298af0fbc4f574c33e21511bcd813f01797771cb4efab4549c6e3a30307a1605458dd66630 SHA512 bf9b63143e7c45ad17a5e6a17473797117a073ba73ed82add35a284d0d482e040bb2a085a80d0d213a25eb2bebc8ebe63fda1d18e23a45ef5f203cff4b10785e diff --git a/dev-python/fuo-ytmusic/fuo-ytmusic-0.3.4.ebuild b/dev-python/fuo-ytmusic/fuo-ytmusic-0.3.4.ebuild deleted file mode 100644 index 8c51d5c6e50..00000000000 --- a/dev-python/fuo-ytmusic/fuo-ytmusic-0.3.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..12}) -DISTUTILS_USE_PEP517=poetry - -inherit distutils-r1 - -DESCRIPTION="youtube music support for feeluown" -HOMEPAGE="https://github.com/feeluown/feeluown-ytmusic" - -SRC_URI="https://github.com/feeluown/feeluown-ytmusic/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/feeluown-ytmusic-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/cachetools[${PYTHON_USEDEP}] - dev-python/ytmusicapi[${PYTHON_USEDEP}] -" - -PDEPEND=" - media-sound/feeluown -" - -python_install_all() { - distutils-r1_python_install_all -}