File: control

package info (click to toggle)
social-auth-app-django 3.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 324 kB
  • sloc: python: 1,482; makefile: 26
file content (32 lines) | stat: -rw-r--r-- 1,323 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
Source: social-auth-app-django
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andre Bianchi <drebs@riseup.net>, Ana Rodríguez López <rodrilopez.ana@gmail.com>
Build-Depends: debhelper (>= 11)
             , dh-python
             , python3-all
             , python3-setuptools
             , python3-mock
             , python3-django
             , python3-social-auth-core (>= 1.2.0)
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://pypi.python.org/pypi/social-auth-app-django
Vcs-Git: https://salsa.debian.org/python-team/modules/social-auth-app-django.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/social-auth-app-django

Package: python3-social-django
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
       , ${python3:Depends}
       , python3-six
       , python3-social-auth-core (>= 1.2.0)
Description: This is the Django component of the python-social-auth ecosystem
 Python Social Auth is an easy to setup social authentication/registration
 mechanism with support for several frameworks and auth providers.
 .
 This is the Django component of the python-social-auth ecosystem, it
 implements the needed functionality to integrate social-auth-core in a Django
 based project.