pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 27 12:27:13 UTC 2017

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/py-country: DESCR Makefile PLIST distinfo
Removed Files:
        pkgsrc/geography/py-pycountry: DESCR Makefile PLIST distinfo

Log Message:
PkgSrc: Renamed geography/py-pycountry to geography/py-country

17.5.14:
Update to iso-codes 3.75, which fixes 13389 again. (bad parent codes for GB).
Switch from building on drone.io (discontinued service) to bitbucket’s Pipelines.
Update pytest dependencies to get rid of API warnings.

17.01.08:
Update to iso-codes 3.73, which fixes 13389 (bad parent codes for CZ).

17.01.02:
Return empty lists from the subdivision database if the country exists but does not have any subdivisions. Fixes 13374.
Some typo fixes. Thanks to @VictorMireyev.
Update to iso-codes-3.72.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-country/DESCR \
    pkgsrc/geography/py-country/Makefile pkgsrc/geography/py-country/PLIST \
    pkgsrc/geography/py-country/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/geography/py-pycountry/DESCR \
    pkgsrc/geography/py-pycountry/PLIST
cvs rdiff -u -r1.3 -r0 pkgsrc/geography/py-pycountry/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/geography/py-pycountry/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/Makefile
diff -u pkgsrc/geography/Makefile:1.65 pkgsrc/geography/Makefile:1.66
--- pkgsrc/geography/Makefile:1.65      Fri Apr 14 16:39:42 2017
+++ pkgsrc/geography/Makefile   Sun Aug 27 12:27:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2017/04/14 16:39:42 bouyer Exp $
+# $NetBSD: Makefile,v 1.66 2017/08/27 12:27:13 adam Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -56,11 +56,11 @@ SUBDIR+=    p5-Geography-Countries
 SUBDIR+=       proj
 SUBDIR+=       proj-doc
 SUBDIR+=       proj-swig
+SUBDIR+=       py-country
 SUBDIR+=       py-geojson
 SUBDIR+=       py-google-maps-services-python
 SUBDIR+=       py-obspy
 SUBDIR+=       py-proj
-SUBDIR+=       py-pycountry
 SUBDIR+=       py-trytond-country
 SUBDIR+=       py-trytond-google-maps
 SUBDIR+=       qgis

Added files:

