Search Criteria
Package Details: catt 0.12.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/catt.git (read-only, click to copy) |
---|---|
Package Base: | catt |
Description: | Cast All The Things - Send videos from many, many online sources to your Chromecast. |
Upstream URL: | https://github.com/skorokithakis/catt |
Licenses: | BSD |
Submitter: | clintval |
Maintainer: | d-air1 |
Last Packager: | d-air1 |
Votes: | 18 |
Popularity: | 0.000394 |
First Submitted: | 2018-05-07 21:22 (UTC) |
Last Updated: | 2024-01-28 23:12 (UTC) |
Dependencies (8)
- python-click
- python-ifaddr
- python-pychromecastAUR (python-pychromecast-gitAUR)
- python-requests
- yt-dlp (yt-dlp-gitAUR)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
Latest Comments
1 2 3 4 5 Next › Last »
d-air1 commented on 2024-01-28 23:06 (UTC)
@yochananmarqos Will do.
yochananmarqos commented on 2024-01-28 22:25 (UTC)
@d-air1:
python-importlib-metadata
is only required for Python <3.7. Ignorenamcap
, even Allan (Pacman developer) says to ignore it. Either way, use it as a suggestion, not law.d-air1 commented on 2023-07-15 20:21 (UTC)
@yochananmarqos Ok the remaining dependencies have been added.
yochananmarqos commented on 2023-07-15 20:00 (UTC)
@d-air1: Build & runtime dependencies are two different things. Always check upstream dependencies. Using
namcap
is helpful and it has improved recently, however it is only a guide.d-air1 commented on 2023-07-15 18:56 (UTC)
@yochananmarqos If you look through the changes to this package. I did have those as dependencies at some point. I'm don't remember why I removed them now. Is it causing a build failure for you? I'll make the other changes though.
yochananmarqos commented on 2023-07-15 16:35 (UTC)
Missing dependencies on
python-ifaddr
&python-requests
See thepyproject.toml
.A package already provides itself. There is no need for the provides and conflicts arrays at all. See Package relations.
Improved PKGBUILD
tchernomax commented on 2023-02-25 17:55 (UTC)
@d-air1 thanks
tchernomax commented on 2023-02-25 17:54 (UTC)
@xiota I am using makepkg directly (without chroot) and/or yay (which doesn't use chroot either if I am not mistaken).
As describe the problem comes from the fact poetry search for
.gitignore
at the root directory of the current repository… if it is run in a git repository. So it goes through all the parent directories of it's working directory looking for a.git
directory (to know if he is running in a git repository). If a.git
directory is found, the associated.gitignore
is apply.By using
GIT_DIR='.'
we force poetry to consider the current repository the root of the git repository. So it doesn't check it's parent directories, and apply the.gitignore
located in the current directory, which is what we want… because it's the real.gitignore
of catt.xiota commented on 2023-02-25 11:33 (UTC) (edited on 2023-02-25 11:35 (UTC) by xiota)
I build packages in a clean chroot. Apparently, using
makepkg
directly results in different behavior. The change does not appear to affect building in a clean chroot.d-air1 commented on 2023-02-25 05:31 (UTC)
@xiota please make sure to test the updated version to ensure that it didn't break for anyone who wasn't having the problem posted by @tchernomax.
1 2 3 4 5 Next › Last »