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
|
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.5.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.
|