File: control

package info (click to toggle)
django-countries 7.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,400 kB
  • sloc: python: 3,425; sh: 29; makefile: 17
file content (39 lines) | stat: -rw-r--r-- 1,219 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
38
39
Source: django-countries
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-sequence-python3,
 iso-codes,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-djangorestframework,
 python3-pytest,
 python3-setuptools,
 python3-typing-extensions,
Standards-Version: 4.7.2
Homepage: https://github.com/SmileyChris/django-countries
Vcs-Git: https://salsa.debian.org/python-team/packages/django-countries.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-countries

Package: python3-django-countries
Architecture: all
Depends:
 famfamfam-flag-png | famfamfam-flag-gif,
 iso-codes,
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Enhances:
 python3-djangorestframework,
Description: provides a country field for Django models (Python3 version)
 A Django application which provides all ISO 3166-1 countries as choices for
 use with forms, and a country field for models.
 It also includes a small template filter for getting country flags by
 ISO 3166-1 alpha-2 country code.
 .
 This package contains the Python 3 version of the library.