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
|
Source: python-iso3166
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 10),
dh-buildinfo,
dh-python,
python,
python-pytest,
python-setuptools,
python3,
python3-pytest,
python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/deactivated/python-iso3166/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-iso3166.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-iso3166.git
Package: python-iso3166
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: ${python:Suggests}
Provides: ${python:Provides}
Description: Standalone ISO 3166-1 country definitions (Python 2)
ISO 3166-1 defines two-letter, three-letter, and three-digit
country codes. python-iso3166 is a self-contained module that
converts between these codes and the corresponding country name.
.
This package contains the Python 2 library.
Package: python3-iso3166
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: Standalone ISO 3166-1 country definitions (Python 3)
ISO 3166-1 defines two-letter, three-letter, and three-digit
country codes. python-iso3166 is a self-contained module that
converts between these codes and the corresponding country name.
.
This package contains the Python 3 library.
|