File: control

package info (click to toggle)
django-recurrence 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 920 kB
  • sloc: python: 2,636; makefile: 147
file content (81 lines) | stat: -rw-r--r-- 2,383 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: django-recurrence
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all,
 python-babel,
 python-dateutil,
 python-django,
 python-pytest-django,
 python-setuptools,
 python-tz,
 python3-all,
 python3-dateutil,
 python3-django,
 python3-pytest-django,
 python3-setuptools,
 python3-sphinx,
 python3-tz,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-recurrence
Vcs-Git: https://salsa.debian.org/python-team/modules/django-recurrence.git
Homepage: https://github.com/django-recurrence/django-recurrence
Testsuite: autopkgtest-pkg-python

Package: python-django-recurrence
Architecture: all
Depends:
 python-dateutil,
 python-django,
 python-tz,
 ${misc:Depends},
 ${python:Depends},
Description: Django utility wrapping dateutil.rrule
 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

Package: python-django-recurrence-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
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,
 python3-tz,
 ${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.