File: control

package info (click to toggle)
python-django-timezone-field 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 272 kB
  • sloc: python: 1,014; sh: 6; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,239 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
37
Source: python-django-timezone-field
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django (>= 2.2~),
 python3-djangorestframework,
 python3-poetry-core,
 python3-pytest,
 python3-pytest-django,
 python3-pytest-lazy-fixture,
 python3-setuptools,
 python3-tz,
Standards-Version: 4.6.0.1
Homepage: https://github.com/mfogel/django-timezone-field/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-timezone-field
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-timezone-field.git
Rules-Requires-Root: no

Package: python3-django-timezone-field
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: database and form fields for pytz objects (Python3 version)
 A Django app providing database and form fields for pytz timezone objects.
 Values are validated against pytz.common_timezones and stored as strings. The
 form field can display timezones as locations or locations with offsets.
 .
 This package contains the Python 3 version of the library.