File: control

package info (click to toggle)
python-django-casclient 1.2.0-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • sloc: python: 764; makefile: 160; sh: 24
file content (50 lines) | stat: -rw-r--r-- 2,344 bytes parent folder | download | duplicates (2)
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
Source: python-django-casclient
Section: python
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>=9), dh-python, python-all (>= 2.6.6-3~),
 python-setuptools, python3-all, python3-setuptools,
 python-django-appconf, python3-django-appconf
Standards-Version: 3.9.6
Homepage: https://github.com/kstateome/django-cas/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-casclient.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-casclient.git

Package: python-django-casclient
Architecture: all
Depends: python-django, ${python:Depends}, ${misc:Depends}
Suggests: python-django-cas-doc
Description: CAS client library for Django, K-State's version (Python 2)
 Django-cas is a Central Authentication Service (CAS) client library for
 Django, offering single sign-on web authentication.  It is K-State's fork of
 the original and includes Edmund Crewe's proxy ticket patch and several
 additional features as well as features merged from KTHse's django-cas2.
 .
 This package installs the library for Python 2.

Package: python3-django-casclient
Architecture: all
Depends: python3-django, ${python3:Depends}, ${misc:Depends}
Suggests: python-django-cas-doc
Description: CAS client library for Django, K-State's version (Python 3)
 Django-cas is a Central Authentication Service (CAS) client library for
 Django, offering single sign-on web authentication.  It is K-State's fork of
 the original and includes Edmund Crewe's proxy ticket patch and several
 additional features as well as features merged from KTHse's django-cas2.
 .
 This package installs the library for Python 3.

Package: python-django-casclient-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: CAS client library for Django (documentation)
 Django-cas is a Central Authentication Service (CAS) client library for
 Django, offering single sign-on web authentication.  It is K-State's fork of
 the original and includes Edmund Crewe's proxy ticket patch and several
 additional features as well as features merged from KTHse's django-cas2.
 .
 This is the common documentation package.