*/*: bump feeluown (#4757)

* */*: bump feeluown

* bump feeluown version

* dev-python/*:  fix QA

* dev-python/pytube: fix qa

* dev-python/pytube: fix QA
This commit is contained in:
wgjak47 2024-06-04 23:45:22 +08:00 committed by GitHub
parent 3e8ac3b81e
commit 302c1c3153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 23 additions and 24 deletions

View File

@ -1 +1 @@
DIST feeluown-bilibili-0.3.3.tar.gz 57551 BLAKE2B 3794372329ea29313ef3e4ac1309ab2eb18f17fbc9bdd3ee6691b8959c187ba37aa98070451427621cd0f4b2359ee1c07e85b04e98e155398211b22f888d6fb8 SHA512 c8f3e7d3c8a36a7490b95529c278731b93a6158bc4239fe99aefefffde30402dc9869dfcc06e9e5197c8578d9e56d1bdfabe65f8775e03a6e63f1eb125907944 DIST feeluown-bilibili-0.4.0.tar.gz 57830 BLAKE2B 2d2dcca805c22f2d3839ea5a531af8a37955a7fe4a528586bc5352defc6bd6db18ea3daf826a069bf3454f174eaf61480e0effc896c1ceb080c74c3e75ef8ee7 SHA512 ff69fa0a0bbdc79d6bc51775cd520f7ad2d2b1f560022fddad35a9c1e15c55ccc0b7eee5d53bd1f256ddffe0f1113c1f5988021f1cc10154860947ec8e489468

View File

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..11} ) PYTHON_COMPAT=( python3_{10..12} )
PYPI_NO_NORMALIZE=true PYPI_NO_NORMALIZE=true
inherit distutils-r1 pypi inherit distutils-r1 pypi

View File

@ -1 +1 @@
DIST fuo_netease-1.0.1.tar.gz 31167 BLAKE2B 804940056b39c9e7e742ff1efa25199ffddfe86f209516cc372dcfbe68541c053605f8d519e9e88f824abb5ccaa2dc3348c5112755922e4c948769ac2f023856 SHA512 0185907a75fbe42beb5bef6f29fdbdc10b18b951c0e34b4008bb2f21142538dad0aa935186dfb20371bd98ac2f83db2d3e1a80818a4c57a55c070c56157a80ea DIST fuo_netease-1.0.3.tar.gz 31669 BLAKE2B 7d74e4916421708fab004aab2750a8da8cf24083cbdf7e1382432c030c469b233e5af8ea19c664a2de63fb528636717f580b0fce999aee2686f71a1ca73b571c SHA512 bfed62cf41ad2d7a14b1f4cd8cda388bfa79c785c08a6268f30c10bac45fc5fc704d2b3e1aa93cf56a247ea460814d448e9452c20715bf23c1c8b139bd557ca0

View File

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} ) PYTHON_COMPAT=( python3_{9..12} pypy)
inherit distutils-r1 pypi inherit distutils-r1 pypi
@ -11,7 +11,7 @@ DESCRIPTION="netease cloud music support for feeluown"
HOMEPAGE="https://github.com/feeluown/feeluown-netease" HOMEPAGE="https://github.com/feeluown/feeluown-netease"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="1"
KEYWORDS="~amd64" KEYWORDS="~amd64"
RDEPEND=" RDEPEND="
@ -25,3 +25,7 @@ RDEPEND="
PDEPEND=" PDEPEND="
media-sound/feeluown media-sound/feeluown
" "
python_install_all() {
distutils-r1_python_install_all
}

View File

@ -1 +1 @@
DIST fuo_qqmusic-1.0.2.tar.gz 16546 BLAKE2B 0c00a0fe45404275969cf8c190c4e9a20bd71112147dda689d9db25931d90c584f762ca776223057821ae361ec30f92c8f0c30e533876c267bdcf604c1d2bdcd SHA512 99e994203bef1f27a719dfeafa3696b24942165f007761887522654cca88b346e0fdae1a7a0901cb6ac8abec9f4218413cd6acc0d611836cc15a630fb57b46c9 DIST fuo_qqmusic-1.0.5.tar.gz 17850 BLAKE2B aebd7a363f56c710b1b77e3c143601484b06f1d82dac9db31da9506185a1bb911b723d46b1559b659b5e04ac3d1570095e9616bd46239370cbae1963df771b03 SHA512 bbe4df1a68854f97986f6bc7dfbc779ddeb3cc1d4418eead860c511383af8c54586b0aa124b7e562dcd9ee28b82938322ea8d6925c1594a2f2f65d10079eb84d

View File

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy) PYTHON_COMPAT=( python3_{9..12} pypy)
inherit distutils-r1 pypi inherit distutils-r1 pypi
@ -11,7 +11,7 @@ DESCRIPTION="qq music support for feeluown"
HOMEPAGE="https://github.com/feeluown/feeluown-qqmusic" HOMEPAGE="https://github.com/feeluown/feeluown-qqmusic"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="1"
KEYWORDS="~amd64" KEYWORDS="~amd64"
RDEPEND=" RDEPEND="

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..11}) PYTHON_COMPAT=( python3_{10..12})
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 inherit distutils-r1
@ -10,8 +10,8 @@ inherit distutils-r1
DESCRIPTION="youtube music support for feeluown" DESCRIPTION="youtube music support for feeluown"
HOMEPAGE="https://github.com/feeluown/feeluown-ytmusic" 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" 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" LICENSE="GPL-3"
SLOT="0" SLOT="0"

View File

@ -1,20 +1,19 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 ) PYTHON_COMPAT=( python3_{9..12} pypy3 )
inherit distutils-r1 pypi inherit distutils-r1 pypi
DESCRIPTION="Python tools for downloading YouTube Videos" DESCRIPTION="Python tools for downloading YouTube Videos"
HOMEPAGE="https://github.com/pytube/pytube" HOMEPAGE="https://github.com/pytube/pytube"
IUSE="test"
RESTRICT="!test? ( test )"
LICENSE="Unlicense" LICENSE="Unlicense"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND=" DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi inherit distutils-r1 pypi

View File

@ -1 +1 @@
DIST feeluown-4.1.2.gh.tar.gz 1093461 BLAKE2B b58ca22a3d7aa0f19aad7b5d5aad5db718dd4e5a70b20c40a1efb153beb25efaf5cf2ed37c6ecdcfe65f700d7b32d83cf9ce17b749c0bad07bc21bb00d5633d1 SHA512 f88b99ef4baeeb312109d38db6a1dc40b454f27f34c42b2f6534617b5e006ec579bc12ddd8dc23a56e90774c80923b4818058c6304fd50efb88ed0ac2a3a26e4 DIST feeluown-4.1.5.tar.gz 637660 BLAKE2B 1f769dede85235ea9f495b9ee3cc2b4a66c725de841b67b8fb443614666df60aba1ace28aaecb21e1be1b9e116509861487c5688585a7e139fa086cbba3c7da4 SHA512 ebde249339adba9176c38e422673f443ac92021ac204b647d4dace986e48362479b1acccbb7e06bfe7093816f25baaef6fbf223796dd421dd80f020c887dab82

View File

@ -3,22 +3,18 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 desktop inherit distutils-r1 desktop pypi
DESCRIPTION="A user-friendly and hackable music player" DESCRIPTION="A user-friendly and hackable music player"
HOMEPAGE="https://github.com/feeluown/FeelUOwn" HOMEPAGE="https://github.com/feeluown/FeelUOwn"
MY_P="${P/_alpha/a}"
MY_PV="${PV/_alpha/a}"
S="${WORKDIR}/FeelUOwn-${MY_PV}"
SRC_URI="https://github.com/${PN}/FeelUOwn/archive/refs/tags/v${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
RESTRICT="test" # TODO
IUSE="+netease +qqmusic +webengine +ytmusic +bilibili +cookies" IUSE="+netease +qqmusic +webengine +ytmusic +bilibili +cookies"
RESTRICT="test" # TODO
RDEPEND=" RDEPEND="
dev-python/janus[${PYTHON_USEDEP}] dev-python/janus[${PYTHON_USEDEP}]