Search Criteria
Package Details: mopidy-youtube-git 3.6.r22.g0a069b7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mopidy-youtube-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mopidy-youtube-git |
| Description: | Mopidy extension for playing music from Youtube |
| Upstream URL: | https://github.com/natumbri/mopidy-youtube |
| Keywords: | mopidy |
| Licenses: | Apache |
| Conflicts: | mopidy-youtube |
| Provides: | mopidy-youtube |
| Submitter: | ad1217 |
| Maintainer: | joposter |
| Last Packager: | joposter |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-04-18 16:43 (UTC) |
| Last Updated: | 2023-05-07 19:55 (UTC) |
Dependencies (10)
- mopidy (mopidy4AUR)
- python-beautifulsoup4
- python-cachetools
- python-pykka
- python-requests
- python-setuptools
- python-ytmusicapi
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
Latest Comments
dreieck commented on 2023-05-05 10:18 (UTC)
Can you please strip off the leading
vfrom$pkgver?Even if upstream uses this in github releases, the Arch Linux guidelines say that this should be removed in this cases, since this
vis not part of the version but just denotes "version", which is common (mis?)practice with many github projects.And please also add
provides=("mopidy-youtube=${pkgver}").Thanks for maintaining!
mixedCase commented on 2021-04-28 05:28 (UTC)
Now seems to depend on python-ytmusicapi
joposter commented on 2020-05-02 16:35 (UTC)
indeed it was, thanks for pointing that out :) fixed now
neocturne commented on 2020-05-02 14:23 (UTC)
It seems the
setupcfg.patchwas applied upstream and is not needed anymore - the build fails with "Reversed (or previously applied) patch detected!".joposter commented on 2019-01-16 14:17 (UTC)
while i agree with 'git' being part of makedepends, the python2-pafy-git package provides python2-pafy, and this is why this package should depends on that (i think packages should never depend on git versions unless they need to).
and at least yay resolves python2-pafy to said -git package version.
dude commented on 2019-01-14 20:09 (UTC)
The 'git' package should be present in makedepends. see https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines
Also, python2-pafy no longer exists in the AUR. Should be changed to python2-pafy-git. Thanks