Source: python-django-ical
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Julien Puydt <jpuydt@debian.org>,
 Michael Fladischer <fladi@debian.org>,
Section: python
Standards-Version: 4.7.3
Homepage: https://github.com/jazzband/django-ical
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-django-recurrence <!nocheck>,
 python3-icalendar <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-django <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-ical.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-ical
Testsuite: autopkgtest-pkg-pybuild

Package: python-django-ical-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: iCalendar feeds for Django (Documentation)
 django-ical is a simple library/framework for creating iCal feeds based in
 Django's syndication feed framework.
 .
 It works the same way as the Django syndication framework but adds a few
 extension properties to support iCalendar feeds.
 .
 django-ical uses the icalendar library under the hood to generate iCalendar
 feeds.
 .
 This package contains the documentation.

Package: python3-django-ical
Architecture: all
Depends:
 python3-django,
 python3-django-recurrence,
 python3-icalendar,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-ical-doc,
Description: iCalendar feeds for Django (Python 3)
 django-ical is a simple library/framework for creating iCal feeds based in
 Django's syndication feed framework.
 .
 It works the same way as the Django syndication framework but adds a few
 extension properties to support iCalendar feeds.
 .
 django-ical uses the icalendar library under the hood to generate iCalendar
 feeds.
 .
 This package installs the library for Python 3.
