Search Criteria
Package Details: python2-caldav 0.5.0-1
Git Clone URL: | https://aur.archlinux.org/python2-caldav.git (read-only, click to copy) |
---|---|
Package Base: | python2-caldav |
Description: | a caldav client library |
Upstream URL: | https://pypi.python.org/pypi/caldav |
Keywords: | caldav python |
Licenses: | |
Submitter: | None |
Maintainer: | CarstenF |
Last Packager: | CarstenF |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2011-04-28 08:15 |
Last Updated: | 2017-02-16 13:07 |
Dependencies (7)
- python2
- python2-dateutil
- python2-distribute (python2-setuptools)
- python2-lxml
- python2-requests (python2-requests-git)
- python2-six
- python2-vobject
Latest Comments
Mic92 commented on 2017-02-10 08:26
@DerFlob feel free to adopt this package! I no longer use it and therefor cannot ensure correctness.
Mic92 commented on 2016-06-19 13:01
worked around conflicting files
paulmelis commented on 2016-06-14 15:27
This package tries to install files that are also in python2-oauth2client:
(1/1) checking for file conflicts [########################################################################################] 100%
error: failed to commit transaction (conflicting files)
python2-caldav: /usr/lib/python2.7/site-packages/tests/__init__.py exists in filesystem
python2-caldav: /usr/lib/python2.7/site-packages/tests/__init__.pyc exists in filesystem
python2-caldav: /usr/lib/python2.7/site-packages/tests/__init__.pyo exists in filesystem
Errors occurred, no packages were upgraded.
$ pacman -Qo /usr/lib/python2.7/site-packages/tests/__init__.py
/usr/lib/python2.7/site-packages/tests/__init__.py is owned by python2-oauth2client 2.1.0-1
Mic92 commented on 2015-12-21 09:54
update to 0.4.0; add missing deps
freaknils commented on 2015-12-21 09:03
This should be added to depencies: 'python2-requests'
Anonymous comment on 2012-07-12 19:33
Dependencies should be updated :
--- PKGBUILD.orig 2012-07-12 21:30:19.670066379 +0200
+++ PKGBUILD 2012-07-12 21:30:27.936733530 +0200
@@ -6,7 +6,7 @@
arch=('any')
url="https://bitbucket.org/cyrilrbt/caldav/wiki/Home"
license=('GPL')
-depends=('python2' 'python-lxml' 'python-vobject' 'python2-dateutil')
+depends=('python2' 'python2-lxml' 'python2-vobject' 'python2-dateutil')
backup=()
conflicts=('python-caldav')
options=(!emptydirs)