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
|
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>,
William Blough <bblough@debian.org>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-django-appconf,
python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/kstateome/django-cas/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-casclient.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-casclient
Package: python-django-casclient-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc: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.
Package: python3-django-casclient
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3: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.
|