Package Details: python-xcaplib 2.0.1-2

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)

Latest Comments

lmat commented on 2024-08-03 03:10 (UTC)

I just tried to install using makepkg -sri and I got

Packages (1) python-xcaplib-2.0.1-2

Total Installed Size:  0.21 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                     [################################################] 100%
(1/1) checking package integrity                                                   [################################################] 100%
(1/1) loading package files                                                        [################################################] 100%
(1/1) checking for file conflicts                                                  [################################################] 100%
(1/1) checking available disk space                                                [################################################] 100%
:: Processing package changes...
(1/1) reinstalling python-xcaplib                                                  [################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
--2024-08-02 23:09:21--  https://aur.archlinux.org/cgit/aur.git/snapshot/python-pipsimple.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aur.archlinux.org (aur.archlinux.org)... 95.216.144.15, 2a01:4f9:c010:50::1
Connecting to aur.archlinux.org (aur.archlinux.org)|95.216.144.15|:443... connected.
HTTP request sent, awaiting response... 404 Not found
2024-08-02 23:09:21 ERROR 404: Not found.

It 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.py directly and use python -m build, python -m installer with the approproate makedepends, as laid out at https://wiki.archlinux.org/title/Python_Package_Guidelines:

==> Starting package()...
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()

Regards and thanks for maintaining!

dreieck commented on 2023-12-22 16:32 (UTC)

Please download your source file to a distinctive filename. If $SRCDEST is set, all downloads end up in a single directory, and 2.0.1.tar.gz is likely ambigue.

(Prefix ${pkgname}-${pkgver}.tar.gz:: to the source entry.)

Regards and thanks for maintaining!