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