File: control

package info (click to toggle)
django-environ 0.12.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: python: 2,434; makefile: 171
file content (27 lines) | stat: -rw-r--r-- 833 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
Source: django-environ
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Brian May <bam@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-django,
 python3-pytest,
 python3-setuptools,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/django-environ.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.