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 52 53 54 55 56 57 58 59 60 61 62
|
Source: python-icalendar
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christoph Egger <christoph@debian.org>,
Félix Sipma <felix+debian@gueux.org>,
Jelmer Vernooij <jelmer@debian.org>,
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
help2man <!nodoc>,
pandoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-dateutil,
python3-hatch-vcs,
python3-hatchling,
python3-hypothesis,
python3-pytest,
python3-sphinx,
python3-sphinx-copybutton,
python3-sphinx-rtd-theme,
tzdata-legacy,
Standards-Version: 4.7.2
Homepage: https://icalendar.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-icalendar.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-icalendar
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python-icalendar-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Built-Using: ${sphinxdoc:Built-Using}
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 RFC 5545 compatible parser/generator
for iCalendar files.
.
This package provides Python3 bindings,
and the command-line tool icalendar.
|