pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography PkgSrc: Renamed geography/py-pycountry to ge...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f42e36b010fa
branches: trunk
changeset: 367246:f42e36b010fa
user: adam <adam%pkgsrc.org@localhost>
date: Sun Aug 27 12:27:13 2017 +0000
description:
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.
diffstat:
geography/Makefile | 4 +-
geography/py-country/DESCR | 19 +
geography/py-country/Makefile | 19 +
geography/py-country/PLIST | 671 ++++++++++++++++++++++++++++++++++++++++
geography/py-country/distinfo | 6 +
geography/py-pycountry/DESCR | 19 -
geography/py-pycountry/Makefile | 28 -
geography/py-pycountry/PLIST | 668 ---------------------------------------
geography/py-pycountry/distinfo | 6 -
9 files changed, 717 insertions(+), 723 deletions(-)
diffs (truncated from 1490 to 300 lines):
diff -r 0fa83305c7c9 -r f42e36b010fa geography/Makefile
--- a/geography/Makefile Sun Aug 27 12:17:13 2017 +0000
+++ b/geography/Makefile Sun Aug 27 12:27:13 2017 +0000
@@ -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+= 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
diff -r 0fa83305c7c9 -r f42e36b010fa geography/py-country/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-country/DESCR Sun Aug 27 12:27:13 2017 +0000
@@ -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.
diff -r 0fa83305c7c9 -r f42e36b010fa geography/py-country/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-country/Makefile Sun Aug 27 12:27:13 2017 +0000
@@ -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"
diff -r 0fa83305c7c9 -r f42e36b010fa geography/py-country/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-country/PLIST Sun Aug 27 12:27:13 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index