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
|
Source: django-cas-server
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: William Blough <bblough@debian.org>
Build-Depends: debhelper (>=11),
dh-python,
python-all,
python-django,
python-pytest-runner,
python-requests-futures,
python-setuptools,
python3-all,
python3-django,
python3-pytest-runner,
python3-requests-futures,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-lxml
Standards-Version: 4.2.0
Homepage: https://github.com/nitmir/django-cas-server
Vcs-Git: https://salsa.debian.org/python-team/modules/django-cas-server.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/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
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.
|