File: control

package info (click to toggle)
django-cors-headers 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: python: 855; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,397 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
Source: django-cors-headers
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python,
    python-setuptools (>= 0.6b3), python-mock, python-django, python-all (>= 2.6.6-3),
    python-pytest, python-pytest-cov, python-pytest-django,
    python3-setuptools (>= 0.6b3), python3-mock, python3-django, python3-all,
    python3-pytest, python3-pytest-cov, python3-pytest-django,
Standards-Version: 4.0.0
Homepage: https://github.com/ottoyiu/django-cors-headers
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-cors-headers
Vcs-Git: https://salsa.debian.org/python-team/modules/django-cors-headers.git

Package: python-django-cors-headers
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django
Description: Django application for handling CORS.
 A Django application for handling the server headers required for Cross-Origin
 Resource Sharing (CORS).
 .
 This package contains the Python 2 version.

Package: python3-django-cors-headers
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django
Description: Django application for handling CORS.
 A Django application for handling the server headers required for Cross-Origin
 Resource Sharing (CORS).
 .
 This package contains the Python 3 version.