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 48 49 50 51
|
Source: python-icalendar
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Christoph Egger <christoph@debian.org>,
Félix Sipma <felix+debian@gueux.org>,
Jelmer Vernooij <jelmer@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-dateutil,
python3-setuptools,
python3-sphinx,
python3-tz
Standards-Version: 4.4.1
Homepage: https://icalendar.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-icalendar.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-icalendar
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python-icalendar-doc
Architecture: all
Section: doc
Depends:
libjs-jquery,
libjs-underscore,
${misc:Depends},
${shlibs:Depends},
${sphinxdoc:Depends}
Description: parser/generator of iCalendar files for use with Python -- docs
The icalendar package is a parser/generator of iCalendar files for use with
Python.
.
This package contains documentation for the Python module
Package: python3-icalendar
Architecture: all
Depends:
python3-dateutil,
python3-tz,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: parser/generator of iCalendar files for use with Python3
The icalendar package is a parser/generator of iCalendar files for use with
Python.
.
This package contains only Python3 bindings, no userland scripts.
|