Search Criteria
Package Details: pycarddav-git 1:0.7.0.29.gedc9150-1
Git Clone URL: | https://aur.archlinux.org/pycarddav-git.git (read-only, click to copy) |
---|---|
Package Base: | pycarddav-git |
Description: | pyCardDAV is a simple to use CardDAV CLI client |
Upstream URL: | http://lostpackets.de/pycarddav/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | lucacesari |
Maintainer: | None |
Last Packager: | daersc |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-17 18:16 |
Last Updated: | 2016-05-18 07:00 |
Dependencies (8)
- python2
- python2-lxml
- python2-requests (python2-requests-git)
- python2-urwid
- python2-vobject
- python2-xdg (python2-pyxdg)
- python-docutils (make)
- python2-distribute (python2-setuptools) (make)
Latest Comments
1 2 Next › Last »
Rhinoceros commented on 2016-05-18 03:58
Same as @craftyguy, this doesn't build for me. I tried removing the python2-vobject version limitation from the PKGBUILD, and it seems to work fine. There is no documentation upstream that suggests the older version is required…
craftyguy commented on 2016-04-23 23:34
the version of python2-vobject needed by the PKGBUILD does not exist anymore in aur:
:: no results found for python2-vobject<=0.8.1c
pacaur -Ss python2-vobject
aur/python2-vobject 0.9.1-2 (29, 1.76)
daersc commented on 2016-02-06 10:29
@sekret: Thank you very much for the hint! I fixed it now.
sekret commented on 2016-02-06 10:18
$ makepkg -sirfcL
==> ERROR: arch should be an array
So please change
arch=any
to
arch=('any') or at least arch=(any)
lucacesari commented on 2014-02-24 07:32
I don't use this package anymore, so I disown it.
Stebalien commented on 2014-02-21 17:17
@petelwis, I see. It would be nice if pacman bubbled up optdepends to the top-most explicitly installed packages. I know I never look at library optdepends.
petelewis commented on 2014-02-21 11:49
@Stebalien - it's python2-requests which has the optdepend on python2-ndg-httpsclient. (I just ran into the same issue...)
Stebalien commented on 2014-01-18 06:22
Also, it now comes with manuals so here is an updated version: https://gist.github.com/Stebalien/8486939
Stebalien commented on 2014-01-18 06:12
This should optionally depend on python2-ndg-httpsclient for SSL SNI (Server Name Indication) support (for servers that serve multiple virtual domains on the same IP address with different SSL certificates).
lucacesari commented on 2013-09-14 13:23
@Stebalien Thank you for the updated PKGBUILD.