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
|
Source: django-cas-server
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: William Blough <bblough@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-django,
python3-pytest-runner,
python3-requests-futures,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-lxml
Standards-Version: 4.7.2
Homepage: https://github.com/nitmir/django-cas-server
Vcs-Git: https://salsa.debian.org/python-team/packages/django-cas-server.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-cas-server
Testsuite: autopkgtest-pkg-python
Package: python3-django-cas-server
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-django-cas-server-doc
Description: CAS server library for Django
CAS Server is a Django application implementing the Central Authentication
Service (CAS) Protocol version 3.0 specification.
.
This package installs the library for Python 3.
Package: python3-django-cas-server-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: CAS server library for Django (documentation)
CAS Server is a Django application implementing the Central Authentication
Service (CAS) Protocol version 3.0 specification.
.
This package installs the library documentation.
|