pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/py-pycountry Import py27-pycountry-1.10 as g...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d2090baac7e
branches: trunk
changeset: 642874:2d2090baac7e
user: rodent <rodent%pkgsrc.org@localhost>
date: Sat Dec 06 15:18:29 2014 +0000
description:
Import py27-pycountry-1.10 as geography/py-pycountry.
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.
diffstat:
geography/py-pycountry/DESCR | 19 +
geography/py-pycountry/Makefile | 28 +
geography/py-pycountry/PLIST | 668 ++++++++++++++++++++++++++++++++++++++++
geography/py-pycountry/distinfo | 5 +
4 files changed, 720 insertions(+), 0 deletions(-)
diffs (truncated from 736 to 300 lines):
diff -r bae9b48fac53 -r 2d2090baac7e geography/py-pycountry/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-pycountry/DESCR Sat Dec 06 15:18:29 2014 +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 bae9b48fac53 -r 2d2090baac7e geography/py-pycountry/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-pycountry/Makefile Sat Dec 06 15:18:29 2014 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2014/12/06 15:18:29 rodent Exp $
+
+DISTNAME= pycountry-1.10
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= geography python
+MASTER_SITES= https://pypi.python.org/packages/source/p/pycountry/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= kamel.derouiche%gmail.com@localhost
+HOMEPAGE= https://pypi.python.org/packages/source/p/pycountry/
+COMMENT= ISO country, subdivision, language, currency and script
+LICENSE= gnu-lgpl-v2.1
+
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= # none
+
+do-test:
+ ${RUN} cd ${WRKSRC}/src/pycountry; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_general.py
+
+post-install:
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/pycountry/databases/*.xml
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/pycountry/locales/*/LC_MESSAGES/*.mo
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/pycountry/locales/*/LC_MESSAGES/*.po
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/pycountry/tests/test_general.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bae9b48fac53 -r 2d2090baac7e geography/py-pycountry/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-pycountry/PLIST Sat Dec 06 15:18:29 2014 +0000
@@ -0,0 +1,668 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/06 15:18:29 rodent 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.xml
+${PYSITELIB}/pycountry/databases/iso3166.xml
+${PYSITELIB}/pycountry/databases/iso3166_2.xml
+${PYSITELIB}/pycountry/databases/iso4217.xml
+${PYSITELIB}/pycountry/databases/iso639.xml
+${PYSITELIB}/pycountry/db.py
+${PYSITELIB}/pycountry/db.pyc
+${PYSITELIB}/pycountry/db.pyo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/af/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/am/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/ar/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/as/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/ast/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/az/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/be/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/bg/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/bn/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/bn_IN/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/br/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/bs/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/byn/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/ca/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/crh/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/cs/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/cy/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/da/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/de/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/dz/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/dz/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/el/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/en/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/en/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/eo/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/es/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/et/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/eu/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/fa/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/fi/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/fo/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fo/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/fr/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166_2.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso3166_2.po
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/ga/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/gez/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso4217.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso4217.po
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/gl/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/gu/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/haw/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/haw/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso15924.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso15924.po
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso3166.po
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso639.mo
+${PYSITELIB}/pycountry/locales/he/LC_MESSAGES/iso639.po
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso3166.mo
+${PYSITELIB}/pycountry/locales/hi/LC_MESSAGES/iso3166.po
Home |
Main Index |
Thread Index |
Old Index