mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
dev-python/fuo-ytmusic: add 0.3.2
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
parent
0c490550a9
commit
8fa2a8ad85
@ -1 +1,2 @@
|
||||
DIST fuo-ytmusic-0.3.1.gh.tar.gz 65754 BLAKE2B 5bcab0c83fbe9c4290472e1dbd6095dcf7d705040476e6e4a957bc3a173cef8dc9bc6e2ecacd8e7f1acb60ecf95ba6df81cb089c4ba01f617576e0ce6e98ae05 SHA512 5a4e887c0f799c0f42f2d8085c62021e063b6172eafd805a42a2afb0518aa178ed964c390906eba9a68205a2d482c0c4e44e37caba75e2497959ff57fecabfc6
|
||||
DIST fuo-ytmusic-0.3.2.gh.tar.gz 66060 BLAKE2B 8599536f0762f6e853ae3b592396587e02dd8a1f36e996ed575534de0f39f33953eff4c0a38d4203626a94ebc221ee6fd74b7d9f67668277ddc9dc4c52291bc3 SHA512 bb5fc3e65169fa28f644f721e02827f8c2652ce16e0313c512f45182d69da85c909341c0f1446651f1f530c9650931e0561efe4d0e59ff92a0a338d51ec7cf89
|
||||
|
33
dev-python/fuo-ytmusic/fuo-ytmusic-0.3.2.ebuild
Normal file
33
dev-python/fuo-ytmusic/fuo-ytmusic-0.3.2.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..11} pypy)
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="youtube music support for feeluown"
|
||||
HOMEPAGE="https://github.com/feeluown/feeluown-ytmusic"
|
||||
|
||||
S="${WORKDIR}/feeluown-ytmusic-${PV}"
|
||||
SRC_URI="https://github.com/feeluown/feeluown-ytmusic/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user