File: control

package info (click to toggle)
pycarddav 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 292 kB
  • ctags: 215
  • sloc: python: 1,593; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: pycarddav
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Christoph Egger <christoph@debian.org>
Build-Depends:
 debhelper (>= 9~),
 python,
 dh-python,
 python-setuptools,
Standards-Version: 3.9.5
Homepage: http://lostpackets.de/pycarddav/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pycarddav/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pycarddav/trunk/ 

Package: pycarddav
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 python-pycarddav
Description: simple to use CardDAV CLI client
 pyCardDAV consists of pycardsyncer, a program for syncing your
 CardDAV resource into a local database and of pc_query, a program for
 querying the local database.
 .
 It has built in support for mutt's query_command but also works very
 well solo.

Package: python-pycarddav
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 python-xdg,
 python-vobject,
 python-requests,
 python-urwid,
 python-lxml,
 python-sqlite,
Breaks: pycarddav (<< 0.6.1)
Replaces: pycarddav (<< 0.6.1)
Description: simple to use CardDAV Python library
 pyCardDAV is a Python module for syncing with a CardDAV server. It is
 mainly used with the binaries provided in `pycarddav`