Package Details: python-caldav 1.3.6-1

Git Clone URL: https://aur.archlinux.org/python-caldav.git (read-only, click to copy)
Package Base: python-caldav
Description: A CalDAV (RFC4791) client library for Python
Upstream URL: https://github.com/python-caldav/caldav
Licenses: GPL3, Apache
Submitter: fauxmight
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.003913
First Submitted: 2017-08-29 03:35 (UTC)
Last Updated: 2023-07-20 14:52 (UTC)

Latest Comments

1 2 Next › Last »

mY1v6 commented on 2023-02-19 20:52 (UTC)

I get the same error as Jee

jee commented on 2023-02-19 09:13 (UTC) (edited on 2023-02-19 09:14 (UTC) by jee)

Hello, I got this error with the last update 1.1.1-1

running egg_info
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
    main()
  File "/usr/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
  File "/usr/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
    return hook(config_settings)
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 338, in get_requires_for_build_wheel
    return self._get_build_requires(config_settings, requirements=['wheel'])
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 320, in _get_build_requires
    self.run_setup()
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 484, in run_setup
    super(_BuildMetaLegacyBackend,
  File "/usr/lib/python3.10/site-packages/setuptools/build_meta.py", line 335, in run_setup
    exec(code, locals())
  File "<string>", line 56, in <module>
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 108, in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup
    return run_commands(dist)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
    dist.run_commands()
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 1221, in run_command
    super().run_command(command)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.ensure_finalized()
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
    self.finalize_options()
  File "/usr/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 253, in finalize_options
    if pd is not None and pd.key == self.egg_name.lower():
AttributeError: 'PathDistribution' object has no attribute 'key'

am I the only one ?

yochananmarqos commented on 2022-11-13 20:14 (UTC)

@MartinDiehl: It's fixed upstream. I'll skip the failing test for now until 0.10.1 is released.

MartinDiehl commented on 2022-11-13 19:48 (UTC)

I get an error when building:

>       self.assertTrue(b"DTSTART;VALUE=DATE-TIME:20321010T101010Z" in some_ical0)
E       AssertionError: False is not true

fauxmight commented on 2022-10-30 16:29 (UTC)

@yochananmarqos: All yours. Your diligence in already keeping up with python-caldav is much appreciated.

yochananmarqos commented on 2022-10-30 13:54 (UTC)

@fauxmight: Sure, that's fine.

fauxmight commented on 2022-10-30 04:52 (UTC)

@yochananmarqos You are clearly watching python-caldav far more diligently than I am now or than I am going to be in the future.

Would you be happy to adopt the package if I disown it?

If not, I will gladly push your new PKGBUILD as it is, but at this point, I am taking credit for work that is not mine and am an unnecessary middleman.

yochananmarqos commented on 2022-10-28 17:22 (UTC)

@fauxmight: This only requires python-setuptools to build. It appears the upstream issue is resolved now.

Improved PKGBUILD following Python package guidelines

yochananmarqos commented on 2022-04-26 14:32 (UTC) (edited on 2022-04-26 14:34 (UTC) by yochananmarqos)

@fauxmight: The extra packages are required until the python-icalendar issue is resolved.

EDIT: python-icalendar will be optional I believe, so that should be fine.

fauxmight commented on 2022-04-26 03:40 (UTC) (edited on 2022-10-30 04:53 (UTC) by fauxmight)

@yochananmarqos How about optdepends (already modified here), considering this appears to be a resolvable issue upstream that has not been resolved yet