Index: pkgsrc/geography/py-country/DESCR
diff -u /dev/null pkgsrc/geography/py-country/DESCR:1.1
--- /dev/null   Sun Aug 27 12:27:13 2017
+++ pkgsrc/geography/py-country/DESCR   Sun Aug 27 12:27:13 2017
@@ -0,0 +1,19 @@
+pycountry provides the ISO databases for the standards:
+
+639
+    Languages
+3166
+    Countries
+3166-3
+    Deleted countries
+3166-2
+    Subdivisions of countries
+4217
+    Currencies
+15924
+    Scripts
+
+The package includes a copy from Debian's pkg-isocodes and makes the data
+accessible through a Python API.
+
+Translation files for the various strings are included as well.
Index: pkgsrc/geography/py-country/Makefile
diff -u /dev/null pkgsrc/geography/py-country/Makefile:1.1
--- /dev/null   Sun Aug 27 12:27:13 2017
+++ pkgsrc/geography/py-country/Makefile        Sun Aug 27 12:27:13 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/08/27 12:27:13 adam Exp $
+
+DISTNAME=      pycountry-17.5.14
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    geography python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycountry/}
+
+MAINTAINER=    kamel.derouiche%gmail.com@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/pycountry
+COMMENT=       ISO country, subdivision, language, currency and script
+LICENSE=       gnu-lgpl-v2.1
+
+USE_LANGUAGES=         # none
+
+do-test:
+       cd ${WRKSRC}/src/pycountry/tests && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_general.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-country/PLIST
diff -u /dev/null pkgsrc/geography/py-country/PLIST:1.1
--- /dev/null   Sun Aug 27 12:27:13 2017
+++ pkgsrc/geography/py-country/PLIST   Sun Aug 27 12:27:13 2017
@@ -0,0 +1,671 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/27 12:27:13 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pycountry/__init__.py
+${PYSITELIB}/pycountry/__init__.pyc
+${PYSITELIB}/pycountry/__init__.pyo
+${PYSITELIB}/pycountry/databases/iso15924.json
+${PYSITELIB}/pycountry/databases/iso3166-1.json
+${PYSITELIB}/pycountry/databases/iso3166-2.json
+${PYSITELIB}/pycountry/databases/iso3166-3.json
+${PYSITELIB}/pycountry/databases/iso4217.json
+${PYSITELIB}/pycountry/databases/iso639-3.json
+${PYSITELIB}/pycountry/db.py
+${PYSITELIB}/pycountry/db.pyc
+${PYSITELIB}/pycountry/db.pyo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/dz/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/dz/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/dz/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/en/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/en/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/fo/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/fo/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/fo/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/haw/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/haw/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/haw/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/hr/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/hr/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/hr/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/hr/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/hr/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/hr/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/hu/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/hy/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/hy/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/hy/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ia/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ia/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ia/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ia/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/id/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/is/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/it/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ja/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ka/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ka/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ka/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/kk/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/kk/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/kk/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/km/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/km/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/km/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/kn/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/kn/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/kn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/kn/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/kn/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ko/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/kok/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/kok/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ku/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ku/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ku/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/lt/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/lv/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/mi/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/mi/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/mi/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/mi/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/mi/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/mk/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/mk/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/mk/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/mk/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/mk/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ml/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ml/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ml/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ml/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/mn/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/mn/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/mn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/mn/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/mn/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/mn/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/mr/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/mr/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/mr/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/mr/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/mr/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ms/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ms/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ms/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ms/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ms/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/mt/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/mt/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/mt/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/mt/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/mt/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/nb/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ne/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ne/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ne/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/nl/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/nn/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/nso/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/oc/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/or/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/or/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/or/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/or/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/or/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/pa/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/pa/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/pa/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/pa/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/pa/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/pl/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ps/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ps/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ps/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ps/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ps/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/pt/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/pt_BR/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ro/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ru/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/rw/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/rw/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/rw/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/rw/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/rw/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/rw/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/si/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/si/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/si/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/sk/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/sl/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/so/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/so/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/so/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sq/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sq/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sq/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/sr/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/sr@latin/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/sv/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/sw/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/sw/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/sw/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ta/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ta/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ta/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ta/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ta/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/te/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/te/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/te/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/th/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ti/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ti/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ti/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ti/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ti/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/tig/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/tig/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/tig/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/tig/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/tig/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/tk/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/tk/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/tk/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/tl/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/tl/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/tl/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/tr/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/tt/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/tt/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/tt/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/tt/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/tt/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/tt@iqtelif/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ug/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ug/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ug/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/uk/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/ve/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/vi/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/wa/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/wal/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/wal/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/wal/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/wo/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/wo/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/wo/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/xh/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/xh/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/xh/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/xh/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/xh/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/zh_CN/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/zh_HK/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/zh_HK/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/zh_HK/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/zh_HK/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/zh_HK/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-2.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/zh_TW/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/locales/zu/LC_MESSAGES/iso3166-1.mo
+${PYSITELIB}/pycountry/locales/zu/LC_MESSAGES/iso3166-3.mo
+${PYSITELIB}/pycountry/locales/zu/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/zu/LC_MESSAGES/iso639-3.mo
+${PYSITELIB}/pycountry/locales/zu/LC_MESSAGES/iso639_3.mo
+${PYSITELIB}/pycountry/tests/test_general.py
+${PYSITELIB}/pycountry/tests/test_general.pyc
+${PYSITELIB}/pycountry/tests/test_general.pyo
Index: pkgsrc/geography/py-country/distinfo
diff -u /dev/null pkgsrc/geography/py-country/distinfo:1.1
--- /dev/null   Sun Aug 27 12:27:13 2017
+++ pkgsrc/geography/py-country/distinfo        Sun Aug 27 12:27:13 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/27 12:27:13 adam Exp $
+
+SHA1 (pycountry-17.5.14.tar.gz) = 3c4dc1eabb09c771a5193ac18fb7256ef030c215
+RMD160 (pycountry-17.5.14.tar.gz) = a915f898d99f4f871ddde7c77f8ff4b7eba6bc59
+SHA512 (pycountry-17.5.14.tar.gz) = bf5a13ce128f9512287f09c3edb565a3493bf490e420a01c8a45bbb96cfb2482674e8c81cf4db909a92db647f4ba71d03f4aca51995f6c64e4eb59f5c617bcea
+Size (pycountry-17.5.14.tar.gz) = 9203433 bytes



Home | Main Index | Thread Index | Old Index