Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701922 - New ebuild dev-python/spotify-music-videos
Summary: New ebuild dev-python/spotify-music-videos
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 701924 701926 701970
Blocks:
  Show dependency tree
 
Reported: 2019-12-03 20:16 UTC by Andrew Nowa Ammerlaan
Modified: 2020-02-20 10:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed ebuild (spotify-music-videos-1.8.ebuild,1.49 KB, text/plain)
2019-12-03 20:16 UTC, Andrew Nowa Ammerlaan
Details
Remove the test directory patch (tests.patch,2.64 KB, patch)
2019-12-03 20:17 UTC, Andrew Nowa Ammerlaan
Details | Diff
proposed ebuild v2 (spotify-music-videos-1.8.ebuild,1.41 KB, text/plain)
2019-12-04 16:12 UTC, Andrew Nowa Ammerlaan
Details

Note You need to log in before you can comment on or make changes to this bug.
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