File: control

package info (click to toggle)
django-environ 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: python: 1,072; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 825 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
Source: django-environ
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-compat (= 9),
 dh-python,
 python3-all,
 python3-django,
 python3-setuptools (>= 0.6b3),
 python3-six,
Vcs-Git: https://salsa.debian.org/python-team/modules/django-environ.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-environ
Homepage: https://github.com/joke2k/django-environ/
Standards-Version: 4.0.0

Package: python3-django-environ
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Simplified environment variables for Django
 Simplifies configuring key aspects of Django Applications through
 environment variables. This package contains the Python3 version.