Search Criteria
Package Details: python-ibmcloudant 0.11.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-ibmcloudant.git (read-only, click to copy) |
|---|---|
| Package Base: | python-ibmcloudant |
| Description: | Python Library for Cloudant and CouchDB Access. Successor of python-cloudant |
| Upstream URL: | https://github.com/IBM/cloudant-python-sdk |
| Licenses: | Apache-2.0 |
| Submitter: | Patschke |
| Maintainer: | Patschke |
| Last Packager: | Patschke |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-08-23 08:43 (UTC) |
| Last Updated: | 2026-05-26 12:45 (UTC) |
Dependencies (9)
- python
- python-build
- python-dateutil (python-dateutil-gitAUR)
- python-ibm-cloud-sdk-coreAUR
- python-pyjwt
- python-requests
- python-flit (make)
- python-installer (make)
- python-setuptools (make)
Latest Comments
Patschke commented on 2026-05-26 12:47 (UTC)
Updated and should no longer throw that error. flit<4 is specified in upstream PKGBUILD, but I found no issues using the lately released flit 4.0.0. I've just patched the corresponding line to allow flit<5 in this package. If you encounter any bugs, I might specify flit<4 in the PKGBUILD dependencies instead.
taotieren commented on 2026-05-25 01:53 (UTC)
0.11.5 build errors
Patschke commented on 2021-09-07 06:53 (UTC) (edited on 2021-09-07 06:54 (UTC) by Patschke)
From what I understand, I am not sure if adding
replaces=('python-cloudant')is correct for two reasons:replaceswon't really work in the AUR (aka it will not cause the deprecated package to be replaced - which is good, since otherwise anyone could initiate replacements of good packages with bad stuff). The wiki states to not use it in the AUR (https://wiki.archlinux.org/title/PKGBUILD#replaces)replacesshould provide drop-in replacements. The api for thecloudantandibmcloudantpackages are quite different, so not only theimportneeds to be changed, but the code requires some rewrites. An user won't be happy installingpython-ibmcloudantinstead ofpython-cloudant.I could instead add
Successor of python-cloudantto thepkgdesc? If my understanding of thereplacesvariable is wrong, I am happy to learn why it is correct to use it here (and I'd guess the explanation could then find a place in the forum instead of this comment section?).lmartinez-mirror commented on 2021-09-06 19:00 (UTC) (edited on 2021-09-06 19:01 (UTC) by lmartinez-mirror)
python-cloudant, this package's predecessor, will reach EOL at the end of the year. Could you addreplaces=('python-cloudant')?