Package Details: gcalcli 4.3.0-2

Git Clone URL: https://aur.archlinux.org/gcalcli.git (read-only, click to copy)
Package Base: gcalcli
Description: Google calendar command line interface
Upstream URL: https://github.com/insanum/gcalcli
Licenses: MIT
Submitter: None
Maintainer: ainola
Last Packager: ainola
Votes: 121
Popularity: 0.004759
First Submitted: 2007-10-03 21:45 (UTC)
Last Updated: 2021-01-30 23:12 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

alhirzel commented on 2023-02-15 22:30 (UTC)

I am seeing an issue when building that may be related to an API change in PyPandoc. Could this be a packaging issue? Or is it likely upstream.

==> Starting build()...
Traceback (most recent call last):
  File "/home/alhirzel/.cache/yay/gcalcli/src/gcalcli-4.3.0/setup.py", line 7, in <module>
    long_description = pypandoc.convert('README.md', 'rst',
AttributeError: module 'pypandoc' has no attribute 'convert'

samueldy commented on 2021-12-30 18:55 (UTC)

Want to mention that I needed to cleanbuild after system Python was upgraded to 3.10.

ainola commented on 2021-01-30 23:13 (UTC)

suffer: Shame on me! Thanks for pointing that out. :)

suffer commented on 2021-01-27 16:05 (UTC)

I just noticed that you install docs to /usr/share/docs. It should be /usr/share/doc per Arch package guidelines.

duffydack commented on 2020-09-29 18:57 (UTC)

Seems an update to python-google-auth causes an issue running.

File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 770, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'aiohttp<4.0.0dev,>=3.6.2' distribution was not found and is required by google-auth

Installed python-aiohttp fixed the issue, so I guess it needs to be added as a dep.

firecat53 commented on 2020-03-30 01:16 (UTC)

Installing python-google-api-core fixed the errors that were popping up today after python-google-api-python-client updated from 1.7.11-4 -> 1.8.0-1.

ainola commented on 2019-05-27 14:27 (UTC)

It looks like you've got a local install of packages. You might want to clean it up; oauth2client1412 hasn't been used in some time.

dilawars commented on 2019-05-27 04:27 (UTC)

Probably a missing dependency?

[dilawars@chamcham ~]$ gcalcli remind
Traceback (most recent call last):
  File "/home1/dilawars/.local/lib/python3.7/site-packages/oauth2client/client.py", line 283, in new_from_json
    m = __import__(module)
ModuleNotFoundError: No module named 'oauth2client1412'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/gcalcli", line 11, in <module>
    load_entry_point('gcalcli==4.1.0', 'console_scripts', 'gcalcli')()
  File "/usr/lib/python3.7/site-packages/gcalcli/cli.py", line 147, in main
    cal_names=cal_names, printer=printer, **vars(parsed_args)
  File "/usr/lib/python3.7/site-packages/gcalcli/gcal.py", line 66, in __init__
    self._get_cached()
  File "/usr/lib/python3.7/site-packages/gcalcli/gcal.py", line 193, in _get_cached
    self.get_cal_service().calendarList().list()
  File "/usr/lib/python3.7/site-packages/gcalcli/gcal.py", line 157, in get_cal_service
    http=self._google_auth())
  File "/usr/lib/python3.7/site-packages/gcalcli/gcal.py", line 135, in _google_auth
    credentials = storage.get()
  File "/home1/dilawars/.local/lib/python3.7/site-packages/oauth2client/client.py", line 374, in get
    return self.locked_get()
  File "/home1/dilawars/.local/lib/python3.7/site-packages/oauth2client/file.py", line 79, in locked_get
    credentials = Credentials.new_from_json(content)
  File "/home1/dilawars/.local/lib/python3.7/site-packages/oauth2client/client.py", line 287, in new_from_json
    m = __import__(module)
ModuleNotFoundError: No module named 'oauth2client1412'
[dilawars@chamcham ~]$ 

ainola commented on 2019-05-17 14:44 (UTC)

Thanks, guludo. Fixed.