Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 701922

Summary: New ebuild dev-python/spotify-music-videos
Product: Gentoo Linux Reporter: Andrew Nowa Ammerlaan <andrewammerlaan>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: normal CC: andrewammerlaan
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/13870
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 701924, 701926, 701970    
Bug Blocks:    
Attachments: proposed ebuild
Remove the test directory patch
proposed ebuild v2

Description Andrew Nowa Ammerlaan gentoo-dev 2019-12-03 20:16:23 UTC
Created attachment 598366 [details]
proposed ebuild

https://github.com/marioortizmanero/spotify-music-videos

This is a awesome tool that fetches the music video and lyrics of whatever spotify song you are listening to. I have attached an ebuild for it, and a small patch. The patch removes the 'tests' directory form the sources because portage will complain about it otherwise.

Dependencies are:
media-video/vlc
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pydbus[${PYTHON_USEDEP}]
dev-python/lyricwikia[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
dev-python/python-vlc[${PYTHON_USEDEP}]
net-misc/youtube-dl[${PYTHON_USEDEP}]
dev-python/beautifulsoup[${PYTHON_USEDEP}]
media-sound/spotify
dev-libs/glib
Comment 1 Andrew Nowa Ammerlaan gentoo-dev 2019-12-03 20:17:11 UTC
Created attachment 598368 [details, diff]
Remove the test directory patch
Comment 2 Andrew Nowa Ammerlaan gentoo-dev 2019-12-03 20:30:30 UTC
dev-python/lyricwikia: https://bugs.gentoo.org/701924
dev-python/python-vlc: https://bugs.gentoo.org/701926
dev-python/pydbus: is available in a couple of overlays here: https://gpo.zugaina.org/dev-python/pydbus

The rest of the dependencies are already available in the official repository.
Comment 3 Andrew Nowa Ammerlaan gentoo-dev 2019-12-04 16:12:14 UTC
Created attachment 598420 [details]
proposed ebuild v2

Improved the ebuild structure to conform to the gentoo standard, and added some dependencies I missed