Search Criteria
Package Details: python-xcaplib 2.0.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-xcaplib.git (read-only, click to copy) |
|---|---|
| Package Base: | python-xcaplib |
| Description: | XCAP (RFC4825) client library |
| Upstream URL: | https://github.com/AGProjects/python3-xcaplib |
| Licenses: | LGPL-2.1+ |
| Conflicts: | python3-xcaplib |
| Provides: | python3-xcaplib |
| Replaces: | python3-xcaplib |
| Submitter: | josemslopes |
| Maintainer: | josemslopes |
| Last Packager: | josemslopes |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-10-30 17:42 (UTC) |
| Last Updated: | 2024-01-14 21:03 (UTC) |
Dependencies (7)
- python-applicationAUR
- python-eventlibAUR
- python-gevent (python-gevent-gitAUR)
- python-lxml
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
lmat commented on 2024-08-03 03:10 (UTC)
I just tried to install using
makepkg -sriand I gotIt looks like the package is installed though...
josemslopes commented on 2024-01-14 21:03 (UTC)
@dreleck Thanks for your feedback. I updated the package.
dreieck commented on 2023-12-22 16:34 (UTC)
Please move away from using
setup.pydirectly and usepython -m build,python -m installerwith the approproatemakedepends, as laid out at https://wiki.archlinux.org/title/Python_Package_Guidelines:Regards and thanks for maintaining!
dreieck commented on 2023-12-22 16:32 (UTC)
Please download your source file to a distinctive filename. If
$SRCDESTis set, all downloads end up in a single directory, and2.0.1.tar.gzis likely ambigue.(Prefix
${pkgname}-${pkgver}.tar.gz::to thesourceentry.)Regards and thanks for maintaining!