File: control

package info (click to toggle)
django-choices-field 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 463; sh: 18; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,224 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: django-choices-field
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
 Kathara Sasikumar <katharasasikumar007@gmail.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 pybuild-plugin-pyproject,
 python3-django <!nocheck>,
 python3-poetry-core,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-django <!nocheck>,
 python3-typing-extensions <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-choices-field
Vcs-Git: https://salsa.debian.org/python-team/packages/django-choices-field.git
Homepage: https://github.com/bellini666/django-choices-field
Testsuite: autopkgtest-pkg-python

Package: python3-django-choices-field
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Set/Get Django's TextChoices/IntegerChoices enum
 Django's choices field option is a powerful feature that ensures data
 integrity and provides an intuitive interface for users.
 .
 This AddOn let you set a Django field that set/get django's new TextChoices
 and IntegerChoices enum.