pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-localflavor



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar 31 01:14:36 UTC 2023

Added Files:
        pkgsrc/www/py-django-localflavor: DESCR Makefile PLIST distinfo

Log Message:
Add py-django-localflavor-3.1:

django-localflavor is a collection of assorted pieces of code that are
useful for particular countries or cultures. These are called the "local
flavor" add-ons and live in the localflavor package.

Inside that package, country- or culture-specific code is organized into
subpackages, named using ISO 3166 country codes.

Most of the localflavor add-ons are localized form components deriving
from the forms framework - for example, a USStateField that knows how to
validate U.S. state abbreviations, and a FISocialSecurityNumber that
knows how to validate Finnish social security numbers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-localflavor/DESCR \
    pkgsrc/www/py-django-localflavor/Makefile \
    pkgsrc/www/py-django-localflavor/PLIST \
    pkgsrc/www/py-django-localflavor/distinfo

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

Added files:

Index: pkgsrc/www/py-django-localflavor/DESCR
diff -u /dev/null pkgsrc/www/py-django-localflavor/DESCR:1.1
--- /dev/null   Fri Mar 31 01:14:36 2023
+++ pkgsrc/www/py-django-localflavor/DESCR      Fri Mar 31 01:14:36 2023
@@ -0,0 +1,11 @@
+django-localflavor is a collection of assorted pieces of code that are
+useful for particular countries or cultures. These are called the "local
+flavor" add-ons and live in the localflavor package.
+
+Inside that package, country- or culture-specific code is organized into
+subpackages, named using ISO 3166 country codes.
+
+Most of the localflavor add-ons are localized form components deriving
+from the forms framework - for example, a USStateField that knows how to
+validate U.S. state abbreviations, and a FISocialSecurityNumber that
+knows how to validate Finnish social security numbers.
Index: pkgsrc/www/py-django-localflavor/Makefile
diff -u /dev/null pkgsrc/www/py-django-localflavor/Makefile:1.1
--- /dev/null   Fri Mar 31 01:14:36 2023
+++ pkgsrc/www/py-django-localflavor/Makefile   Fri Mar 31 01:14:36 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/03/31 01:14:36 joerg Exp $
+
+DISTNAME=      django-localflavor-3.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-localflavor/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://django-localflavor.readthedocs.io/en/latest/
+COMMENT=       L18N support for Django
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-localflavor/PLIST
diff -u /dev/null pkgsrc/www/py-django-localflavor/PLIST:1.1
--- /dev/null   Fri Mar 31 01:14:36 2023
+++ pkgsrc/www/py-django-localflavor/PLIST      Fri Mar 31 01:14:36 2023
@@ -0,0 +1,827 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/31 01:14:36 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt.py
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt.py
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt.py
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt.py
+${PYSITELIB}/localflavor/__init__.py
+${PYSITELIB}/localflavor/__init__.pyc
+${PYSITELIB}/localflavor/__init__.pyo
+${PYSITELIB}/localflavor/ar/__init__.py
+${PYSITELIB}/localflavor/ar/__init__.pyc
+${PYSITELIB}/localflavor/ar/__init__.pyo
+${PYSITELIB}/localflavor/ar/ar_provinces.py
+${PYSITELIB}/localflavor/ar/ar_provinces.pyc
+${PYSITELIB}/localflavor/ar/ar_provinces.pyo
+${PYSITELIB}/localflavor/ar/forms.py
+${PYSITELIB}/localflavor/ar/forms.pyc
+${PYSITELIB}/localflavor/ar/forms.pyo
+${PYSITELIB}/localflavor/at/__init__.py
+${PYSITELIB}/localflavor/at/__init__.pyc
+${PYSITELIB}/localflavor/at/__init__.pyo
+${PYSITELIB}/localflavor/at/at_states.py
+${PYSITELIB}/localflavor/at/at_states.pyc
+${PYSITELIB}/localflavor/at/at_states.pyo
+${PYSITELIB}/localflavor/at/forms.py
+${PYSITELIB}/localflavor/at/forms.pyc
+${PYSITELIB}/localflavor/at/forms.pyo
+${PYSITELIB}/localflavor/au/__init__.py
+${PYSITELIB}/localflavor/au/__init__.pyc
+${PYSITELIB}/localflavor/au/__init__.pyo
+${PYSITELIB}/localflavor/au/au_states.py
+${PYSITELIB}/localflavor/au/au_states.pyc
+${PYSITELIB}/localflavor/au/au_states.pyo
+${PYSITELIB}/localflavor/au/forms.py
+${PYSITELIB}/localflavor/au/forms.pyc
+${PYSITELIB}/localflavor/au/forms.pyo
+${PYSITELIB}/localflavor/au/models.py
+${PYSITELIB}/localflavor/au/models.pyc
+${PYSITELIB}/localflavor/au/models.pyo
+${PYSITELIB}/localflavor/au/validators.py
+${PYSITELIB}/localflavor/au/validators.pyc
+${PYSITELIB}/localflavor/au/validators.pyo
+${PYSITELIB}/localflavor/be/__init__.py
+${PYSITELIB}/localflavor/be/__init__.pyc
+${PYSITELIB}/localflavor/be/__init__.pyo
+${PYSITELIB}/localflavor/be/be_provinces.py
+${PYSITELIB}/localflavor/be/be_provinces.pyc
+${PYSITELIB}/localflavor/be/be_provinces.pyo
+${PYSITELIB}/localflavor/be/be_regions.py
+${PYSITELIB}/localflavor/be/be_regions.pyc
+${PYSITELIB}/localflavor/be/be_regions.pyo
+${PYSITELIB}/localflavor/be/forms.py
+${PYSITELIB}/localflavor/be/forms.pyc
+${PYSITELIB}/localflavor/be/forms.pyo
+${PYSITELIB}/localflavor/bg/__init__.py
+${PYSITELIB}/localflavor/bg/__init__.pyc
+${PYSITELIB}/localflavor/bg/__init__.pyo
+${PYSITELIB}/localflavor/bg/models.py
+${PYSITELIB}/localflavor/bg/models.pyc
+${PYSITELIB}/localflavor/bg/models.pyo
+${PYSITELIB}/localflavor/bg/utils.py
+${PYSITELIB}/localflavor/bg/utils.pyc
+${PYSITELIB}/localflavor/bg/utils.pyo
+${PYSITELIB}/localflavor/bg/validators.py
+${PYSITELIB}/localflavor/bg/validators.pyc
+${PYSITELIB}/localflavor/bg/validators.pyo
+${PYSITELIB}/localflavor/br/__init__.py
+${PYSITELIB}/localflavor/br/__init__.pyc
+${PYSITELIB}/localflavor/br/__init__.pyo
+${PYSITELIB}/localflavor/br/br_states.py
+${PYSITELIB}/localflavor/br/br_states.pyc
+${PYSITELIB}/localflavor/br/br_states.pyo
+${PYSITELIB}/localflavor/br/forms.py
+${PYSITELIB}/localflavor/br/forms.pyc
+${PYSITELIB}/localflavor/br/forms.pyo
+${PYSITELIB}/localflavor/br/models.py
+${PYSITELIB}/localflavor/br/models.pyc
+${PYSITELIB}/localflavor/br/models.pyo
+${PYSITELIB}/localflavor/br/validators.py
+${PYSITELIB}/localflavor/br/validators.pyc
+${PYSITELIB}/localflavor/br/validators.pyo
+${PYSITELIB}/localflavor/ca/__init__.py
+${PYSITELIB}/localflavor/ca/__init__.pyc
+${PYSITELIB}/localflavor/ca/__init__.pyo
+${PYSITELIB}/localflavor/ca/ca_provinces.py
+${PYSITELIB}/localflavor/ca/ca_provinces.pyc
+${PYSITELIB}/localflavor/ca/ca_provinces.pyo
+${PYSITELIB}/localflavor/ca/forms.py
+${PYSITELIB}/localflavor/ca/forms.pyc
+${PYSITELIB}/localflavor/ca/forms.pyo
+${PYSITELIB}/localflavor/ch/__init__.py
+${PYSITELIB}/localflavor/ch/__init__.pyc
+${PYSITELIB}/localflavor/ch/__init__.pyo
+${PYSITELIB}/localflavor/ch/ch_states.py
+${PYSITELIB}/localflavor/ch/ch_states.pyc
+${PYSITELIB}/localflavor/ch/ch_states.pyo
+${PYSITELIB}/localflavor/ch/forms.py
+${PYSITELIB}/localflavor/ch/forms.pyc
+${PYSITELIB}/localflavor/ch/forms.pyo
+${PYSITELIB}/localflavor/cl/__init__.py
+${PYSITELIB}/localflavor/cl/__init__.pyc
+${PYSITELIB}/localflavor/cl/__init__.pyo
+${PYSITELIB}/localflavor/cl/cl_regions.py
+${PYSITELIB}/localflavor/cl/cl_regions.pyc
+${PYSITELIB}/localflavor/cl/cl_regions.pyo
+${PYSITELIB}/localflavor/cl/forms.py
+${PYSITELIB}/localflavor/cl/forms.pyc
+${PYSITELIB}/localflavor/cl/forms.pyo
+${PYSITELIB}/localflavor/cn/__init__.py
+${PYSITELIB}/localflavor/cn/__init__.pyc
+${PYSITELIB}/localflavor/cn/__init__.pyo
+${PYSITELIB}/localflavor/cn/cn_provinces.py
+${PYSITELIB}/localflavor/cn/cn_provinces.pyc
+${PYSITELIB}/localflavor/cn/cn_provinces.pyo
+${PYSITELIB}/localflavor/cn/forms.py
+${PYSITELIB}/localflavor/cn/forms.pyc
+${PYSITELIB}/localflavor/cn/forms.pyo
+${PYSITELIB}/localflavor/co/__init__.py
+${PYSITELIB}/localflavor/co/__init__.pyc
+${PYSITELIB}/localflavor/co/__init__.pyo
+${PYSITELIB}/localflavor/co/co_departments.py
+${PYSITELIB}/localflavor/co/co_departments.pyc
+${PYSITELIB}/localflavor/co/co_departments.pyo
+${PYSITELIB}/localflavor/co/forms.py
+${PYSITELIB}/localflavor/co/forms.pyc
+${PYSITELIB}/localflavor/co/forms.pyo
+${PYSITELIB}/localflavor/cu/__init__.py
+${PYSITELIB}/localflavor/cu/__init__.pyc
+${PYSITELIB}/localflavor/cu/__init__.pyo
+${PYSITELIB}/localflavor/cu/choices.py
+${PYSITELIB}/localflavor/cu/choices.pyc
+${PYSITELIB}/localflavor/cu/choices.pyo
+${PYSITELIB}/localflavor/cu/forms.py
+${PYSITELIB}/localflavor/cu/forms.pyc
+${PYSITELIB}/localflavor/cu/forms.pyo
+${PYSITELIB}/localflavor/cu/models.py
+${PYSITELIB}/localflavor/cu/models.pyc
+${PYSITELIB}/localflavor/cu/models.pyo
+${PYSITELIB}/localflavor/cu/validators.py
+${PYSITELIB}/localflavor/cu/validators.pyc
+${PYSITELIB}/localflavor/cu/validators.pyo
+${PYSITELIB}/localflavor/cz/__init__.py
+${PYSITELIB}/localflavor/cz/__init__.pyc
+${PYSITELIB}/localflavor/cz/__init__.pyo
+${PYSITELIB}/localflavor/cz/cz_regions.py
+${PYSITELIB}/localflavor/cz/cz_regions.pyc
+${PYSITELIB}/localflavor/cz/cz_regions.pyo
+${PYSITELIB}/localflavor/cz/forms.py
+${PYSITELIB}/localflavor/cz/forms.pyc
+${PYSITELIB}/localflavor/cz/forms.pyo
+${PYSITELIB}/localflavor/de/__init__.py
+${PYSITELIB}/localflavor/de/__init__.pyc
+${PYSITELIB}/localflavor/de/__init__.pyo
+${PYSITELIB}/localflavor/de/de_states.py
+${PYSITELIB}/localflavor/de/de_states.pyc
+${PYSITELIB}/localflavor/de/de_states.pyo
+${PYSITELIB}/localflavor/de/forms.py
+${PYSITELIB}/localflavor/de/forms.pyc
+${PYSITELIB}/localflavor/de/forms.pyo
+${PYSITELIB}/localflavor/deprecation.py
+${PYSITELIB}/localflavor/deprecation.pyc
+${PYSITELIB}/localflavor/deprecation.pyo
+${PYSITELIB}/localflavor/dk/__init__.py
+${PYSITELIB}/localflavor/dk/__init__.pyc
+${PYSITELIB}/localflavor/dk/__init__.pyo
+${PYSITELIB}/localflavor/dk/dk_municipalities.py
+${PYSITELIB}/localflavor/dk/dk_municipalities.pyc
+${PYSITELIB}/localflavor/dk/dk_municipalities.pyo
+${PYSITELIB}/localflavor/dk/dk_postalcodes.py
+${PYSITELIB}/localflavor/dk/dk_postalcodes.pyc
+${PYSITELIB}/localflavor/dk/dk_postalcodes.pyo
+${PYSITELIB}/localflavor/dk/forms.py
+${PYSITELIB}/localflavor/dk/forms.pyc
+${PYSITELIB}/localflavor/dk/forms.pyo
+${PYSITELIB}/localflavor/ec/__init__.py
+${PYSITELIB}/localflavor/ec/__init__.pyc
+${PYSITELIB}/localflavor/ec/__init__.pyo
+${PYSITELIB}/localflavor/ec/ec_provinces.py
+${PYSITELIB}/localflavor/ec/ec_provinces.pyc
+${PYSITELIB}/localflavor/ec/ec_provinces.pyo
+${PYSITELIB}/localflavor/ec/forms.py
+${PYSITELIB}/localflavor/ec/forms.pyc
+${PYSITELIB}/localflavor/ec/forms.pyo
+${PYSITELIB}/localflavor/ec/models.py
+${PYSITELIB}/localflavor/ec/models.pyc
+${PYSITELIB}/localflavor/ec/models.pyo
+${PYSITELIB}/localflavor/ee/__init__.py
+${PYSITELIB}/localflavor/ee/__init__.pyc
+${PYSITELIB}/localflavor/ee/__init__.pyo
+${PYSITELIB}/localflavor/ee/ee_counties.py
+${PYSITELIB}/localflavor/ee/ee_counties.pyc
+${PYSITELIB}/localflavor/ee/ee_counties.pyo
+${PYSITELIB}/localflavor/ee/forms.py
+${PYSITELIB}/localflavor/ee/forms.pyc
+${PYSITELIB}/localflavor/ee/forms.pyo
+${PYSITELIB}/localflavor/eg/__init__.py
+${PYSITELIB}/localflavor/eg/__init__.pyc
+${PYSITELIB}/localflavor/eg/__init__.pyo
+${PYSITELIB}/localflavor/eg/choices.py
+${PYSITELIB}/localflavor/eg/choices.pyc
+${PYSITELIB}/localflavor/eg/choices.pyo
+${PYSITELIB}/localflavor/eg/forms.py
+${PYSITELIB}/localflavor/eg/forms.pyc
+${PYSITELIB}/localflavor/eg/forms.pyo
+${PYSITELIB}/localflavor/es/__init__.py
+${PYSITELIB}/localflavor/es/__init__.pyc
+${PYSITELIB}/localflavor/es/__init__.pyo
+${PYSITELIB}/localflavor/es/es_provinces.py
+${PYSITELIB}/localflavor/es/es_provinces.pyc
+${PYSITELIB}/localflavor/es/es_provinces.pyo
+${PYSITELIB}/localflavor/es/es_regions.py
+${PYSITELIB}/localflavor/es/es_regions.pyc
+${PYSITELIB}/localflavor/es/es_regions.pyo
+${PYSITELIB}/localflavor/es/forms.py
+${PYSITELIB}/localflavor/es/forms.pyc
+${PYSITELIB}/localflavor/es/forms.pyo
+${PYSITELIB}/localflavor/es/models.py
+${PYSITELIB}/localflavor/es/models.pyc
+${PYSITELIB}/localflavor/es/models.pyo
+${PYSITELIB}/localflavor/fi/__init__.py
+${PYSITELIB}/localflavor/fi/__init__.pyc
+${PYSITELIB}/localflavor/fi/__init__.pyo
+${PYSITELIB}/localflavor/fi/fi_municipalities.py
+${PYSITELIB}/localflavor/fi/fi_municipalities.pyc
+${PYSITELIB}/localflavor/fi/fi_municipalities.pyo
+${PYSITELIB}/localflavor/fi/forms.py
+${PYSITELIB}/localflavor/fi/forms.pyc
+${PYSITELIB}/localflavor/fi/forms.pyo
+${PYSITELIB}/localflavor/fr/__init__.py
+${PYSITELIB}/localflavor/fr/__init__.pyc
+${PYSITELIB}/localflavor/fr/__init__.pyo
+${PYSITELIB}/localflavor/fr/forms.py
+${PYSITELIB}/localflavor/fr/forms.pyc
+${PYSITELIB}/localflavor/fr/forms.pyo
+${PYSITELIB}/localflavor/fr/fr_department.py
+${PYSITELIB}/localflavor/fr/fr_department.pyc
+${PYSITELIB}/localflavor/fr/fr_department.pyo
+${PYSITELIB}/localflavor/fr/fr_region.py
+${PYSITELIB}/localflavor/fr/fr_region.pyc
+${PYSITELIB}/localflavor/fr/fr_region.pyo
+${PYSITELIB}/localflavor/fr/models.py
+${PYSITELIB}/localflavor/fr/models.pyc
+${PYSITELIB}/localflavor/fr/models.pyo
+${PYSITELIB}/localflavor/gb/__init__.py
+${PYSITELIB}/localflavor/gb/__init__.pyc
+${PYSITELIB}/localflavor/gb/__init__.pyo
+${PYSITELIB}/localflavor/gb/forms.py
+${PYSITELIB}/localflavor/gb/forms.pyc
+${PYSITELIB}/localflavor/gb/forms.pyo
+${PYSITELIB}/localflavor/gb/gb_regions.py
+${PYSITELIB}/localflavor/gb/gb_regions.pyc
+${PYSITELIB}/localflavor/gb/gb_regions.pyo
+${PYSITELIB}/localflavor/generic/__init__.py
+${PYSITELIB}/localflavor/generic/__init__.pyc
+${PYSITELIB}/localflavor/generic/__init__.pyo
+${PYSITELIB}/localflavor/generic/countries/__init__.py
+${PYSITELIB}/localflavor/generic/countries/__init__.pyc
+${PYSITELIB}/localflavor/generic/countries/__init__.pyo
+${PYSITELIB}/localflavor/generic/countries/iso_3166.py
+${PYSITELIB}/localflavor/generic/countries/iso_3166.pyc
+${PYSITELIB}/localflavor/generic/countries/iso_3166.pyo
+${PYSITELIB}/localflavor/generic/countries/sepa.py
+${PYSITELIB}/localflavor/generic/countries/sepa.pyc
+${PYSITELIB}/localflavor/generic/countries/sepa.pyo
+${PYSITELIB}/localflavor/generic/forms.py
+${PYSITELIB}/localflavor/generic/forms.pyc
+${PYSITELIB}/localflavor/generic/forms.pyo
+${PYSITELIB}/localflavor/generic/models.py
+${PYSITELIB}/localflavor/generic/models.pyc
+${PYSITELIB}/localflavor/generic/models.pyo
+${PYSITELIB}/localflavor/generic/validators.py
+${PYSITELIB}/localflavor/generic/validators.pyc
+${PYSITELIB}/localflavor/generic/validators.pyo
+${PYSITELIB}/localflavor/gr/__init__.py
+${PYSITELIB}/localflavor/gr/__init__.pyc
+${PYSITELIB}/localflavor/gr/__init__.pyo
+${PYSITELIB}/localflavor/gr/forms.py
+${PYSITELIB}/localflavor/gr/forms.pyc
+${PYSITELIB}/localflavor/gr/forms.pyo
+${PYSITELIB}/localflavor/hr/__init__.py
+${PYSITELIB}/localflavor/hr/__init__.pyc
+${PYSITELIB}/localflavor/hr/__init__.pyo
+${PYSITELIB}/localflavor/hr/forms.py
+${PYSITELIB}/localflavor/hr/forms.pyc
+${PYSITELIB}/localflavor/hr/forms.pyo
+${PYSITELIB}/localflavor/hr/hr_choices.py
+${PYSITELIB}/localflavor/hr/hr_choices.pyc
+${PYSITELIB}/localflavor/hr/hr_choices.pyo
+${PYSITELIB}/localflavor/hu/__init__.py
+${PYSITELIB}/localflavor/hu/__init__.pyc
+${PYSITELIB}/localflavor/hu/__init__.pyo
+${PYSITELIB}/localflavor/hu/forms.py
+${PYSITELIB}/localflavor/hu/forms.pyc
+${PYSITELIB}/localflavor/hu/forms.pyo
+${PYSITELIB}/localflavor/hu/hu_counties.py
+${PYSITELIB}/localflavor/hu/hu_counties.pyc
+${PYSITELIB}/localflavor/hu/hu_counties.pyo
+${PYSITELIB}/localflavor/id_/__init__.py
+${PYSITELIB}/localflavor/id_/__init__.pyc
+${PYSITELIB}/localflavor/id_/__init__.pyo
+${PYSITELIB}/localflavor/id_/forms.py
+${PYSITELIB}/localflavor/id_/forms.pyc
+${PYSITELIB}/localflavor/id_/forms.pyo
+${PYSITELIB}/localflavor/id_/id_choices.py
+${PYSITELIB}/localflavor/id_/id_choices.pyc
+${PYSITELIB}/localflavor/id_/id_choices.pyo
+${PYSITELIB}/localflavor/ie/__init__.py
+${PYSITELIB}/localflavor/ie/__init__.pyc
+${PYSITELIB}/localflavor/ie/__init__.pyo
+${PYSITELIB}/localflavor/ie/forms.py
+${PYSITELIB}/localflavor/ie/forms.pyc
+${PYSITELIB}/localflavor/ie/forms.pyo
+${PYSITELIB}/localflavor/ie/ie_counties.py
+${PYSITELIB}/localflavor/ie/ie_counties.pyc
+${PYSITELIB}/localflavor/ie/ie_counties.pyo
+${PYSITELIB}/localflavor/il/__init__.py
+${PYSITELIB}/localflavor/il/__init__.pyc
+${PYSITELIB}/localflavor/il/__init__.pyo
+${PYSITELIB}/localflavor/il/forms.py
+${PYSITELIB}/localflavor/il/forms.pyc
+${PYSITELIB}/localflavor/il/forms.pyo
+${PYSITELIB}/localflavor/in_/__init__.py
+${PYSITELIB}/localflavor/in_/__init__.pyc
+${PYSITELIB}/localflavor/in_/__init__.pyo
+${PYSITELIB}/localflavor/in_/forms.py
+${PYSITELIB}/localflavor/in_/forms.pyc
+${PYSITELIB}/localflavor/in_/forms.pyo
+${PYSITELIB}/localflavor/in_/in_states.py
+${PYSITELIB}/localflavor/in_/in_states.pyc
+${PYSITELIB}/localflavor/in_/in_states.pyo
+${PYSITELIB}/localflavor/in_/models.py
+${PYSITELIB}/localflavor/in_/models.pyc
+${PYSITELIB}/localflavor/in_/models.pyo
+${PYSITELIB}/localflavor/ir/__init__.py
+${PYSITELIB}/localflavor/ir/__init__.pyc
+${PYSITELIB}/localflavor/ir/__init__.pyo
+${PYSITELIB}/localflavor/ir/forms.py
+${PYSITELIB}/localflavor/ir/forms.pyc
+${PYSITELIB}/localflavor/ir/forms.pyo
+${PYSITELIB}/localflavor/ir/ir_provinces.py
+${PYSITELIB}/localflavor/ir/ir_provinces.pyc
+${PYSITELIB}/localflavor/ir/ir_provinces.pyo
+${PYSITELIB}/localflavor/is_/__init__.py
+${PYSITELIB}/localflavor/is_/__init__.pyc
+${PYSITELIB}/localflavor/is_/__init__.pyo
+${PYSITELIB}/localflavor/is_/forms.py
+${PYSITELIB}/localflavor/is_/forms.pyc
+${PYSITELIB}/localflavor/is_/forms.pyo
+${PYSITELIB}/localflavor/is_/is_postalcodes.py
+${PYSITELIB}/localflavor/is_/is_postalcodes.pyc
+${PYSITELIB}/localflavor/is_/is_postalcodes.pyo
+${PYSITELIB}/localflavor/it/__init__.py
+${PYSITELIB}/localflavor/it/__init__.pyc
+${PYSITELIB}/localflavor/it/__init__.pyo
+${PYSITELIB}/localflavor/it/forms.py
+${PYSITELIB}/localflavor/it/forms.pyc
+${PYSITELIB}/localflavor/it/forms.pyo
+${PYSITELIB}/localflavor/it/it_province.py
+${PYSITELIB}/localflavor/it/it_province.pyc
+${PYSITELIB}/localflavor/it/it_province.pyo
+${PYSITELIB}/localflavor/it/it_region.py
+${PYSITELIB}/localflavor/it/it_region.pyc
+${PYSITELIB}/localflavor/it/it_region.pyo
+${PYSITELIB}/localflavor/it/util.py
+${PYSITELIB}/localflavor/it/util.pyc
+${PYSITELIB}/localflavor/it/util.pyo
+${PYSITELIB}/localflavor/jp/__init__.py
+${PYSITELIB}/localflavor/jp/__init__.pyc
+${PYSITELIB}/localflavor/jp/__init__.pyo
+${PYSITELIB}/localflavor/jp/forms.py
+${PYSITELIB}/localflavor/jp/forms.pyc
+${PYSITELIB}/localflavor/jp/forms.pyo
+${PYSITELIB}/localflavor/jp/jp_prefectures.py
+${PYSITELIB}/localflavor/jp/jp_prefectures.pyc
+${PYSITELIB}/localflavor/jp/jp_prefectures.pyo
+${PYSITELIB}/localflavor/kw/__init__.py
+${PYSITELIB}/localflavor/kw/__init__.pyc
+${PYSITELIB}/localflavor/kw/__init__.pyo
+${PYSITELIB}/localflavor/kw/forms.py
+${PYSITELIB}/localflavor/kw/forms.pyc
+${PYSITELIB}/localflavor/kw/forms.pyo
+${PYSITELIB}/localflavor/kw/kw_areas.py
+${PYSITELIB}/localflavor/kw/kw_areas.pyc
+${PYSITELIB}/localflavor/kw/kw_areas.pyo
+${PYSITELIB}/localflavor/kw/kw_governorates.py
+${PYSITELIB}/localflavor/kw/kw_governorates.pyc
+${PYSITELIB}/localflavor/kw/kw_governorates.pyo
+${PYSITELIB}/localflavor/locale/ar/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ar/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ar_DZ/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ar_DZ/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/az/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/az/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/bg/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/bg/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/bn/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/bn/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/br/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/br/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/bs/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/bs/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ca/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ca/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/cs/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/cy/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/cy/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/da/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/da/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/el/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/el/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/en/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/en/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/en_GB/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/en_GB/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/eo/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/eo/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/es/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/es/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/es_AR/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/es_AR/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/es_MX/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/es_MX/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/et/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/et/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/eu/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/eu/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/fa/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/fi/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/fi/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/fr/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ga/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ga/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/gd/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/gd/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/gl/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/gl/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/he/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/he/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/hi/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/hi/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/hr/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/hr/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/hu/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/hu/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/id/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/id/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/is/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/is/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/it/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/it/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ja/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ja/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ka/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ka/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/km/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/km/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/kn/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/kn/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ko/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ko/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/lt/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/lt/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/lv/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/lv/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/mk/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/mk/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/mn/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/mn/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/nb/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/nb/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/nl/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/nl/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/nn/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/nn/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/pa/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/pa/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/pl/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/pl/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/pt/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/pt/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/pt_BR/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/pt_BR/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ro/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ro/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ru/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ru/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/sk/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/sk/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/sl/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/sl/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/sq/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/sq/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/sr/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/sr/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/sr_Latn/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/sv/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/sv/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/ta/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/ta/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/te/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/te/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/th/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/th/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/tr/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/tr/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/uk/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/uk/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/vi/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/vi/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/zh_Hans/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/zh_Hans/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/locale/zh_Hant/LC_MESSAGES/django.mo
+${PYSITELIB}/localflavor/locale/zh_Hant/LC_MESSAGES/django.po
+${PYSITELIB}/localflavor/lt/__init__.py
+${PYSITELIB}/localflavor/lt/__init__.pyc
+${PYSITELIB}/localflavor/lt/__init__.pyo
+${PYSITELIB}/localflavor/lt/forms.py
+${PYSITELIB}/localflavor/lt/forms.pyc
+${PYSITELIB}/localflavor/lt/forms.pyo
+${PYSITELIB}/localflavor/lt/lt_choices.py
+${PYSITELIB}/localflavor/lt/lt_choices.pyc
+${PYSITELIB}/localflavor/lt/lt_choices.pyo
+${PYSITELIB}/localflavor/lv/__init__.py
+${PYSITELIB}/localflavor/lv/__init__.pyc
+${PYSITELIB}/localflavor/lv/__init__.pyo
+${PYSITELIB}/localflavor/lv/forms.py
+${PYSITELIB}/localflavor/lv/forms.pyc
+${PYSITELIB}/localflavor/lv/forms.pyo
+${PYSITELIB}/localflavor/lv/lv_choices.py
+${PYSITELIB}/localflavor/lv/lv_choices.pyc
+${PYSITELIB}/localflavor/lv/lv_choices.pyo
+${PYSITELIB}/localflavor/ma/__init__.py
+${PYSITELIB}/localflavor/ma/__init__.pyc
+${PYSITELIB}/localflavor/ma/__init__.pyo
+${PYSITELIB}/localflavor/ma/forms.py
+${PYSITELIB}/localflavor/ma/forms.pyc
+${PYSITELIB}/localflavor/ma/forms.pyo
+${PYSITELIB}/localflavor/ma/ma_provinces.py
+${PYSITELIB}/localflavor/ma/ma_provinces.pyc
+${PYSITELIB}/localflavor/ma/ma_provinces.pyo
+${PYSITELIB}/localflavor/ma/ma_regions.py
+${PYSITELIB}/localflavor/ma/ma_regions.pyc
+${PYSITELIB}/localflavor/ma/ma_regions.pyo
+${PYSITELIB}/localflavor/md/__init__.py
+${PYSITELIB}/localflavor/md/__init__.pyc
+${PYSITELIB}/localflavor/md/__init__.pyo
+${PYSITELIB}/localflavor/md/choices.py
+${PYSITELIB}/localflavor/md/choices.pyc
+${PYSITELIB}/localflavor/md/choices.pyo
+${PYSITELIB}/localflavor/md/forms.py
+${PYSITELIB}/localflavor/md/forms.pyc
+${PYSITELIB}/localflavor/md/forms.pyo
+${PYSITELIB}/localflavor/md/models.py
+${PYSITELIB}/localflavor/md/models.pyc
+${PYSITELIB}/localflavor/md/models.pyo
+${PYSITELIB}/localflavor/md/validators.py
+${PYSITELIB}/localflavor/md/validators.pyc
+${PYSITELIB}/localflavor/md/validators.pyo
+${PYSITELIB}/localflavor/mk/__init__.py
+${PYSITELIB}/localflavor/mk/__init__.pyc
+${PYSITELIB}/localflavor/mk/__init__.pyo
+${PYSITELIB}/localflavor/mk/forms.py
+${PYSITELIB}/localflavor/mk/forms.pyc
+${PYSITELIB}/localflavor/mk/forms.pyo
+${PYSITELIB}/localflavor/mk/mk_choices.py
+${PYSITELIB}/localflavor/mk/mk_choices.pyc
+${PYSITELIB}/localflavor/mk/mk_choices.pyo
+${PYSITELIB}/localflavor/mk/models.py
+${PYSITELIB}/localflavor/mk/models.pyc
+${PYSITELIB}/localflavor/mk/models.pyo
+${PYSITELIB}/localflavor/mt/__init__.py
+${PYSITELIB}/localflavor/mt/__init__.pyc
+${PYSITELIB}/localflavor/mt/__init__.pyo
+${PYSITELIB}/localflavor/mt/forms.py
+${PYSITELIB}/localflavor/mt/forms.pyc
+${PYSITELIB}/localflavor/mt/forms.pyo
+${PYSITELIB}/localflavor/mx/__init__.py
+${PYSITELIB}/localflavor/mx/__init__.pyc
+${PYSITELIB}/localflavor/mx/__init__.pyo
+${PYSITELIB}/localflavor/mx/forms.py
+${PYSITELIB}/localflavor/mx/forms.pyc
+${PYSITELIB}/localflavor/mx/forms.pyo
+${PYSITELIB}/localflavor/mx/models.py
+${PYSITELIB}/localflavor/mx/models.pyc
+${PYSITELIB}/localflavor/mx/models.pyo
+${PYSITELIB}/localflavor/mx/mx_states.py
+${PYSITELIB}/localflavor/mx/mx_states.pyc
+${PYSITELIB}/localflavor/mx/mx_states.pyo
+${PYSITELIB}/localflavor/my/__init__.py
+${PYSITELIB}/localflavor/my/__init__.pyc
+${PYSITELIB}/localflavor/my/__init__.pyo
+${PYSITELIB}/localflavor/my/forms.py
+${PYSITELIB}/localflavor/my/forms.pyc
+${PYSITELIB}/localflavor/my/forms.pyo
+${PYSITELIB}/localflavor/nl/__init__.py
+${PYSITELIB}/localflavor/nl/__init__.pyc
+${PYSITELIB}/localflavor/nl/__init__.pyo
+${PYSITELIB}/localflavor/nl/forms.py
+${PYSITELIB}/localflavor/nl/forms.pyc
+${PYSITELIB}/localflavor/nl/forms.pyo
+${PYSITELIB}/localflavor/nl/models.py
+${PYSITELIB}/localflavor/nl/models.pyc
+${PYSITELIB}/localflavor/nl/models.pyo
+${PYSITELIB}/localflavor/nl/nl_provinces.py
+${PYSITELIB}/localflavor/nl/nl_provinces.pyc
+${PYSITELIB}/localflavor/nl/nl_provinces.pyo
+${PYSITELIB}/localflavor/nl/validators.py
+${PYSITELIB}/localflavor/nl/validators.pyc
+${PYSITELIB}/localflavor/nl/validators.pyo
+${PYSITELIB}/localflavor/no/__init__.py
+${PYSITELIB}/localflavor/no/__init__.pyc
+${PYSITELIB}/localflavor/no/__init__.pyo
+${PYSITELIB}/localflavor/no/forms.py
+${PYSITELIB}/localflavor/no/forms.pyc
+${PYSITELIB}/localflavor/no/forms.pyo
+${PYSITELIB}/localflavor/no/no_municipalities.py
+${PYSITELIB}/localflavor/no/no_municipalities.pyc
+${PYSITELIB}/localflavor/no/no_municipalities.pyo
+${PYSITELIB}/localflavor/nz/__init__.py
+${PYSITELIB}/localflavor/nz/__init__.pyc
+${PYSITELIB}/localflavor/nz/__init__.pyo
+${PYSITELIB}/localflavor/nz/forms.py
+${PYSITELIB}/localflavor/nz/forms.pyc
+${PYSITELIB}/localflavor/nz/forms.pyo
+${PYSITELIB}/localflavor/nz/nz_councils.py
+${PYSITELIB}/localflavor/nz/nz_councils.pyc
+${PYSITELIB}/localflavor/nz/nz_councils.pyo
+${PYSITELIB}/localflavor/nz/nz_provinces.py
+${PYSITELIB}/localflavor/nz/nz_provinces.pyc
+${PYSITELIB}/localflavor/nz/nz_provinces.pyo
+${PYSITELIB}/localflavor/nz/nz_regions.py
+${PYSITELIB}/localflavor/nz/nz_regions.pyc
+${PYSITELIB}/localflavor/nz/nz_regions.pyo
+${PYSITELIB}/localflavor/pe/__init__.py
+${PYSITELIB}/localflavor/pe/__init__.pyc
+${PYSITELIB}/localflavor/pe/__init__.pyo
+${PYSITELIB}/localflavor/pe/forms.py
+${PYSITELIB}/localflavor/pe/forms.pyc
+${PYSITELIB}/localflavor/pe/forms.pyo
+${PYSITELIB}/localflavor/pe/pe_region.py
+${PYSITELIB}/localflavor/pe/pe_region.pyc
+${PYSITELIB}/localflavor/pe/pe_region.pyo
+${PYSITELIB}/localflavor/pk/__init__.py
+${PYSITELIB}/localflavor/pk/__init__.pyc
+${PYSITELIB}/localflavor/pk/__init__.pyo
+${PYSITELIB}/localflavor/pk/forms.py
+${PYSITELIB}/localflavor/pk/forms.pyc
+${PYSITELIB}/localflavor/pk/forms.pyo
+${PYSITELIB}/localflavor/pk/models.py
+${PYSITELIB}/localflavor/pk/models.pyc
+${PYSITELIB}/localflavor/pk/models.pyo
+${PYSITELIB}/localflavor/pk/pk_states.py
+${PYSITELIB}/localflavor/pk/pk_states.pyc
+${PYSITELIB}/localflavor/pk/pk_states.pyo
+${PYSITELIB}/localflavor/pl/__init__.py
+${PYSITELIB}/localflavor/pl/__init__.pyc
+${PYSITELIB}/localflavor/pl/__init__.pyo
+${PYSITELIB}/localflavor/pl/forms.py
+${PYSITELIB}/localflavor/pl/forms.pyc
+${PYSITELIB}/localflavor/pl/forms.pyo
+${PYSITELIB}/localflavor/pl/pl_administrativeunits.py
+${PYSITELIB}/localflavor/pl/pl_administrativeunits.pyc
+${PYSITELIB}/localflavor/pl/pl_administrativeunits.pyo
+${PYSITELIB}/localflavor/pl/pl_voivodeships.py
+${PYSITELIB}/localflavor/pl/pl_voivodeships.pyc
+${PYSITELIB}/localflavor/pl/pl_voivodeships.pyo
+${PYSITELIB}/localflavor/pt/__init__.py
+${PYSITELIB}/localflavor/pt/__init__.pyc
+${PYSITELIB}/localflavor/pt/__init__.pyo
+${PYSITELIB}/localflavor/pt/forms.py
+${PYSITELIB}/localflavor/pt/forms.pyc
+${PYSITELIB}/localflavor/pt/forms.pyo
+${PYSITELIB}/localflavor/pt/pt_regions.py
+${PYSITELIB}/localflavor/pt/pt_regions.pyc
+${PYSITELIB}/localflavor/pt/pt_regions.pyo
+${PYSITELIB}/localflavor/py_/__init__.py
+${PYSITELIB}/localflavor/py_/__init__.pyc
+${PYSITELIB}/localflavor/py_/__init__.pyo
+${PYSITELIB}/localflavor/py_/forms.py
+${PYSITELIB}/localflavor/py_/forms.pyc
+${PYSITELIB}/localflavor/py_/forms.pyo
+${PYSITELIB}/localflavor/py_/py_department.py
+${PYSITELIB}/localflavor/py_/py_department.pyc
+${PYSITELIB}/localflavor/py_/py_department.pyo
+${PYSITELIB}/localflavor/ro/__init__.py
+${PYSITELIB}/localflavor/ro/__init__.pyc
+${PYSITELIB}/localflavor/ro/__init__.pyo
+${PYSITELIB}/localflavor/ro/forms.py
+${PYSITELIB}/localflavor/ro/forms.pyc
+${PYSITELIB}/localflavor/ro/forms.pyo
+${PYSITELIB}/localflavor/ro/ro_counties.py
+${PYSITELIB}/localflavor/ro/ro_counties.pyc
+${PYSITELIB}/localflavor/ro/ro_counties.pyo
+${PYSITELIB}/localflavor/ru/__init__.py
+${PYSITELIB}/localflavor/ru/__init__.pyc
+${PYSITELIB}/localflavor/ru/__init__.pyo
+${PYSITELIB}/localflavor/ru/forms.py
+${PYSITELIB}/localflavor/ru/forms.pyc
+${PYSITELIB}/localflavor/ru/forms.pyo
+${PYSITELIB}/localflavor/ru/ru_regions.py
+${PYSITELIB}/localflavor/ru/ru_regions.pyc
+${PYSITELIB}/localflavor/ru/ru_regions.pyo
+${PYSITELIB}/localflavor/se/__init__.py
+${PYSITELIB}/localflavor/se/__init__.pyc
+${PYSITELIB}/localflavor/se/__init__.pyo
+${PYSITELIB}/localflavor/se/forms.py
+${PYSITELIB}/localflavor/se/forms.pyc
+${PYSITELIB}/localflavor/se/forms.pyo
+${PYSITELIB}/localflavor/se/se_counties.py
+${PYSITELIB}/localflavor/se/se_counties.pyc
+${PYSITELIB}/localflavor/se/se_counties.pyo
+${PYSITELIB}/localflavor/se/utils.py
+${PYSITELIB}/localflavor/se/utils.pyc
+${PYSITELIB}/localflavor/se/utils.pyo
+${PYSITELIB}/localflavor/sg/__init__.py
+${PYSITELIB}/localflavor/sg/__init__.pyc
+${PYSITELIB}/localflavor/sg/__init__.pyo
+${PYSITELIB}/localflavor/sg/forms.py
+${PYSITELIB}/localflavor/sg/forms.pyc
+${PYSITELIB}/localflavor/sg/forms.pyo
+${PYSITELIB}/localflavor/si/__init__.py
+${PYSITELIB}/localflavor/si/__init__.pyc
+${PYSITELIB}/localflavor/si/__init__.pyo
+${PYSITELIB}/localflavor/si/forms.py
+${PYSITELIB}/localflavor/si/forms.pyc
+${PYSITELIB}/localflavor/si/forms.pyo
+${PYSITELIB}/localflavor/si/si_postalcodes.py
+${PYSITELIB}/localflavor/si/si_postalcodes.pyc
+${PYSITELIB}/localflavor/si/si_postalcodes.pyo
+${PYSITELIB}/localflavor/sk/__init__.py
+${PYSITELIB}/localflavor/sk/__init__.pyc
+${PYSITELIB}/localflavor/sk/__init__.pyo
+${PYSITELIB}/localflavor/sk/forms.py
+${PYSITELIB}/localflavor/sk/forms.pyc
+${PYSITELIB}/localflavor/sk/forms.pyo
+${PYSITELIB}/localflavor/sk/sk_districts.py
+${PYSITELIB}/localflavor/sk/sk_districts.pyc
+${PYSITELIB}/localflavor/sk/sk_districts.pyo
+${PYSITELIB}/localflavor/sk/sk_regions.py
+${PYSITELIB}/localflavor/sk/sk_regions.pyc
+${PYSITELIB}/localflavor/sk/sk_regions.pyo
+${PYSITELIB}/localflavor/tn/__init__.py
+${PYSITELIB}/localflavor/tn/__init__.pyc
+${PYSITELIB}/localflavor/tn/__init__.pyo
+${PYSITELIB}/localflavor/tn/forms.py
+${PYSITELIB}/localflavor/tn/forms.pyc
+${PYSITELIB}/localflavor/tn/forms.pyo
+${PYSITELIB}/localflavor/tn/tn_governorates.py
+${PYSITELIB}/localflavor/tn/tn_governorates.pyc
+${PYSITELIB}/localflavor/tn/tn_governorates.pyo
+${PYSITELIB}/localflavor/tr/__init__.py
+${PYSITELIB}/localflavor/tr/__init__.pyc
+${PYSITELIB}/localflavor/tr/__init__.pyo
+${PYSITELIB}/localflavor/tr/forms.py
+${PYSITELIB}/localflavor/tr/forms.pyc
+${PYSITELIB}/localflavor/tr/forms.pyo
+${PYSITELIB}/localflavor/tr/tr_provinces.py
+${PYSITELIB}/localflavor/tr/tr_provinces.pyc
+${PYSITELIB}/localflavor/tr/tr_provinces.pyo
+${PYSITELIB}/localflavor/ua/__init__.py
+${PYSITELIB}/localflavor/ua/__init__.pyc
+${PYSITELIB}/localflavor/ua/__init__.pyo
+${PYSITELIB}/localflavor/ua/forms.py
+${PYSITELIB}/localflavor/ua/forms.pyc
+${PYSITELIB}/localflavor/ua/forms.pyo
+${PYSITELIB}/localflavor/ua/models.py
+${PYSITELIB}/localflavor/ua/models.pyc
+${PYSITELIB}/localflavor/ua/models.pyo
+${PYSITELIB}/localflavor/ua/ua_regions.py
+${PYSITELIB}/localflavor/ua/ua_regions.pyc
+${PYSITELIB}/localflavor/ua/ua_regions.pyo
+${PYSITELIB}/localflavor/us/__init__.py
+${PYSITELIB}/localflavor/us/__init__.pyc
+${PYSITELIB}/localflavor/us/__init__.pyo
+${PYSITELIB}/localflavor/us/forms.py
+${PYSITELIB}/localflavor/us/forms.pyc
+${PYSITELIB}/localflavor/us/forms.pyo
+${PYSITELIB}/localflavor/us/models.py
+${PYSITELIB}/localflavor/us/models.pyc
+${PYSITELIB}/localflavor/us/models.pyo
+${PYSITELIB}/localflavor/us/us_states.py
+${PYSITELIB}/localflavor/us/us_states.pyc
+${PYSITELIB}/localflavor/us/us_states.pyo
+${PYSITELIB}/localflavor/uy/__init__.py
+${PYSITELIB}/localflavor/uy/__init__.pyc
+${PYSITELIB}/localflavor/uy/__init__.pyo
+${PYSITELIB}/localflavor/uy/forms.py
+${PYSITELIB}/localflavor/uy/forms.pyc
+${PYSITELIB}/localflavor/uy/forms.pyo
+${PYSITELIB}/localflavor/uy/util.py
+${PYSITELIB}/localflavor/uy/util.pyc
+${PYSITELIB}/localflavor/uy/util.pyo
+${PYSITELIB}/localflavor/uy/uy_departments.py
+${PYSITELIB}/localflavor/uy/uy_departments.pyc
+${PYSITELIB}/localflavor/uy/uy_departments.pyo
+${PYSITELIB}/localflavor/ve/__init__.py
+${PYSITELIB}/localflavor/ve/__init__.pyc
+${PYSITELIB}/localflavor/ve/__init__.pyo
+${PYSITELIB}/localflavor/ve/forms.py
+${PYSITELIB}/localflavor/ve/forms.pyc
+${PYSITELIB}/localflavor/ve/forms.pyo
+${PYSITELIB}/localflavor/ve/ve_region.py
+${PYSITELIB}/localflavor/ve/ve_region.pyc
+${PYSITELIB}/localflavor/ve/ve_region.pyo
+${PYSITELIB}/localflavor/ve/ve_states.py
+${PYSITELIB}/localflavor/ve/ve_states.pyc
+${PYSITELIB}/localflavor/ve/ve_states.pyo
+${PYSITELIB}/localflavor/za/__init__.py
+${PYSITELIB}/localflavor/za/__init__.pyc
+${PYSITELIB}/localflavor/za/__init__.pyo
+${PYSITELIB}/localflavor/za/forms.py
+${PYSITELIB}/localflavor/za/forms.pyc
+${PYSITELIB}/localflavor/za/forms.pyo
+${PYSITELIB}/localflavor/za/za_provinces.py
+${PYSITELIB}/localflavor/za/za_provinces.pyc
+${PYSITELIB}/localflavor/za/za_provinces.pyo
Index: pkgsrc/www/py-django-localflavor/distinfo
diff -u /dev/null pkgsrc/www/py-django-localflavor/distinfo:1.1
--- /dev/null   Fri Mar 31 01:14:36 2023
+++ pkgsrc/www/py-django-localflavor/distinfo   Fri Mar 31 01:14:36 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/31 01:14:36 joerg Exp $
+
+BLAKE2s (django-localflavor-3.1.tar.gz) = fea224aee75f6df900ededd3c4a0b6615dc53ade21d0774b7959d29d4fb6c018
+SHA512 (django-localflavor-3.1.tar.gz) = e256a36df358831c4e0b4a94ef53ba7227a48796cdd1514f3765bfd59ba3e47fabec8dad4f4f993f6d73e2c061e7d97d301fca91a619e615cc06f9bfb76891cc
+Size (django-localflavor-3.1.tar.gz) = 4643499 bytes



Home | Main Index | Thread Index | Old Index