File: control

package info (click to toggle)
python-vobject 0.9.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: python: 3,562; sh: 7; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,080 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
Source: python-vobject
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>, Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-dateutil,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-tz <!nocheck>,
               tzdata-legacy <!nocheck>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-vobject.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-vobject
Homepage: https://py-vobject.github.io/
Rules-Requires-Root: no

Package: python3-vobject
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-tz
Description: parse iCalendar and vCards in Python3
 Parses iCalendar and vCard files into Python3 data structures, decoding the
 relevant encodings. Also serializes vobject data structures to valid iCalendar
 or vCard unicode strings.