[go: up one dir, main page]

File: control

package info (click to toggle)
django-countries 5.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,880 kB
  • sloc: python: 2,716; sh: 44; makefile: 25
file content (57 lines) | stat: -rw-r--r-- 1,761 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: django-countries
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper (>= 11),
 dh-python,
 iso-codes,
 python-all,
 python-django,
 python-djangorestframework,
 python-setuptools,
 python3-all,
 python3-django,
 python3-djangorestframework,
 python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://bitbucket.org/smileychris/django-countries/
Vcs-Git: https://salsa.debian.org/python-team/modules/django-countries.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-countries
Testsuite: autopkgtest-pkg-python

Package: python-django-countries
Architecture: all
Depends:
 famfamfam-flag-png | famfamfam-flag-gif,
 iso-codes,
 python-django,
 ${misc:Depends},
 ${python:Depends},
Enhances:
 python-djangorestframework,
Description: provides a country field for Django models
 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.

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.