File: control

package info (click to toggle)
python-django-registration 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 708 kB
  • ctags: 293
  • sloc: python: 1,601; makefile: 85
file content (87 lines) | stat: -rw-r--r-- 3,204 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
82
83
84
85
86
87
Source: python-django-registration
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stephan Peijnik <debian@sp.or.at>, Stephan Sürken <absurd@debian.org>
Standards-Version: 4.1.1
Build-Depends:
	debhelper (>= 10),
	dh-python,
	python-all,
	python3-all
Build-Depends-Indep:
	python-setuptools,
	python-django (>= 1.7),
	python3-setuptools,
	python3-django (>= 1.7),
	python3-sphinx,
	python3-sphinx-rtd-theme
Homepage: https://github.com/ubernostrum/django-registration
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-registration.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-registration.git

Package: python-django-registration
Architecture: all
Depends:
	${python:Depends},
	${misc:Depends},
	${sphinxdoc:Depends},
	python-django (>= 1.7)
Description: User-registration application for Django (Python 2)
 This is a fairly simple user-registration application for Django,
 designed to make allowing user signups as painless as possible.
 .
 Its main feature over Django's standard user-registration application is
 the support of email confirmation.
 .
 This application enables a fairly common workflow for user signups:
  1. User signs up for an account.
  2. User gets emailed an activation link.
  3. User clicks the activation link before it expires.
  4. User becomes a happy and productive contributor to your site.
 .
 This package contains the Python 2 version of the library.

Package: python3-django-registration
Architecture: all
Depends:
	${python3:Depends},
	${misc:Depends},
	${sphinxdoc:Depends},
	python3-django (>= 1.7)
Description: User-registration application for Django (Python 3)
 This is a fairly simple user-registration application for Django,
 designed to make allowing user signups as painless as possible.
 .
 Its main feature over Django's standard user-registration application is
 the support of email confirmation.
 .
 This application enables a fairly common workflow for user signups:
  1. User signs up for an account.
  2. User gets emailed an activation link.
  3. User clicks the activation link before it expires.
  4. User becomes a happy and productive contributor to your site.
 .
 This package contains the Python 3 version of the library.

Package: python-django-registration-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Breaks: python-django-registration (<< 2.1.2-2)
Replaces: python-django-registration (<< 2.1.2-2)
Description: User-registration application for Django (Documentation)
 This is a fairly simple user-registration application for Django,
 designed to make allowing user signups as painless as possible.
 .
 Its main feature over Django's standard user-registration application is
 the support of email confirmation.
 .
 This application enables a fairly common workflow for user signups:
  1. User signs up for an account.
  2. User gets emailed an activation link.
  3. User clicks the activation link before it expires.
  4. User becomes a happy and productive contributor to your site.
 .
 This package contains the HTML documentation.