Source: django-recurrence
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-dateutil,
 python3-django,
 python3-pdm-backend,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-django (>= 3.5.1),
 python3-sphinx,
 python3-tz,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-recurrence
Vcs-Git: https://salsa.debian.org/python-team/packages/django-recurrence.git
Homepage: https://github.com/django-recurrence/django-recurrence
Rules-Requires-Root: no

Package: python-django-recurrence-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Django utility wrapping dateutil.rrule (documentation)
 django-recurrence is a utility for working with recurring dates in Django.
 .
 It provides:
  * Recurrence/Rule objects using a subset of rfc2445 (wraps dateutil.rrule)
    for specifying recurring date/times
  * RecurrenceField for storing recurring datetimes in the database
  * a JavaScript widget
 .
 This package contains the documentation.

Package: python3-django-recurrence
Architecture: all
Depends:
 python3-dateutil,
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Django utility wrapping dateutil.rrule (Python3 version)
 django-recurrence is a utility for working with recurring dates in Django.
 .
 It provides:
  * Recurrence/Rule objects using a subset of rfc2445 (wraps dateutil.rrule)
    for specifying recurring date/times
  * RecurrenceField for storing recurring datetimes in the database
  * a JavaScript widget
 .
 This package contains the Python 3 version of the library.
