Source: python-django-ical
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.0
Homepage: https://github.com/jazzband/django-ical
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-django,
               python3-django-recurrence,
               python3-icalendar,
               python3-setuptools,
               python3-setuptools-scm
Rules-Requires-Root: no
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

Package: python3-django-ical
Architecture: all
Depends: python3-django,
         python3-django-recurrence,
         python3-icalendar,
         ${misc:Depends},
         ${python3:Depends}
Description: iCalendar feeds for Django (Python 3)
 This module provides iCalendar feeds support in Django
 applications.
 .
 This package installs the library for Python 3.
