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 63 64 65 66
|
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.
|