File: control

package info (click to toggle)
social-auth-app-django 5.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,430; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download
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
Source: social-auth-app-django
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andre Bianchi <drebs@riseup.net>,
 Ana Rodríguez López <rodrilopez.ana@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django <!nocheck>,
 python3-setuptools,
 python3-social-auth-core (>= 4.1.0) <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/python-social-auth/social-app-django
Vcs-Git: https://salsa.debian.org/python-team/packages/social-auth-app-django.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/social-auth-app-django

Package: python3-social-django
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Django component of the python-social-auth ecosystem (Python3)
 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.
 .
 This package contains the Python 3 version of the library.