Skip to content

Commit

Permalink
dev-python/fuo-ytmusic: add 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wgjak47 committed Jul 5, 2024
1 parent c0588eb commit e9e63b6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/fuo-ytmusic/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
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
33 changes: 33 additions & 0 deletions dev-python/fuo-ytmusic/fuo-ytmusic-0.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -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..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
}

0 comments on commit e9e63b6

Please sign in to comment.