Search Criteria
Package Details: katcr 3.0.7-1
Git Clone URL: | https://aur.archlinux.org/katcr.git (read-only, click to copy) |
---|---|
Package Base: | katcr |
Description: | Search in multiple torrent sites from your CLI |
Upstream URL: | https://github.com/XayOn/katcr |
Licenses: | GPL3 |
Submitter: | BachoSeven |
Maintainer: | BachoSeven |
Last Packager: | BachoSeven |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-04 21:53 (UTC) |
Last Updated: | 2021-04-05 20:14 (UTC) |
Dependencies (18)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-aiogram (python-aiogram3)
- python-aiohttp (python-aiohttp-git)
- python-cleo (python-cleo-git, python-cleo-v0)
- python-cutie
- python-feedparser
- python-torrentmirror
- python-xdg (python-pyxdg)
- python-dephell (make)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-cov (check)
- python-pytest-flake8 (check)
- python-pytest-sugar (check)
- jackett (jackett-bin, jackett-mono) (optional) – Jackett engine support
- python-torrentstream (optional) – streaming support
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-symlink-fix, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo) (optional) – Use xdg-open to open magnet links
Latest Comments
BachoSeven commented on 2021-04-05 20:49 (UTC) (edited on 2021-04-05 20:50 (UTC) by BachoSeven)
@yochanamarqos Thanks for the help. I converted all of the python -git packages to PyPI.
yochananmarqos commented on 2021-04-05 20:00 (UTC)
The optdepends() should be:
BachoSeven commented on 2021-04-05 19:49 (UTC)
Thanks, uploaded it.
yochananmarqos commented on 2021-04-05 19:35 (UTC)
Ugh, don't add another VCS package. Here's a PKGBUILD for
python-torrentstream
BachoSeven commented on 2021-04-04 22:44 (UTC)
@yochananmarqos I couldn't really figure out how to obtain the "stable" PyPI URLs which I think are mentioned in the packaging guidelines... Will have a further look and perhaps replaces all of those with stable packages, it does sound much better.
yochananmarqos commented on 2021-04-04 22:40 (UTC)
Well, the ride isn't over yet. I gave building this a whirl with
yay
andpython-pygogo
fails to build due to wrong / missing dependencies. I'll take a closer look when I have time.Also, why did you make Python VCS packages? No reason for that. Depends on the project, but PyPI is always updated but the sources aren't always.
BachoSeven commented on 2021-04-04 22:33 (UTC) (edited on 2021-04-04 22:39 (UTC) by BachoSeven)
I was planning on that, thanks for the reminder.
Making this was a bit of a ride because of the various python dependencies I had to package too, so if you have other suggestions they're very welcome.
EDIT: I also need to package torrentstream in order for the optional
Streaming
feature to work, so I'll probably do that tomorrow and then addlibtorrent
as well.yochananmarqos commented on 2021-04-04 22:28 (UTC) (edited on 2021-04-04 22:36 (UTC) by yochananmarqos)
Streaming requires
libtorrent
, please add it to optdepends().EDIT: Also
xdg-utils
for the--open
flag, see Usage.