Search Criteria
Package Details: python-ytmusicapi 0.25.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ytmusicapi.git (read-only, click to copy) |
---|---|
Package Base: | python-ytmusicapi |
Description: | Unofficial API for YouTube Music |
Upstream URL: | https://github.com/sigma67/ytmusicapi |
Licenses: | MIT |
Submitter: | timschumi |
Maintainer: | pekkarr |
Last Packager: | pekkarr |
Votes: | 10 |
Popularity: | 1.19 |
First Submitted: | 2021-01-19 22:04 (UTC) |
Last Updated: | 2023-01-16 15:40 (UTC) |
Dependencies (6)
- python-requests
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools-scm (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python-wheel (make)
Latest Comments
mashkioya commented on 2022-10-24 17:05 (UTC) (edited on 2022-10-24 17:05 (UTC) by mashkioya)
@pekkarr Thank you, I was able to get it to build in a clean chroot. Here is the output you asked for, for your information:
pekkarr commented on 2022-10-23 11:19 (UTC)
Hi @mashkioya, could you post the output of running
python -c "import sys; print(sys.meta_path)"
?You can also try building in a clean chroot.
My current hypothesis is that the error is caused by some third package adding its own
MetaPathFinder
tosys.meta_path
that doesn't provide the_normalized_name
attribute in its provided distributions. This may be related to this bug in python's importlib.mashkioya commented on 2022-10-22 17:50 (UTC)
My python version is 3.10.8 and I have python-setuptools-1:63.4.2-1
Here is the full output from makepkg:
Thanks for your help!
pekkarr commented on 2022-10-22 16:11 (UTC)
@mashkioya What version of
python
andpython-setuptools
are you using? Also could you post the full build output?mashkioya commented on 2022-10-22 11:38 (UTC)
I am getting this error when attempting to build:
timschumi commented on 2021-04-12 15:28 (UTC) (edited on 2021-04-12 15:59 (UTC) by timschumi)
@Freso
There is only a single LICENSE in here, so there is nothing to conflict on. At least that's how I understood "Sources have to be unique in srcdir".
EDIT: I just realized that $srcdir can be overwritten. This should really be made more clear in the packaging guidelines.
Freso commented on 2021-04-12 14:51 (UTC)
Please make sure to name "LICENSE" in a way unique to this package, to ensure it is unique/doesn’t clash with other packages’ source files. (See https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_sources )
As an example, I’ve used
"$_name-$pkgver-LICENSE::https://github.com/lalinsky/mbdata/raw/v$pkgver/LICENSE"
forpython-mbdata
: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-mbdata#n14