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
|
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>
Build-Depends: debhelper (>= 8~),
python-all,
python3-all,
python-setuptools,
python3-setuptools,
python-sphinx,
python-tz,
python-dateutil
Standards-Version: 3.9.5
Homepage: http://icalendar.readthedocs.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-icalendar/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-icalendar/
Package: python-icalendar-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
${sphinxdoc:Depends},
libjs-underscore,
libjs-jquery
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: python-icalendar
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-tz,
python-dateutil
Provides: ${python:Provides}
Description: parser/generator of iCalendar files for use with Python2
The icalendar package is a parser/generator of iCalendar files for use with
Python.
.
This package contains only Python2 bindings, no userland scripts.
Package: python3-icalendar
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python3-tz,
python3-dateutil
Provides: ${python:Provides}
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.
|