Search Criteria
Package Details: python-qbittorrent-api 2024.12.71-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-qbittorrent-api.git (read-only, click to copy) |
---|---|
Package Base: | python-qbittorrent-api |
Description: | Python client for qBittorrent v4.1+ Web API |
Upstream URL: | https://pypi.org/project/qbittorrent-api |
Licenses: | MIT |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-13 13:33 (UTC) |
Last Updated: | 2025-01-22 15:46 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-packaging
- python-requests
- python-urllib3
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (1)
- flexget (optional)
Latest Comments
fryfrog commented on 2023-11-10 05:07 (UTC)
Looks like they suggest using the pypi instead of the github tar balls?
atticf commented on 2023-04-07 04:32 (UTC)
python-setuptools
should be inmakedepends
, it does not build withoutkmarius commented on 2023-02-06 20:20 (UTC)
python-build
andpython-installer
are needed to make this package and should be added tomakedepends
. Thanks!FuzzyMidnight commented on 2022-09-23 07:25 (UTC)
One of the tests,
conftest.py
, expects the sys.path to be like "$_pkgname" and not "$_pkgname-$pkgver".I'm sure there's a few ways you could fix this, such as changing extract path or even deleting the assert - I'm not sure why the check is there in the first place, but I just opted to patch the test to accept an env var to override basepath
conftest.patch:
And then patched the PKGBUILD as such: