pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  4 03:15:07 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-hyperkitty: DESCR Makefile PLIST distinfo

Log Message:
py-hyperkitty: add version 1.3.7

HyperKitty is an open source Django application under development. It aims
to provide a web interface to access GNU Mailman v3 archives.


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

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1721 pkgsrc/www/Makefile:1.1722
--- pkgsrc/www/Makefile:1.1721  Sun Jun  4 03:08:41 2023
+++ pkgsrc/www/Makefile Sun Jun  4 03:15:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1721 2023/06/04 03:08:41 markd Exp $
+# $NetBSD: Makefile,v 1.1722 2023/06/04 03:15:07 markd Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -812,6 +812,7 @@ SUBDIR+=    py-httptools
 SUBDIR+=       py-httpx
 SUBDIR+=       py-httpx-socks
 SUBDIR+=       py-hyperframe
+SUBDIR+=       py-hyperkitty
 SUBDIR+=       py-hyperlink
 SUBDIR+=       py-idna
 SUBDIR+=       py-ipywidgets

Added files:

Index: pkgsrc/www/py-hyperkitty/DESCR
diff -u /dev/null pkgsrc/www/py-hyperkitty/DESCR:1.1
--- /dev/null   Sun Jun  4 03:15:07 2023
+++ pkgsrc/www/py-hyperkitty/DESCR      Sun Jun  4 03:15:07 2023
@@ -0,0 +1,2 @@
+HyperKitty is an open source Django application under development. It aims
+to provide a web interface to access GNU Mailman v3 archives.
Index: pkgsrc/www/py-hyperkitty/Makefile
diff -u /dev/null pkgsrc/www/py-hyperkitty/Makefile:1.1
--- /dev/null   Sun Jun  4 03:15:07 2023
+++ pkgsrc/www/py-hyperkitty/Makefile   Sun Jun  4 03:15:07 2023
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2023/06/04 03:15:07 markd Exp $
+
+DISTNAME=      HyperKitty-1.3.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=H/HyperKitty/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.list.org/
+COMMENT=       Web interface to access GNU Mailman v3 archives
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
+DEPENDS+=      ${PYPKGPREFIX}-django-mailman3>=1.3.8:../../www/py-django-mailman3
+DEPENDS+=      ${PYPKGPREFIX}-django-gravatar2>=1.0.6:../../www/py-django-gravatar2
+DEPENDS+=      ${PYPKGPREFIX}-djangorestframework>=3.0.0:../../www/py-djangorestframework
+DEPENDS+=      ${PYPKGPREFIX}-robot-detection>=0.3:../../www/py-robot-detection
+DEPENDS+=      ${PYPKGPREFIX}-pytz>=2012:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-django-compressor>=1.3:../../www/py-django-compressor
+DEPENDS+=      ${PYPKGPREFIX}-mailmanclient>=3.3.3:../../mail/py-mailmanclient
+DEPENDS+=      ${PYPKGPREFIX}-mistune>=2.0.0:../../textproc/py-mistune
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.0:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx
+DEPENDS+=      ${PYPKGPREFIX}-django-haystack>=2.8.0:../../www/py-django-haystack
+DEPENDS+=      ${PYPKGPREFIX}-django-extensions>=1.3.7:../../www/py-django-extensions
+DEPENDS+=      ${PYPKGPREFIX}-flufl.lock>=4.0:../../devel/py-flufl.lock
+DEPENDS+=      ${PYPKGPREFIX}-django-q>=1.0.0:../../www/py-django-q
+DEPENDS+=      ${PYPKGPREFIX}-Whoosh-[0-9]*:../../textproc/py-Whoosh
+DEPENDS+=      sassc-[0-9]*:../../www/sassc
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-hyperkitty/PLIST
diff -u /dev/null pkgsrc/www/py-hyperkitty/PLIST:1.1
--- /dev/null   Sun Jun  4 03:15:07 2023
+++ pkgsrc/www/py-hyperkitty/PLIST      Sun Jun  4 03:15:07 2023
@@ -0,0 +1,821 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/04 03:15:07 markd Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hyperkitty/__init__.py
+${PYSITELIB}/hyperkitty/__init__.pyc
+${PYSITELIB}/hyperkitty/__init__.pyo
+${PYSITELIB}/hyperkitty/admin.py
+${PYSITELIB}/hyperkitty/admin.pyc
+${PYSITELIB}/hyperkitty/admin.pyo
+${PYSITELIB}/hyperkitty/api/__init__.py
+${PYSITELIB}/hyperkitty/api/__init__.pyc
+${PYSITELIB}/hyperkitty/api/__init__.pyo
+${PYSITELIB}/hyperkitty/api/attachment.py
+${PYSITELIB}/hyperkitty/api/attachment.pyc
+${PYSITELIB}/hyperkitty/api/attachment.pyo
+${PYSITELIB}/hyperkitty/api/email.py
+${PYSITELIB}/hyperkitty/api/email.pyc
+${PYSITELIB}/hyperkitty/api/email.pyo
+${PYSITELIB}/hyperkitty/api/mailinglist.py
+${PYSITELIB}/hyperkitty/api/mailinglist.pyc
+${PYSITELIB}/hyperkitty/api/mailinglist.pyo
+${PYSITELIB}/hyperkitty/api/sender.py
+${PYSITELIB}/hyperkitty/api/sender.pyc
+${PYSITELIB}/hyperkitty/api/sender.pyo
+${PYSITELIB}/hyperkitty/api/tag.py
+${PYSITELIB}/hyperkitty/api/tag.pyc
+${PYSITELIB}/hyperkitty/api/tag.pyo
+${PYSITELIB}/hyperkitty/api/thread.py
+${PYSITELIB}/hyperkitty/api/thread.pyc
+${PYSITELIB}/hyperkitty/api/thread.pyo
+${PYSITELIB}/hyperkitty/api/utils.py
+${PYSITELIB}/hyperkitty/api/utils.pyc
+${PYSITELIB}/hyperkitty/api/utils.pyo
+${PYSITELIB}/hyperkitty/apps.py
+${PYSITELIB}/hyperkitty/apps.pyc
+${PYSITELIB}/hyperkitty/apps.pyo
+${PYSITELIB}/hyperkitty/checks.py
+${PYSITELIB}/hyperkitty/checks.pyc
+${PYSITELIB}/hyperkitty/checks.pyo
+${PYSITELIB}/hyperkitty/context_processors.py
+${PYSITELIB}/hyperkitty/context_processors.pyc
+${PYSITELIB}/hyperkitty/context_processors.pyo
+${PYSITELIB}/hyperkitty/feed.py
+${PYSITELIB}/hyperkitty/feed.pyc
+${PYSITELIB}/hyperkitty/feed.pyo
+${PYSITELIB}/hyperkitty/fixtures/first_start.json
+${PYSITELIB}/hyperkitty/fixtures/tag_testdata.json
+${PYSITELIB}/hyperkitty/forms.py
+${PYSITELIB}/hyperkitty/forms.pyc
+${PYSITELIB}/hyperkitty/forms.pyo
+${PYSITELIB}/hyperkitty/jobs/__init__.py
+${PYSITELIB}/hyperkitty/jobs/__init__.pyc
+${PYSITELIB}/hyperkitty/jobs/__init__.pyo
+${PYSITELIB}/hyperkitty/jobs/empty_threads.py
+${PYSITELIB}/hyperkitty/jobs/empty_threads.pyc
+${PYSITELIB}/hyperkitty/jobs/empty_threads.pyo
+${PYSITELIB}/hyperkitty/jobs/new_lists_from_mailman.py
+${PYSITELIB}/hyperkitty/jobs/new_lists_from_mailman.pyc
+${PYSITELIB}/hyperkitty/jobs/new_lists_from_mailman.pyo
+${PYSITELIB}/hyperkitty/jobs/orphan_emails.py
+${PYSITELIB}/hyperkitty/jobs/orphan_emails.pyc
+${PYSITELIB}/hyperkitty/jobs/orphan_emails.pyo
+${PYSITELIB}/hyperkitty/jobs/recent_threads_cache.py
+${PYSITELIB}/hyperkitty/jobs/recent_threads_cache.pyc
+${PYSITELIB}/hyperkitty/jobs/recent_threads_cache.pyo
+${PYSITELIB}/hyperkitty/jobs/sync_mailman.py
+${PYSITELIB}/hyperkitty/jobs/sync_mailman.pyc
+${PYSITELIB}/hyperkitty/jobs/sync_mailman.pyo
+${PYSITELIB}/hyperkitty/jobs/thread_order_depth.py
+${PYSITELIB}/hyperkitty/jobs/thread_order_depth.pyc
+${PYSITELIB}/hyperkitty/jobs/thread_order_depth.pyo
+${PYSITELIB}/hyperkitty/jobs/thread_starting_email.py
+${PYSITELIB}/hyperkitty/jobs/thread_starting_email.pyc
+${PYSITELIB}/hyperkitty/jobs/thread_starting_email.pyo
+${PYSITELIB}/hyperkitty/jobs/update_and_clean_index.py
+${PYSITELIB}/hyperkitty/jobs/update_and_clean_index.pyc
+${PYSITELIB}/hyperkitty/jobs/update_and_clean_index.pyo
+${PYSITELIB}/hyperkitty/jobs/update_index.py
+${PYSITELIB}/hyperkitty/jobs/update_index.pyc
+${PYSITELIB}/hyperkitty/jobs/update_index.pyo
+${PYSITELIB}/hyperkitty/lib/__init__.py
+${PYSITELIB}/hyperkitty/lib/__init__.pyc
+${PYSITELIB}/hyperkitty/lib/__init__.pyo
+${PYSITELIB}/hyperkitty/lib/analysis.py
+${PYSITELIB}/hyperkitty/lib/analysis.pyc
+${PYSITELIB}/hyperkitty/lib/analysis.pyo
+${PYSITELIB}/hyperkitty/lib/compat.py
+${PYSITELIB}/hyperkitty/lib/compat.pyc
+${PYSITELIB}/hyperkitty/lib/compat.pyo
+${PYSITELIB}/hyperkitty/lib/incoming.py
+${PYSITELIB}/hyperkitty/lib/incoming.pyc
+${PYSITELIB}/hyperkitty/lib/incoming.pyo
+${PYSITELIB}/hyperkitty/lib/mailman.py
+${PYSITELIB}/hyperkitty/lib/mailman.pyc
+${PYSITELIB}/hyperkitty/lib/mailman.pyo
+${PYSITELIB}/hyperkitty/lib/mockup.py
+${PYSITELIB}/hyperkitty/lib/mockup.pyc
+${PYSITELIB}/hyperkitty/lib/mockup.pyo
+${PYSITELIB}/hyperkitty/lib/posting.py
+${PYSITELIB}/hyperkitty/lib/posting.pyc
+${PYSITELIB}/hyperkitty/lib/posting.pyo
+${PYSITELIB}/hyperkitty/lib/renderer.py
+${PYSITELIB}/hyperkitty/lib/renderer.pyc
+${PYSITELIB}/hyperkitty/lib/renderer.pyo
+${PYSITELIB}/hyperkitty/lib/user.py
+${PYSITELIB}/hyperkitty/lib/user.pyc
+${PYSITELIB}/hyperkitty/lib/user.pyo
+${PYSITELIB}/hyperkitty/lib/utils.py
+${PYSITELIB}/hyperkitty/lib/utils.pyc
+${PYSITELIB}/hyperkitty/lib/utils.pyo
+${PYSITELIB}/hyperkitty/lib/view_helpers.py
+${PYSITELIB}/hyperkitty/lib/view_helpers.pyc
+${PYSITELIB}/hyperkitty/lib/view_helpers.pyo
+${PYSITELIB}/hyperkitty/locale/af/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/am/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/an/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ar/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ast/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/az/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/be/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/bem/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/bg/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/bn/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/bo/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/br/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/bs/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ca/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ca@valencia/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ce/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ckb/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/co/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/crh/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/cv/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/cy/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/da/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/el/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/en_AU/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/en_CA/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/en_GB/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/eo/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/es/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/et/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/eu/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fa/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fi/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fil/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fo/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fr_CA/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/frp/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/fy/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ga/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/gd/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/gl/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/gu/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/he/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/hi/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/hr/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ht/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/hu/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/hy/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ia/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/id/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/is/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/it/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ja/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ka/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/kk/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/kl/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/km/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/kn/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ko/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ku/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/kw/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ky/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/la/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/lb/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/lo/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/lt/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/lv/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/mg/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/mhr/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/mi/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ml/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/mr/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ms/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/my/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/nb_NO/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ne/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/nl/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/nn_NO/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/oc/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/os/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/pa/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/pl/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ps/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/pt/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/pt_BR/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ro/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ru/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sa/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sc/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sd/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/se/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/shn/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/si/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sk/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sl/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sq/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sr/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sv/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/sw/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/szl/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ta/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/te/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/tg/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/th/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ti/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/tr/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ug/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/uk/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/ur/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/uz/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/vi/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/wae/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/zh_CN/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/zh_HK/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/locale/zh_TW/LC_MESSAGES/django.po
+${PYSITELIB}/hyperkitty/management/__init__.py
+${PYSITELIB}/hyperkitty/management/__init__.pyc
+${PYSITELIB}/hyperkitty/management/__init__.pyo
+${PYSITELIB}/hyperkitty/management/commands/__init__.py
+${PYSITELIB}/hyperkitty/management/commands/__init__.pyc
+${PYSITELIB}/hyperkitty/management/commands/__init__.pyo
+${PYSITELIB}/hyperkitty/management/commands/attachments_to_file.py
+${PYSITELIB}/hyperkitty/management/commands/attachments_to_file.pyc
+${PYSITELIB}/hyperkitty/management/commands/attachments_to_file.pyo
+${PYSITELIB}/hyperkitty/management/commands/hyperkitty_import.py
+${PYSITELIB}/hyperkitty/management/commands/hyperkitty_import.pyc
+${PYSITELIB}/hyperkitty/management/commands/hyperkitty_import.pyo
+${PYSITELIB}/hyperkitty/management/commands/hyperkitty_warm_up_cache.py
+${PYSITELIB}/hyperkitty/management/commands/hyperkitty_warm_up_cache.pyc
+${PYSITELIB}/hyperkitty/management/commands/hyperkitty_warm_up_cache.pyo
+${PYSITELIB}/hyperkitty/management/commands/mailman_sync.py
+${PYSITELIB}/hyperkitty/management/commands/mailman_sync.pyc
+${PYSITELIB}/hyperkitty/management/commands/mailman_sync.pyo
+${PYSITELIB}/hyperkitty/management/commands/update_index_one_list.py
+${PYSITELIB}/hyperkitty/management/commands/update_index_one_list.pyc
+${PYSITELIB}/hyperkitty/management/commands/update_index_one_list.pyo
+${PYSITELIB}/hyperkitty/management/utils.py
+${PYSITELIB}/hyperkitty/management/utils.pyc
+${PYSITELIB}/hyperkitty/management/utils.pyo
+${PYSITELIB}/hyperkitty/migrations/0001_initial.py
+${PYSITELIB}/hyperkitty/migrations/0001_initial.pyc
+${PYSITELIB}/hyperkitty/migrations/0001_initial.pyo
+${PYSITELIB}/hyperkitty/migrations/0002_auto_20150311_0913.py
+${PYSITELIB}/hyperkitty/migrations/0002_auto_20150311_0913.pyc
+${PYSITELIB}/hyperkitty/migrations/0002_auto_20150311_0913.pyo
+${PYSITELIB}/hyperkitty/migrations/0003_thread_starting_email.py
+${PYSITELIB}/hyperkitty/migrations/0003_thread_starting_email.pyc
+${PYSITELIB}/hyperkitty/migrations/0003_thread_starting_email.pyo
+${PYSITELIB}/hyperkitty/migrations/0004_archived_date_and_subject.py
+${PYSITELIB}/hyperkitty/migrations/0004_archived_date_and_subject.pyc
+${PYSITELIB}/hyperkitty/migrations/0004_archived_date_and_subject.pyo
+${PYSITELIB}/hyperkitty/migrations/0005_MailingList_list_id.py
+${PYSITELIB}/hyperkitty/migrations/0005_MailingList_list_id.pyc
+${PYSITELIB}/hyperkitty/migrations/0005_MailingList_list_id.pyo
+${PYSITELIB}/hyperkitty/migrations/0006_thread_on_delete.py
+${PYSITELIB}/hyperkitty/migrations/0006_thread_on_delete.pyc
+${PYSITELIB}/hyperkitty/migrations/0006_thread_on_delete.pyo
+${PYSITELIB}/hyperkitty/migrations/0007_allauth_20160808_1604.py
+${PYSITELIB}/hyperkitty/migrations/0007_allauth_20160808_1604.pyc
+${PYSITELIB}/hyperkitty/migrations/0007_allauth_20160808_1604.pyo
+${PYSITELIB}/hyperkitty/migrations/0008_django_mailman3_profile.py
+${PYSITELIB}/hyperkitty/migrations/0008_django_mailman3_profile.pyc
+${PYSITELIB}/hyperkitty/migrations/0008_django_mailman3_profile.pyo
+${PYSITELIB}/hyperkitty/migrations/0009_duplicate_persona_users.py
+${PYSITELIB}/hyperkitty/migrations/0009_duplicate_persona_users.pyc
+${PYSITELIB}/hyperkitty/migrations/0009_duplicate_persona_users.pyo
+${PYSITELIB}/hyperkitty/migrations/0010_email_sender_name.py
+${PYSITELIB}/hyperkitty/migrations/0010_email_sender_name.pyc
+${PYSITELIB}/hyperkitty/migrations/0010_email_sender_name.pyo
+${PYSITELIB}/hyperkitty/migrations/0011_email_parent.py
+${PYSITELIB}/hyperkitty/migrations/0011_email_parent.pyc
+${PYSITELIB}/hyperkitty/migrations/0011_email_parent.pyo
+${PYSITELIB}/hyperkitty/migrations/0012_thread_order_null.py
+${PYSITELIB}/hyperkitty/migrations/0012_thread_order_null.pyc
+${PYSITELIB}/hyperkitty/migrations/0012_thread_order_null.pyo
+${PYSITELIB}/hyperkitty/migrations/0013_mailinglist_id_1.py
+${PYSITELIB}/hyperkitty/migrations/0013_mailinglist_id_1.pyc
+${PYSITELIB}/hyperkitty/migrations/0013_mailinglist_id_1.pyo
+${PYSITELIB}/hyperkitty/migrations/0014_mailinglist_id_2.py
+${PYSITELIB}/hyperkitty/migrations/0014_mailinglist_id_2.pyc
+${PYSITELIB}/hyperkitty/migrations/0014_mailinglist_id_2.pyo
+${PYSITELIB}/hyperkitty/migrations/0015_mailinglist_id_3.py
+${PYSITELIB}/hyperkitty/migrations/0015_mailinglist_id_3.pyc
+${PYSITELIB}/hyperkitty/migrations/0015_mailinglist_id_3.pyo
+${PYSITELIB}/hyperkitty/migrations/0016_auto_20180309_0056.py
+${PYSITELIB}/hyperkitty/migrations/0016_auto_20180309_0056.pyc
+${PYSITELIB}/hyperkitty/migrations/0016_auto_20180309_0056.pyo
+${PYSITELIB}/hyperkitty/migrations/0017_file_attachments.py
+${PYSITELIB}/hyperkitty/migrations/0017_file_attachments.pyc
+${PYSITELIB}/hyperkitty/migrations/0017_file_attachments.pyo
+${PYSITELIB}/hyperkitty/migrations/0018_threadcategory_color.py
+${PYSITELIB}/hyperkitty/migrations/0018_threadcategory_color.pyc
+${PYSITELIB}/hyperkitty/migrations/0018_threadcategory_color.pyo
+${PYSITELIB}/hyperkitty/migrations/0019_auto_20190127_null_description.py
+${PYSITELIB}/hyperkitty/migrations/0019_auto_20190127_null_description.pyc
+${PYSITELIB}/hyperkitty/migrations/0019_auto_20190127_null_description.pyo
+${PYSITELIB}/hyperkitty/migrations/0020_auto_20190907_1927.py
+${PYSITELIB}/hyperkitty/migrations/0020_auto_20190907_1927.pyc
+${PYSITELIB}/hyperkitty/migrations/0020_auto_20190907_1927.pyo
+${PYSITELIB}/hyperkitty/migrations/0021_add_owners_mods.py
+${PYSITELIB}/hyperkitty/migrations/0021_add_owners_mods.pyc
+${PYSITELIB}/hyperkitty/migrations/0021_add_owners_mods.pyo
+${PYSITELIB}/hyperkitty/migrations/0022_mailinglist_archive_rendering_mode.py
+${PYSITELIB}/hyperkitty/migrations/0022_mailinglist_archive_rendering_mode.pyc
+${PYSITELIB}/hyperkitty/migrations/0022_mailinglist_archive_rendering_mode.pyo
+${PYSITELIB}/hyperkitty/migrations/0023_alter_mailinglist_name.py
+${PYSITELIB}/hyperkitty/migrations/0023_alter_mailinglist_name.pyc
+${PYSITELIB}/hyperkitty/migrations/0023_alter_mailinglist_name.pyo
+${PYSITELIB}/hyperkitty/migrations/__init__.py
+${PYSITELIB}/hyperkitty/migrations/__init__.pyc
+${PYSITELIB}/hyperkitty/migrations/__init__.pyo
+${PYSITELIB}/hyperkitty/models/__init__.py
+${PYSITELIB}/hyperkitty/models/__init__.pyc
+${PYSITELIB}/hyperkitty/models/__init__.pyo
+${PYSITELIB}/hyperkitty/models/category.py
+${PYSITELIB}/hyperkitty/models/category.pyc
+${PYSITELIB}/hyperkitty/models/category.pyo
+${PYSITELIB}/hyperkitty/models/common.py
+${PYSITELIB}/hyperkitty/models/common.pyc
+${PYSITELIB}/hyperkitty/models/common.pyo
+${PYSITELIB}/hyperkitty/models/email.py
+${PYSITELIB}/hyperkitty/models/email.pyc
+${PYSITELIB}/hyperkitty/models/email.pyo
+${PYSITELIB}/hyperkitty/models/favorite.py
+${PYSITELIB}/hyperkitty/models/favorite.pyc
+${PYSITELIB}/hyperkitty/models/favorite.pyo
+${PYSITELIB}/hyperkitty/models/mailinglist.py
+${PYSITELIB}/hyperkitty/models/mailinglist.pyc
+${PYSITELIB}/hyperkitty/models/mailinglist.pyo
+${PYSITELIB}/hyperkitty/models/profile.py
+${PYSITELIB}/hyperkitty/models/profile.pyc
+${PYSITELIB}/hyperkitty/models/profile.pyo
+${PYSITELIB}/hyperkitty/models/sender.py
+${PYSITELIB}/hyperkitty/models/sender.pyc
+${PYSITELIB}/hyperkitty/models/sender.pyo
+${PYSITELIB}/hyperkitty/models/tag.py
+${PYSITELIB}/hyperkitty/models/tag.pyc
+${PYSITELIB}/hyperkitty/models/tag.pyo
+${PYSITELIB}/hyperkitty/models/thread.py
+${PYSITELIB}/hyperkitty/models/thread.pyc
+${PYSITELIB}/hyperkitty/models/thread.pyo
+${PYSITELIB}/hyperkitty/models/vote.py
+${PYSITELIB}/hyperkitty/models/vote.pyc
+${PYSITELIB}/hyperkitty/models/vote.pyo
+${PYSITELIB}/hyperkitty/search_indexes.py
+${PYSITELIB}/hyperkitty/search_indexes.pyc
+${PYSITELIB}/hyperkitty/search_indexes.pyo
+${PYSITELIB}/hyperkitty/signals.py
+${PYSITELIB}/hyperkitty/signals.pyc
+${PYSITELIB}/hyperkitty/signals.pyo
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/ajax-loader.gif
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/button_back.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/button_back.svg
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/button_newer.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/button_older.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/discussion.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/email_bg.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/favicon.ico
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/hyperkitty-favicon.svg
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/hyperkitty-logo.svg
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/like.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/likealot.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/logo.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/mail-attachment.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/neutral.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/newthread.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/notsaved.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/participant.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/reply.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/saved.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/show_discussion.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/youdislike-disabled.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/youdislike.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/youlike-disabled.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/img/youlike.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/js/hyperkitty-common.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/js/hyperkitty-index.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/js/hyperkitty-overview.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/js/hyperkitty-thread.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/js/hyperkitty-userprofile.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/README.txt
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.bundle.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.bundle.js.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.bundle.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.bundle.min.js.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.js.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/javascripts/bootstrap.min.js.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_alert.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_badge.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_breadcrumb.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_button-group.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_buttons.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_card.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_carousel.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_close.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_code.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_custom-forms.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_dropdown.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_forms.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_functions.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_grid.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_images.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_input-group.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_jumbotron.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_list-group.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_media.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_mixins.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_modal.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_nav.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_navbar.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_pagination.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_popover.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_print.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_progress.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_reboot.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_root.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_spinners.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_tables.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_toasts.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_tooltip.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_transitions.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_type.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_utilities.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/_variables.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/bootstrap-grid.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/bootstrap-reboot.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/bootstrap.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_alert.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_background-variant.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_badge.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_border-radius.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_box-shadow.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_breakpoints.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_buttons.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_caret.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_clearfix.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_deprecate.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_float.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_forms.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_gradients.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_grid-framework.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_grid.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_hover.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_image.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_list-group.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_lists.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_nav-divider.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_pagination.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_reset-text.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_resize.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_screen-reader.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_size.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_table-row.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_text-emphasis.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_text-hide.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_text-truncate.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_transition.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/mixins/_visibility.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_align.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_background.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_borders.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_clearfix.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_display.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_embed.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_flex.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_float.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_overflow.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_position.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_screenreaders.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_shadows.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_sizing.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_spacing.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_stretched-link.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_text.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/utilities/_visibility.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/bootstrap/stylesheets/vendor/_rfs.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/d3.v2.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/droid/DroidSans.ttf
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/droid/DroidSansMono.ttf
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/droid/droid.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/VERSION.txt
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/css/font-awesome.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/css/font-awesome.min.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/fonts/FontAwesome.otf
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/fonts/fontawesome-webfont.eot
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/fonts/fontawesome-webfont.svg
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/fonts/fontawesome-webfont.ttf
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/fonts/fontawesome-webfont.woff
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/font-awesome/fonts/fontawesome-webfont.woff2
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/icomoon/fonts/icomoon.eot
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/icomoon/fonts/icomoon.svg
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/icomoon/fonts/icomoon.ttf
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/icomoon/fonts/icomoon.woff
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/fonts/icomoon/icomoon.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery.expander.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery.hotkeys.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-3.6.0.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-3.6.0.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-3.6.0.min.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-ui-1.10.3.custom.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-ui-1.10.3.custom.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-ui-1.13.1.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-ui-1.13.1.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/jquery-ui-selection.txt
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/animated-overlay.gif
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-icons_222222_256x240.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-icons_2e83ff_256x240.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-icons_454545_256x240.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-icons_888888_256x240.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/jquery-ui-1.10.3.custom.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/jquery-ui-1.10.3.custom.min.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/jquery-ui-1.13.1.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/jquery/smoothness/jquery-ui-1.13.1.min.css
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/mousetrap/mousetrap.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/popper/popper.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/popper/popper.js.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/popper/popper.min.js
+${PYSITELIB}/hyperkitty/static/hyperkitty/libs/popper/popper.min.js.map
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-base.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-common.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-index.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-message.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-overview.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-threadslist.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-user.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/_hyperkitty-variables.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/bootstrap/_custom-grid.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/bootstrap/_custom-mixins.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/bootstrap/_custom-modals.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/bootstrap/_custom-utilities.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/bootstrap/_custom-variables.scss
+${PYSITELIB}/hyperkitty/static/hyperkitty/sass/hyperkitty.scss
+${PYSITELIB}/hyperkitty/tasks.py
+${PYSITELIB}/hyperkitty/tasks.pyc
+${PYSITELIB}/hyperkitty/tasks.pyo
+${PYSITELIB}/hyperkitty/templates/account/base.html
+${PYSITELIB}/hyperkitty/templates/django_mailman3/base.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/404.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/500.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/ajax/reattach_suggest.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/ajax/replies.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/ajax/temp_message.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/api.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/base.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/bottom.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/errors/notimplemented.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/errors/private.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/fragments/like_form.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/fragments/month_list.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/fragments/overview_threads.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/fragments/overview_top_posters.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/fragments/send_as.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/fragments/thread_left_nav.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/headers.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/index.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/list_delete.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/message.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/message_delete.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/message_new.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/messages/message.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/messages/right_col.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/messages/summary_message.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/navbar-brand.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/overview.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/reattach.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/search_results.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/thread.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/thread_list.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/threads/category.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/threads/right_col.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/threads/summary_thread_large.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/threads/tags.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/top.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_posts.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_profile/base.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_profile/favorites.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_profile/last_views.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_profile/profile.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_profile/subscriptions.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_profile/votes.html
+${PYSITELIB}/hyperkitty/templates/hyperkitty/user_public_profile.html
+${PYSITELIB}/hyperkitty/templates/search/indexes/hyperkitty/email_subject.txt
+${PYSITELIB}/hyperkitty/templates/search/indexes/hyperkitty/email_text.txt
+${PYSITELIB}/hyperkitty/templatetags/__init__.py
+${PYSITELIB}/hyperkitty/templatetags/__init__.pyc
+${PYSITELIB}/hyperkitty/templatetags/__init__.pyo
+${PYSITELIB}/hyperkitty/templatetags/decorate.py
+${PYSITELIB}/hyperkitty/templatetags/decorate.pyc
+${PYSITELIB}/hyperkitty/templatetags/decorate.pyo
+${PYSITELIB}/hyperkitty/templatetags/hk_generic.py
+${PYSITELIB}/hyperkitty/templatetags/hk_generic.pyc
+${PYSITELIB}/hyperkitty/templatetags/hk_generic.pyo
+${PYSITELIB}/hyperkitty/templatetags/hk_haystack.py
+${PYSITELIB}/hyperkitty/templatetags/hk_haystack.pyc
+${PYSITELIB}/hyperkitty/templatetags/hk_haystack.pyo
+${PYSITELIB}/hyperkitty/tests/__init__.py
+${PYSITELIB}/hyperkitty/tests/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/_test_caching.py
+${PYSITELIB}/hyperkitty/tests/_test_caching.pyc
+${PYSITELIB}/hyperkitty/tests/_test_caching.pyo
+${PYSITELIB}/hyperkitty/tests/commands/__init__.py
+${PYSITELIB}/hyperkitty/tests/commands/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/commands/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/commands/test_attachments_to_file.py
+${PYSITELIB}/hyperkitty/tests/commands/test_attachments_to_file.pyc
+${PYSITELIB}/hyperkitty/tests/commands/test_attachments_to_file.pyo
+${PYSITELIB}/hyperkitty/tests/commands/test_import.py
+${PYSITELIB}/hyperkitty/tests/commands/test_import.pyc
+${PYSITELIB}/hyperkitty/tests/commands/test_import.pyo
+${PYSITELIB}/hyperkitty/tests/commands/test_mailman_sync.py
+${PYSITELIB}/hyperkitty/tests/commands/test_mailman_sync.pyc
+${PYSITELIB}/hyperkitty/tests/commands/test_mailman_sync.pyo
+${PYSITELIB}/hyperkitty/tests/jobs/__init__.py
+${PYSITELIB}/hyperkitty/tests/jobs/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/jobs/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/lib/__init__.py
+${PYSITELIB}/hyperkitty/tests/lib/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/lib/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/lib/test_analysis.py
+${PYSITELIB}/hyperkitty/tests/lib/test_analysis.pyc
+${PYSITELIB}/hyperkitty/tests/lib/test_analysis.pyo
+${PYSITELIB}/hyperkitty/tests/lib/test_incoming.py
+${PYSITELIB}/hyperkitty/tests/lib/test_incoming.pyc
+${PYSITELIB}/hyperkitty/tests/lib/test_incoming.pyo
+${PYSITELIB}/hyperkitty/tests/lib/test_mailman.py
+${PYSITELIB}/hyperkitty/tests/lib/test_mailman.pyc
+${PYSITELIB}/hyperkitty/tests/lib/test_mailman.pyo
+${PYSITELIB}/hyperkitty/tests/lib/test_posting.py
+${PYSITELIB}/hyperkitty/tests/lib/test_posting.pyc
+${PYSITELIB}/hyperkitty/tests/lib/test_posting.pyo
+${PYSITELIB}/hyperkitty/tests/lib/test_utils.py
+${PYSITELIB}/hyperkitty/tests/lib/test_utils.pyc
+${PYSITELIB}/hyperkitty/tests/lib/test_utils.pyo
+${PYSITELIB}/hyperkitty/tests/lib/test_view_helpers.py
+${PYSITELIB}/hyperkitty/tests/lib/test_view_helpers.pyc
+${PYSITELIB}/hyperkitty/tests/lib/test_view_helpers.pyo
+${PYSITELIB}/hyperkitty/tests/migrations/__init__.py
+${PYSITELIB}/hyperkitty/tests/migrations/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/migrations/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/migrations/test_0009.py
+${PYSITELIB}/hyperkitty/tests/migrations/test_0009.pyc
+${PYSITELIB}/hyperkitty/tests/migrations/test_0009.pyo
+${PYSITELIB}/hyperkitty/tests/models/__init__.py
+${PYSITELIB}/hyperkitty/tests/models/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/models/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_email.py
+${PYSITELIB}/hyperkitty/tests/models/test_email.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_email.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_lastview.py
+${PYSITELIB}/hyperkitty/tests/models/test_lastview.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_lastview.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_mailinglist.py
+${PYSITELIB}/hyperkitty/tests/models/test_mailinglist.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_mailinglist.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_profile.py
+${PYSITELIB}/hyperkitty/tests/models/test_profile.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_profile.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_sender.py
+${PYSITELIB}/hyperkitty/tests/models/test_sender.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_sender.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_tag.py
+${PYSITELIB}/hyperkitty/tests/models/test_tag.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_tag.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_thread.py
+${PYSITELIB}/hyperkitty/tests/models/test_thread.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_thread.pyo
+${PYSITELIB}/hyperkitty/tests/models/test_vote.py
+${PYSITELIB}/hyperkitty/tests/models/test_vote.pyc
+${PYSITELIB}/hyperkitty/tests/models/test_vote.pyo
+${PYSITELIB}/hyperkitty/tests/settings_test.py
+${PYSITELIB}/hyperkitty/tests/settings_test.pyc
+${PYSITELIB}/hyperkitty/tests/settings_test.pyo
+${PYSITELIB}/hyperkitty/tests/test_feeds.py
+${PYSITELIB}/hyperkitty/tests/test_feeds.pyc
+${PYSITELIB}/hyperkitty/tests/test_feeds.pyo
+${PYSITELIB}/hyperkitty/tests/test_search_index.py
+${PYSITELIB}/hyperkitty/tests/test_search_index.pyc
+${PYSITELIB}/hyperkitty/tests/test_search_index.pyo
+${PYSITELIB}/hyperkitty/tests/test_signals.py
+${PYSITELIB}/hyperkitty/tests/test_signals.pyc
+${PYSITELIB}/hyperkitty/tests/test_signals.pyo
+${PYSITELIB}/hyperkitty/tests/test_tasks.py
+${PYSITELIB}/hyperkitty/tests/test_tasks.pyc
+${PYSITELIB}/hyperkitty/tests/test_tasks.pyo
+${PYSITELIB}/hyperkitty/tests/test_templatetags.py
+${PYSITELIB}/hyperkitty/tests/test_templatetags.pyc
+${PYSITELIB}/hyperkitty/tests/test_templatetags.pyo
+${PYSITELIB}/hyperkitty/tests/testdata/another-wrong-encoding.txt
+${PYSITELIB}/hyperkitty/tests/testdata/attachment-1.txt
+${PYSITELIB}/hyperkitty/tests/testdata/attachment-2.txt
+${PYSITELIB}/hyperkitty/tests/testdata/attachment-3.txt
+${PYSITELIB}/hyperkitty/tests/testdata/attachment-4.txt
+${PYSITELIB}/hyperkitty/tests/testdata/bad-subject-header.txt
+${PYSITELIB}/hyperkitty/tests/testdata/bad_content_type.txt
+${PYSITELIB}/hyperkitty/tests/testdata/bad_date_tz.txt
+${PYSITELIB}/hyperkitty/tests/testdata/bad_folding.txt
+${PYSITELIB}/hyperkitty/tests/testdata/cant_write_error_message.txt
+${PYSITELIB}/hyperkitty/tests/testdata/non-ascii-date-header.txt
+${PYSITELIB}/hyperkitty/tests/testdata/non-ascii-headers.txt
+${PYSITELIB}/hyperkitty/tests/testdata/payload-utf8-wrong.txt
+${PYSITELIB}/hyperkitty/tests/testdata/resent-date.txt
+${PYSITELIB}/hyperkitty/tests/testdata/strange-in-reply-to-header.txt
+${PYSITELIB}/hyperkitty/tests/testdata/unconvertable_message.txt
+${PYSITELIB}/hyperkitty/tests/testdata/unconvertable_msg-2.txt
+${PYSITELIB}/hyperkitty/tests/testdata/unicode_issue.txt
+${PYSITELIB}/hyperkitty/tests/testdata/unixfrom-date.txt
+${PYSITELIB}/hyperkitty/tests/testdata/unknown-charset.txt
+${PYSITELIB}/hyperkitty/tests/testdata/wrong-in-reply-to-header.txt
+${PYSITELIB}/hyperkitty/tests/urls_test.py
+${PYSITELIB}/hyperkitty/tests/urls_test.pyc
+${PYSITELIB}/hyperkitty/tests/urls_test.pyo
+${PYSITELIB}/hyperkitty/tests/utils.py
+${PYSITELIB}/hyperkitty/tests/utils.pyc
+${PYSITELIB}/hyperkitty/tests/utils.pyo
+${PYSITELIB}/hyperkitty/tests/views/__init__.py
+${PYSITELIB}/hyperkitty/tests/views/__init__.pyc
+${PYSITELIB}/hyperkitty/tests/views/__init__.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_accounts.py
+${PYSITELIB}/hyperkitty/tests/views/test_accounts.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_accounts.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_archives.py
+${PYSITELIB}/hyperkitty/tests/views/test_archives.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_archives.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_compat.py
+${PYSITELIB}/hyperkitty/tests/views/test_compat.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_compat.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_index.py
+${PYSITELIB}/hyperkitty/tests/views/test_index.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_index.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_mailinglist.py
+${PYSITELIB}/hyperkitty/tests/views/test_mailinglist.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_mailinglist.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_mailman.py
+${PYSITELIB}/hyperkitty/tests/views/test_mailman.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_mailman.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_message.py
+${PYSITELIB}/hyperkitty/tests/views/test_message.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_message.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_search.py
+${PYSITELIB}/hyperkitty/tests/views/test_search.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_search.pyo
+${PYSITELIB}/hyperkitty/tests/views/test_thread.py
+${PYSITELIB}/hyperkitty/tests/views/test_thread.pyc
+${PYSITELIB}/hyperkitty/tests/views/test_thread.pyo
+${PYSITELIB}/hyperkitty/urls.py
+${PYSITELIB}/hyperkitty/urls.pyc
+${PYSITELIB}/hyperkitty/urls.pyo
+${PYSITELIB}/hyperkitty/utils.py
+${PYSITELIB}/hyperkitty/utils.pyc
+${PYSITELIB}/hyperkitty/utils.pyo
+${PYSITELIB}/hyperkitty/views/__init__.py
+${PYSITELIB}/hyperkitty/views/__init__.pyc
+${PYSITELIB}/hyperkitty/views/__init__.pyo
+${PYSITELIB}/hyperkitty/views/accounts.py
+${PYSITELIB}/hyperkitty/views/accounts.pyc
+${PYSITELIB}/hyperkitty/views/accounts.pyo
+${PYSITELIB}/hyperkitty/views/categories.py
+${PYSITELIB}/hyperkitty/views/categories.pyc
+${PYSITELIB}/hyperkitty/views/categories.pyo
+${PYSITELIB}/hyperkitty/views/compat.py
+${PYSITELIB}/hyperkitty/views/compat.pyc
+${PYSITELIB}/hyperkitty/views/compat.pyo
+${PYSITELIB}/hyperkitty/views/index.py
+${PYSITELIB}/hyperkitty/views/index.pyc
+${PYSITELIB}/hyperkitty/views/index.pyo
+${PYSITELIB}/hyperkitty/views/mailman.py
+${PYSITELIB}/hyperkitty/views/mailman.pyc
+${PYSITELIB}/hyperkitty/views/mailman.pyo
+${PYSITELIB}/hyperkitty/views/message.py
+${PYSITELIB}/hyperkitty/views/message.pyc
+${PYSITELIB}/hyperkitty/views/message.pyo
+${PYSITELIB}/hyperkitty/views/mlist.py
+${PYSITELIB}/hyperkitty/views/mlist.pyc
+${PYSITELIB}/hyperkitty/views/mlist.pyo
+${PYSITELIB}/hyperkitty/views/search.py
+${PYSITELIB}/hyperkitty/views/search.pyc
+${PYSITELIB}/hyperkitty/views/search.pyo
+${PYSITELIB}/hyperkitty/views/tags.py
+${PYSITELIB}/hyperkitty/views/tags.pyc
+${PYSITELIB}/hyperkitty/views/tags.pyo
+${PYSITELIB}/hyperkitty/views/thread.py
+${PYSITELIB}/hyperkitty/views/thread.pyc
+${PYSITELIB}/hyperkitty/views/thread.pyo
+${PYSITELIB}/hyperkitty/views/users.py
+${PYSITELIB}/hyperkitty/views/users.pyc
+${PYSITELIB}/hyperkitty/views/users.pyo
Index: pkgsrc/www/py-hyperkitty/distinfo
diff -u /dev/null pkgsrc/www/py-hyperkitty/distinfo:1.1
--- /dev/null   Sun Jun  4 03:15:07 2023
+++ pkgsrc/www/py-hyperkitty/distinfo   Sun Jun  4 03:15:07 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/04 03:15:07 markd Exp $
+
+BLAKE2s (HyperKitty-1.3.7.tar.gz) = 3e2e7f406895e1b4713919344d573f32c2a6b7b8f27300780cc770a107d1aeae
+SHA512 (HyperKitty-1.3.7.tar.gz) = 5a1310af91253d7b342a3ab6f691ad1df618ab004f05c7445fd1a575c8c16a4521055e15c440af665addc2426ecebf725666c3387959c84e685aab762bbe85cc
+Size (HyperKitty-1.3.7.tar.gz) = 2691781 bytes



Home | Main Index | Thread Index | Old Index