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.000026
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 »

K12ish commented on 2023-10-15 16:52 (UTC)

Can python-vobject be added as a dependency? (needed for ICS import)

Thanks!!

ogondza commented on 2023-03-29 11:32 (UTC)

The build have problems when run (using yay, in case it matters) from existing virtualenv - which is surprising as hell :D.

The build actually succeeds, but some of the files - including the gcalcli - is installed inside the virtualenv: https://gist.github.com/olivergondza/1e747cae3ce6976df162d29325795370

Trying to execute such gcalcli from where it is fails locating /lib/python3.10/site-packages/parsedatetime/: "ModuleNotFoundError: No module named 'parsedatetime'"

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.