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)

Required by (0)

Sources (1)

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:

optdepends=('python-torrentstream: streaming support'
            'jackett: Jackett engine support'
            'xdg-utils: Use xdg-open to open magnet links')

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 and python-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 add libtorrent 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.