pkgsrc-WIP-changes archive

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

(devel/py-tryton{,d}) New package and separate Makefile.common



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Dec 11 17:45:18 2021 +0900
Changeset:	bf89779cf5367a4bb9ddcd941f53c286c5181d5c

Added Files:
	py-tryton/DESCR
	py-tryton/Makefile
	py-tryton/PLIST
	py-tryton/distinfo
	py-tryton/options.mk
	py-trytond/Makefile.common

Log Message:
(devel/py-tryton{,d}) New package and separate Makefile.common

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf89779cf5367a4bb9ddcd941f53c286c5181d5c

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

diffstat:
 py-tryton/DESCR            |   5 +
 py-tryton/Makefile         |  30 ++
 py-tryton/PLIST            | 940 +++++++++++++++++++++++++++++++++++++++++++++
 py-tryton/distinfo         |   5 +
 py-tryton/options.mk       |  23 ++
 py-trytond/Makefile.common | 265 +++++++++++++
 6 files changed, 1268 insertions(+)

diffs:
diff --git a/py-tryton/DESCR b/py-tryton/DESCR
new file mode 100644
index 0000000000..7d1dd4973e
--- /dev/null
+++ b/py-tryton/DESCR
@@ -0,0 +1,5 @@
+Tryton is a three-tiers high-level general purpose application platform under
+the license GPL-3 written in Python and using PostgreSQL as database engine.
+
+It is the core base of a complete business solution providing modularity,
+scalability and security.
diff --git a/py-tryton/Makefile b/py-tryton/Makefile
new file mode 100644
index 0000000000..7b2d7af823
--- /dev/null
+++ b/py-tryton/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.46 2021/04/21 11:41:30 adam Exp $
+TRYTON_MODULE_NAME=	tryton
+.include "../../wip/py-trytond/Makefile.common"
+CATEGORIES=	devel python
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.tryton.org/
+COMMENT=	Three-tiers high-level general purpose application platform
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+USE_LANGUAGES=		# none
+
+WRKSRC=		${WRKDIR}/trytond-${PKGVERSION}
+
+.include "options.mk"
+
+DEPENDS+=		${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+=		${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS.Darwin+=	${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app
+
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/tryton \
+		${DESTDIR}${PREFIX}/bin/tryton${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../graphics/librsvg/buildlink3.mk"
+#include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-tryton/PLIST b/py-tryton/PLIST
new file mode 100644
index 0000000000..093d6b41d4
--- /dev/null
+++ b/py-tryton/PLIST
@@ -0,0 +1,940 @@
+@comment $NetBSD$
+bin/trytond
+bin/trytond-admin
+bin/trytond-console
+bin/trytond-cron
+bin/trytond-stat
+bin/trytond-worker
+${PYSITELIB}/trytond-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/trytond-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/trytond-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/trytond-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/trytond-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/trytond-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/trytond/__init__.py
+${PYSITELIB}/trytond/__init__.pyc
+${PYSITELIB}/trytond/__init__.pyo
+${PYSITELIB}/trytond/admin.py
+${PYSITELIB}/trytond/admin.pyc
+${PYSITELIB}/trytond/admin.pyo
+${PYSITELIB}/trytond/application.py
+${PYSITELIB}/trytond/application.pyc
+${PYSITELIB}/trytond/application.pyo
+${PYSITELIB}/trytond/backend/__init__.py
+${PYSITELIB}/trytond/backend/__init__.pyc
+${PYSITELIB}/trytond/backend/__init__.pyo
+${PYSITELIB}/trytond/backend/database.py
+${PYSITELIB}/trytond/backend/database.pyc
+${PYSITELIB}/trytond/backend/database.pyo
+${PYSITELIB}/trytond/backend/postgresql/__init__.py
+${PYSITELIB}/trytond/backend/postgresql/__init__.pyc
+${PYSITELIB}/trytond/backend/postgresql/__init__.pyo
+${PYSITELIB}/trytond/backend/postgresql/database.py
+${PYSITELIB}/trytond/backend/postgresql/database.pyc
+${PYSITELIB}/trytond/backend/postgresql/database.pyo
+${PYSITELIB}/trytond/backend/postgresql/init.sql
+${PYSITELIB}/trytond/backend/postgresql/table.py
+${PYSITELIB}/trytond/backend/postgresql/table.pyc
+${PYSITELIB}/trytond/backend/postgresql/table.pyo
+${PYSITELIB}/trytond/backend/sqlite/__init__.py
+${PYSITELIB}/trytond/backend/sqlite/__init__.pyc
+${PYSITELIB}/trytond/backend/sqlite/__init__.pyo
+${PYSITELIB}/trytond/backend/sqlite/database.py
+${PYSITELIB}/trytond/backend/sqlite/database.pyc
+${PYSITELIB}/trytond/backend/sqlite/database.pyo
+${PYSITELIB}/trytond/backend/sqlite/init.sql
+${PYSITELIB}/trytond/backend/sqlite/table.py
+${PYSITELIB}/trytond/backend/sqlite/table.pyc
+${PYSITELIB}/trytond/backend/sqlite/table.pyo
+${PYSITELIB}/trytond/backend/table.py
+${PYSITELIB}/trytond/backend/table.pyc
+${PYSITELIB}/trytond/backend/table.pyo
+${PYSITELIB}/trytond/bus.py
+${PYSITELIB}/trytond/bus.pyc
+${PYSITELIB}/trytond/bus.pyo
+${PYSITELIB}/trytond/cache.py
+${PYSITELIB}/trytond/cache.pyc
+${PYSITELIB}/trytond/cache.pyo
+${PYSITELIB}/trytond/commandline.py
+${PYSITELIB}/trytond/commandline.pyc
+${PYSITELIB}/trytond/commandline.pyo
+${PYSITELIB}/trytond/config.py
+${PYSITELIB}/trytond/config.pyc
+${PYSITELIB}/trytond/config.pyo
+${PYSITELIB}/trytond/console.py
+${PYSITELIB}/trytond/console.pyc
+${PYSITELIB}/trytond/console.pyo
+${PYSITELIB}/trytond/const.py
+${PYSITELIB}/trytond/const.pyc
+${PYSITELIB}/trytond/const.pyo
+${PYSITELIB}/trytond/convert.py
+${PYSITELIB}/trytond/convert.pyc
+${PYSITELIB}/trytond/convert.pyo
+${PYSITELIB}/trytond/cron.py
+${PYSITELIB}/trytond/cron.pyc
+${PYSITELIB}/trytond/cron.pyo
+${PYSITELIB}/trytond/exceptions.py
+${PYSITELIB}/trytond/exceptions.pyc
+${PYSITELIB}/trytond/exceptions.pyo
+${PYSITELIB}/trytond/filestore.py
+${PYSITELIB}/trytond/filestore.pyc
+${PYSITELIB}/trytond/filestore.pyo
+${PYSITELIB}/trytond/i18n.py
+${PYSITELIB}/trytond/i18n.pyc
+${PYSITELIB}/trytond/i18n.pyo
+${PYSITELIB}/trytond/ir/__init__.py
+${PYSITELIB}/trytond/ir/__init__.pyc
+${PYSITELIB}/trytond/ir/__init__.pyo
+${PYSITELIB}/trytond/ir/action.py
+${PYSITELIB}/trytond/ir/action.pyc
+${PYSITELIB}/trytond/ir/action.pyo
+${PYSITELIB}/trytond/ir/action.xml
+${PYSITELIB}/trytond/ir/attachment.py
+${PYSITELIB}/trytond/ir/attachment.pyc
+${PYSITELIB}/trytond/ir/attachment.pyo
+${PYSITELIB}/trytond/ir/attachment.xml
+${PYSITELIB}/trytond/ir/avatar.py
+${PYSITELIB}/trytond/ir/avatar.pyc
+${PYSITELIB}/trytond/ir/avatar.pyo
+${PYSITELIB}/trytond/ir/cache.py
+${PYSITELIB}/trytond/ir/cache.pyc
+${PYSITELIB}/trytond/ir/cache.pyo
+${PYSITELIB}/trytond/ir/calendar_.py
+${PYSITELIB}/trytond/ir/calendar_.pyc
+${PYSITELIB}/trytond/ir/calendar_.pyo
+${PYSITELIB}/trytond/ir/calendar_.xml
+${PYSITELIB}/trytond/ir/configuration.py
+${PYSITELIB}/trytond/ir/configuration.pyc
+${PYSITELIB}/trytond/ir/configuration.pyo
+${PYSITELIB}/trytond/ir/cron.py
+${PYSITELIB}/trytond/ir/cron.pyc
+${PYSITELIB}/trytond/ir/cron.pyo
+${PYSITELIB}/trytond/ir/cron.xml
+${PYSITELIB}/trytond/ir/date.py
+${PYSITELIB}/trytond/ir/date.pyc
+${PYSITELIB}/trytond/ir/date.pyo
+${PYSITELIB}/trytond/ir/email.xml
+${PYSITELIB}/trytond/ir/email_.py
+${PYSITELIB}/trytond/ir/email_.pyc
+${PYSITELIB}/trytond/ir/email_.pyo
+${PYSITELIB}/trytond/ir/error.py
+${PYSITELIB}/trytond/ir/error.pyc
+${PYSITELIB}/trytond/ir/error.pyo
+${PYSITELIB}/trytond/ir/error.xml
+${PYSITELIB}/trytond/ir/exceptions.py
+${PYSITELIB}/trytond/ir/exceptions.pyc
+${PYSITELIB}/trytond/ir/exceptions.pyo
+${PYSITELIB}/trytond/ir/export.py
+${PYSITELIB}/trytond/ir/export.pyc
+${PYSITELIB}/trytond/ir/export.pyo
+${PYSITELIB}/trytond/ir/export.xml
+${PYSITELIB}/trytond/ir/fonts/karla.ttf
+${PYSITELIB}/trytond/ir/ir.xml
+${PYSITELIB}/trytond/ir/lang.py
+${PYSITELIB}/trytond/ir/lang.pyc
+${PYSITELIB}/trytond/ir/lang.pyo
+${PYSITELIB}/trytond/ir/lang.xml
+${PYSITELIB}/trytond/ir/locale/bg.po
+${PYSITELIB}/trytond/ir/locale/ca.po
+${PYSITELIB}/trytond/ir/locale/cs.po
+${PYSITELIB}/trytond/ir/locale/de.po
+${PYSITELIB}/trytond/ir/locale/es.po
+${PYSITELIB}/trytond/ir/locale/es_419.po
+${PYSITELIB}/trytond/ir/locale/et.po
+${PYSITELIB}/trytond/ir/locale/fa.po
+${PYSITELIB}/trytond/ir/locale/fi.po
+${PYSITELIB}/trytond/ir/locale/fr.po
+${PYSITELIB}/trytond/ir/locale/hu.po
+${PYSITELIB}/trytond/ir/locale/id.po
+${PYSITELIB}/trytond/ir/locale/it.po
+${PYSITELIB}/trytond/ir/locale/lo.po
+${PYSITELIB}/trytond/ir/locale/lt.po
+${PYSITELIB}/trytond/ir/locale/nl.po
+${PYSITELIB}/trytond/ir/locale/pl.po
+${PYSITELIB}/trytond/ir/locale/pt.po
+${PYSITELIB}/trytond/ir/locale/ro.po
+${PYSITELIB}/trytond/ir/locale/ru.po
+${PYSITELIB}/trytond/ir/locale/sl.po
+${PYSITELIB}/trytond/ir/locale/tr.po
+${PYSITELIB}/trytond/ir/locale/zh_CN.po
+${PYSITELIB}/trytond/ir/message.py
+${PYSITELIB}/trytond/ir/message.pyc
+${PYSITELIB}/trytond/ir/message.pyo
+${PYSITELIB}/trytond/ir/message.xml
+${PYSITELIB}/trytond/ir/model.py
+${PYSITELIB}/trytond/ir/model.pyc
+${PYSITELIB}/trytond/ir/model.pyo
+${PYSITELIB}/trytond/ir/model.xml
+${PYSITELIB}/trytond/ir/module.py
+${PYSITELIB}/trytond/ir/module.pyc
+${PYSITELIB}/trytond/ir/module.pyo
+${PYSITELIB}/trytond/ir/module.xml
+${PYSITELIB}/trytond/ir/note.py
+${PYSITELIB}/trytond/ir/note.pyc
+${PYSITELIB}/trytond/ir/note.pyo
+${PYSITELIB}/trytond/ir/note.xml
+${PYSITELIB}/trytond/ir/queue.py
+${PYSITELIB}/trytond/ir/queue.pyc
+${PYSITELIB}/trytond/ir/queue.pyo
+${PYSITELIB}/trytond/ir/queue.xml
+${PYSITELIB}/trytond/ir/resource.py
+${PYSITELIB}/trytond/ir/resource.pyc
+${PYSITELIB}/trytond/ir/resource.pyo
+${PYSITELIB}/trytond/ir/routes.py
+${PYSITELIB}/trytond/ir/routes.pyc
+${PYSITELIB}/trytond/ir/routes.pyo
+${PYSITELIB}/trytond/ir/rule.py
+${PYSITELIB}/trytond/ir/rule.pyc
+${PYSITELIB}/trytond/ir/rule.pyo
+${PYSITELIB}/trytond/ir/rule.xml
+${PYSITELIB}/trytond/ir/sequence.py
+${PYSITELIB}/trytond/ir/sequence.pyc
+${PYSITELIB}/trytond/ir/sequence.pyo
+${PYSITELIB}/trytond/ir/sequence.xml
+${PYSITELIB}/trytond/ir/session.py
+${PYSITELIB}/trytond/ir/session.pyc
+${PYSITELIB}/trytond/ir/session.pyo
+${PYSITELIB}/trytond/ir/translation.py
+${PYSITELIB}/trytond/ir/translation.pyc
+${PYSITELIB}/trytond/ir/translation.pyo
+${PYSITELIB}/trytond/ir/translation.xml
+${PYSITELIB}/trytond/ir/trigger.py
+${PYSITELIB}/trytond/ir/trigger.pyc
+${PYSITELIB}/trytond/ir/trigger.pyo
+${PYSITELIB}/trytond/ir/trigger.xml
+${PYSITELIB}/trytond/ir/tryton.cfg
+${PYSITELIB}/trytond/ir/ui/__init__.py
+${PYSITELIB}/trytond/ir/ui/__init__.pyc
+${PYSITELIB}/trytond/ir/ui/__init__.pyo
+${PYSITELIB}/trytond/ir/ui/board.rnc
+${PYSITELIB}/trytond/ir/ui/board.rng
+${PYSITELIB}/trytond/ir/ui/calendar.rnc
+${PYSITELIB}/trytond/ir/ui/calendar.rng
+${PYSITELIB}/trytond/ir/ui/form.rnc
+${PYSITELIB}/trytond/ir/ui/form.rng
+${PYSITELIB}/trytond/ir/ui/graph.rnc
+${PYSITELIB}/trytond/ir/ui/graph.rng
+${PYSITELIB}/trytond/ir/ui/icon.py
+${PYSITELIB}/trytond/ir/ui/icon.pyc
+${PYSITELIB}/trytond/ir/ui/icon.pyo
+${PYSITELIB}/trytond/ir/ui/icon.xml
+${PYSITELIB}/trytond/ir/ui/icons/tryton-board.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-calendar.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-folder.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-form.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-graph.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-list.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-settings.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-tree.svg
+${PYSITELIB}/trytond/ir/ui/menu.py
+${PYSITELIB}/trytond/ir/ui/menu.pyc
+${PYSITELIB}/trytond/ir/ui/menu.pyo
+${PYSITELIB}/trytond/ir/ui/menu.xml
+${PYSITELIB}/trytond/ir/ui/tree.rnc
+${PYSITELIB}/trytond/ir/ui/tree.rng
+${PYSITELIB}/trytond/ir/ui/ui.xml
+${PYSITELIB}/trytond/ir/ui/view.py
+${PYSITELIB}/trytond/ir/ui/view.pyc
+${PYSITELIB}/trytond/ir/ui/view.pyo
+${PYSITELIB}/trytond/ir/ui/view.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_domain_form.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_domain_list.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_domain_list2.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_form.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_list.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_view_form.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_view_list.xml
+${PYSITELIB}/trytond/ir/view/action_act_window_view_list2.xml
+${PYSITELIB}/trytond/ir/view/action_form.xml
+${PYSITELIB}/trytond/ir/view/action_keyword_form.xml
+${PYSITELIB}/trytond/ir/view/action_keyword_list.xml
+${PYSITELIB}/trytond/ir/view/action_list.xml
+${PYSITELIB}/trytond/ir/view/action_report_form.xml
+${PYSITELIB}/trytond/ir/view/action_report_list.xml
+${PYSITELIB}/trytond/ir/view/action_url_form.xml
+${PYSITELIB}/trytond/ir/view/action_url_list.xml
+${PYSITELIB}/trytond/ir/view/action_wizard_form.xml
+${PYSITELIB}/trytond/ir/view/action_wizard_list.xml
+${PYSITELIB}/trytond/ir/view/attachment_form.xml
+${PYSITELIB}/trytond/ir/view/attachment_form_preview.xml
+${PYSITELIB}/trytond/ir/view/attachment_list.xml
+${PYSITELIB}/trytond/ir/view/cron_form.xml
+${PYSITELIB}/trytond/ir/view/cron_list.xml
+${PYSITELIB}/trytond/ir/view/email_form.xml
+${PYSITELIB}/trytond/ir/view/email_list.xml
+${PYSITELIB}/trytond/ir/view/email_template_form.xml
+${PYSITELIB}/trytond/ir/view/email_template_list.xml
+${PYSITELIB}/trytond/ir/view/error_form.xml
+${PYSITELIB}/trytond/ir/view/error_list.xml
+${PYSITELIB}/trytond/ir/view/export_form.xml
+${PYSITELIB}/trytond/ir/view/export_line_form.xml
+${PYSITELIB}/trytond/ir/view/export_line_list.xml
+${PYSITELIB}/trytond/ir/view/export_list.xml
+${PYSITELIB}/trytond/ir/view/icon_view_form.xml
+${PYSITELIB}/trytond/ir/view/icon_view_list.xml
+${PYSITELIB}/trytond/ir/view/lang_config_start_form.xml
+${PYSITELIB}/trytond/ir/view/lang_form.xml
+${PYSITELIB}/trytond/ir/view/lang_list.xml
+${PYSITELIB}/trytond/ir/view/message_form.xml
+${PYSITELIB}/trytond/ir/view/message_list.xml
+${PYSITELIB}/trytond/ir/view/model_access_form.xml
+${PYSITELIB}/trytond/ir/view/model_access_list.xml
+${PYSITELIB}/trytond/ir/view/model_button_click_form.xml
+${PYSITELIB}/trytond/ir/view/model_button_click_list.xml
+${PYSITELIB}/trytond/ir/view/model_button_form.xml
+${PYSITELIB}/trytond/ir/view/model_button_list.xml
+${PYSITELIB}/trytond/ir/view/model_button_rule_form.xml
+${PYSITELIB}/trytond/ir/view/model_button_rule_list.xml
+${PYSITELIB}/trytond/ir/view/model_data_form.xml
+${PYSITELIB}/trytond/ir/view/model_data_list.xml
+${PYSITELIB}/trytond/ir/view/model_field_access_form.xml
+${PYSITELIB}/trytond/ir/view/model_field_access_list.xml
+${PYSITELIB}/trytond/ir/view/model_field_form.xml
+${PYSITELIB}/trytond/ir/view/model_field_list.xml
+${PYSITELIB}/trytond/ir/view/model_form.xml
+${PYSITELIB}/trytond/ir/view/model_list.xml
+${PYSITELIB}/trytond/ir/view/model_print_model_graph_start_form.xml
+${PYSITELIB}/trytond/ir/view/module_activate_upgrade_done_form.xml
+${PYSITELIB}/trytond/ir/view/module_activate_upgrade_start_form.xml
+${PYSITELIB}/trytond/ir/view/module_config_start_form.xml
+${PYSITELIB}/trytond/ir/view/module_config_wizard_done_form.xml
+${PYSITELIB}/trytond/ir/view/module_config_wizard_first_form.xml
+${PYSITELIB}/trytond/ir/view/module_config_wizard_item_list.xml
+${PYSITELIB}/trytond/ir/view/module_config_wizard_other_form.xml
+${PYSITELIB}/trytond/ir/view/module_dependency_form.xml
+${PYSITELIB}/trytond/ir/view/module_dependency_list.xml
+${PYSITELIB}/trytond/ir/view/module_form.xml
+${PYSITELIB}/trytond/ir/view/module_list.xml
+${PYSITELIB}/trytond/ir/view/note_form.xml
+${PYSITELIB}/trytond/ir/view/note_list.xml
+${PYSITELIB}/trytond/ir/view/rule_form.xml
+${PYSITELIB}/trytond/ir/view/rule_group_form.xml
+${PYSITELIB}/trytond/ir/view/rule_group_list.xml
+${PYSITELIB}/trytond/ir/view/rule_list.xml
+${PYSITELIB}/trytond/ir/view/sequence_form.xml
+${PYSITELIB}/trytond/ir/view/sequence_list.xml
+${PYSITELIB}/trytond/ir/view/sequence_type_form.xml
+${PYSITELIB}/trytond/ir/view/sequence_type_list.xml
+${PYSITELIB}/trytond/ir/view/translation_clean_start_form.xml
+${PYSITELIB}/trytond/ir/view/translation_clean_succeed_form.xml
+${PYSITELIB}/trytond/ir/view/translation_export_result_form.xml
+${PYSITELIB}/trytond/ir/view/translation_export_start_form.xml
+${PYSITELIB}/trytond/ir/view/translation_form.xml
+${PYSITELIB}/trytond/ir/view/translation_list.xml
+${PYSITELIB}/trytond/ir/view/translation_set_start_form.xml
+${PYSITELIB}/trytond/ir/view/translation_set_succeed_form.xml
+${PYSITELIB}/trytond/ir/view/translation_update_start_form.xml
+${PYSITELIB}/trytond/ir/view/trigger_form.xml
+${PYSITELIB}/trytond/ir/view/trigger_list.xml
+${PYSITELIB}/trytond/ir/view/ui_menu_favorite_form.xml
+${PYSITELIB}/trytond/ir/view/ui_menu_favorite_list.xml
+${PYSITELIB}/trytond/ir/view/ui_menu_form.xml
+${PYSITELIB}/trytond/ir/view/ui_menu_list.xml
+${PYSITELIB}/trytond/ir/view/ui_menu_tree.xml
+${PYSITELIB}/trytond/ir/view/ui_view_form.xml
+${PYSITELIB}/trytond/ir/view/ui_view_list.xml
+${PYSITELIB}/trytond/ir/view/ui_view_search_form.xml
+${PYSITELIB}/trytond/ir/view/ui_view_search_list.xml
+${PYSITELIB}/trytond/ir/view/ui_view_tree_state_form.xml
+${PYSITELIB}/trytond/ir/view/ui_view_tree_state_list.xml
+${PYSITELIB}/trytond/ir/view/ui_view_tree_width_form.xml
+${PYSITELIB}/trytond/ir/view/ui_view_tree_width_list.xml
+${PYSITELIB}/trytond/model/__init__.py
+${PYSITELIB}/trytond/model/__init__.pyc
+${PYSITELIB}/trytond/model/__init__.pyo
+${PYSITELIB}/trytond/model/active.py
+${PYSITELIB}/trytond/model/active.pyc
+${PYSITELIB}/trytond/model/active.pyo
+${PYSITELIB}/trytond/model/avatar.py
+${PYSITELIB}/trytond/model/avatar.pyc
+${PYSITELIB}/trytond/model/avatar.pyo
+${PYSITELIB}/trytond/model/descriptors.py
+${PYSITELIB}/trytond/model/descriptors.pyc
+${PYSITELIB}/trytond/model/descriptors.pyo
+${PYSITELIB}/trytond/model/dictschema.py
+${PYSITELIB}/trytond/model/dictschema.pyc
+${PYSITELIB}/trytond/model/dictschema.pyo
+${PYSITELIB}/trytond/model/digits.py
+${PYSITELIB}/trytond/model/digits.pyc
+${PYSITELIB}/trytond/model/digits.pyo
+${PYSITELIB}/trytond/model/exceptions.py
+${PYSITELIB}/trytond/model/exceptions.pyc
+${PYSITELIB}/trytond/model/exceptions.pyo
+${PYSITELIB}/trytond/model/fields/__init__.py
+${PYSITELIB}/trytond/model/fields/__init__.pyc
+${PYSITELIB}/trytond/model/fields/__init__.pyo
+${PYSITELIB}/trytond/model/fields/binary.py
+${PYSITELIB}/trytond/model/fields/binary.pyc
+${PYSITELIB}/trytond/model/fields/binary.pyo
+${PYSITELIB}/trytond/model/fields/boolean.py
+${PYSITELIB}/trytond/model/fields/boolean.pyc
+${PYSITELIB}/trytond/model/fields/boolean.pyo
+${PYSITELIB}/trytond/model/fields/char.py
+${PYSITELIB}/trytond/model/fields/char.pyc
+${PYSITELIB}/trytond/model/fields/char.pyo
+${PYSITELIB}/trytond/model/fields/date.py
+${PYSITELIB}/trytond/model/fields/date.pyc
+${PYSITELIB}/trytond/model/fields/date.pyo
+${PYSITELIB}/trytond/model/fields/dict.py
+${PYSITELIB}/trytond/model/fields/dict.pyc
+${PYSITELIB}/trytond/model/fields/dict.pyo
+${PYSITELIB}/trytond/model/fields/field.py
+${PYSITELIB}/trytond/model/fields/field.pyc
+${PYSITELIB}/trytond/model/fields/field.pyo
+${PYSITELIB}/trytond/model/fields/float.py
+${PYSITELIB}/trytond/model/fields/float.pyc
+${PYSITELIB}/trytond/model/fields/float.pyo
+${PYSITELIB}/trytond/model/fields/function.py
+${PYSITELIB}/trytond/model/fields/function.pyc
+${PYSITELIB}/trytond/model/fields/function.pyo
+${PYSITELIB}/trytond/model/fields/integer.py
+${PYSITELIB}/trytond/model/fields/integer.pyc
+${PYSITELIB}/trytond/model/fields/integer.pyo
+${PYSITELIB}/trytond/model/fields/many2many.py
+${PYSITELIB}/trytond/model/fields/many2many.pyc
+${PYSITELIB}/trytond/model/fields/many2many.pyo
+${PYSITELIB}/trytond/model/fields/many2one.py
+${PYSITELIB}/trytond/model/fields/many2one.pyc
+${PYSITELIB}/trytond/model/fields/many2one.pyo
+${PYSITELIB}/trytond/model/fields/multiselection.py
+${PYSITELIB}/trytond/model/fields/multiselection.pyc
+${PYSITELIB}/trytond/model/fields/multiselection.pyo
+${PYSITELIB}/trytond/model/fields/numeric.py
+${PYSITELIB}/trytond/model/fields/numeric.pyc
+${PYSITELIB}/trytond/model/fields/numeric.pyo
+${PYSITELIB}/trytond/model/fields/one2many.py
+${PYSITELIB}/trytond/model/fields/one2many.pyc
+${PYSITELIB}/trytond/model/fields/one2many.pyo
+${PYSITELIB}/trytond/model/fields/one2one.py
+${PYSITELIB}/trytond/model/fields/one2one.pyc
+${PYSITELIB}/trytond/model/fields/one2one.pyo
+${PYSITELIB}/trytond/model/fields/reference.py
+${PYSITELIB}/trytond/model/fields/reference.pyc
+${PYSITELIB}/trytond/model/fields/reference.pyo
+${PYSITELIB}/trytond/model/fields/selection.py
+${PYSITELIB}/trytond/model/fields/selection.pyc
+${PYSITELIB}/trytond/model/fields/selection.pyo
+${PYSITELIB}/trytond/model/fields/text.py
+${PYSITELIB}/trytond/model/fields/text.pyc
+${PYSITELIB}/trytond/model/fields/text.pyo
+${PYSITELIB}/trytond/model/match.py
+${PYSITELIB}/trytond/model/match.pyc
+${PYSITELIB}/trytond/model/match.pyo
+${PYSITELIB}/trytond/model/model.py
+${PYSITELIB}/trytond/model/model.pyc
+${PYSITELIB}/trytond/model/model.pyo
+${PYSITELIB}/trytond/model/modelsingleton.py
+${PYSITELIB}/trytond/model/modelsingleton.pyc
+${PYSITELIB}/trytond/model/modelsingleton.pyo
+${PYSITELIB}/trytond/model/modelsql.py
+${PYSITELIB}/trytond/model/modelsql.pyc
+${PYSITELIB}/trytond/model/modelsql.pyo
+${PYSITELIB}/trytond/model/modelstorage.py
+${PYSITELIB}/trytond/model/modelstorage.pyc
+${PYSITELIB}/trytond/model/modelstorage.pyo
+${PYSITELIB}/trytond/model/modelview.py
+${PYSITELIB}/trytond/model/modelview.pyc
+${PYSITELIB}/trytond/model/modelview.pyo
+${PYSITELIB}/trytond/model/multivalue.py
+${PYSITELIB}/trytond/model/multivalue.pyc
+${PYSITELIB}/trytond/model/multivalue.pyo
+${PYSITELIB}/trytond/model/order.py
+${PYSITELIB}/trytond/model/order.pyc
+${PYSITELIB}/trytond/model/order.pyo
+${PYSITELIB}/trytond/model/symbol.py
+${PYSITELIB}/trytond/model/symbol.pyc
+${PYSITELIB}/trytond/model/symbol.pyo
+${PYSITELIB}/trytond/model/tree.py
+${PYSITELIB}/trytond/model/tree.pyc
+${PYSITELIB}/trytond/model/tree.pyo
+${PYSITELIB}/trytond/model/union.py
+${PYSITELIB}/trytond/model/union.pyc
+${PYSITELIB}/trytond/model/union.pyo
+${PYSITELIB}/trytond/model/workflow.py
+${PYSITELIB}/trytond/model/workflow.pyc
+${PYSITELIB}/trytond/model/workflow.pyo
+${PYSITELIB}/trytond/modules/__init__.py
+${PYSITELIB}/trytond/modules/__init__.pyc
+${PYSITELIB}/trytond/modules/__init__.pyo
+${PYSITELIB}/trytond/pool.py
+${PYSITELIB}/trytond/pool.pyc
+${PYSITELIB}/trytond/pool.pyo
+${PYSITELIB}/trytond/protocols/__init__.py
+${PYSITELIB}/trytond/protocols/__init__.pyc
+${PYSITELIB}/trytond/protocols/__init__.pyo
+${PYSITELIB}/trytond/protocols/dispatcher.py
+${PYSITELIB}/trytond/protocols/dispatcher.pyc
+${PYSITELIB}/trytond/protocols/dispatcher.pyo
+${PYSITELIB}/trytond/protocols/jsonrpc.py
+${PYSITELIB}/trytond/protocols/jsonrpc.pyc
+${PYSITELIB}/trytond/protocols/jsonrpc.pyo
+${PYSITELIB}/trytond/protocols/wrappers.py
+${PYSITELIB}/trytond/protocols/wrappers.pyc
+${PYSITELIB}/trytond/protocols/wrappers.pyo
+${PYSITELIB}/trytond/protocols/xmlrpc.py
+${PYSITELIB}/trytond/protocols/xmlrpc.pyc
+${PYSITELIB}/trytond/protocols/xmlrpc.pyo
+${PYSITELIB}/trytond/pyson.py
+${PYSITELIB}/trytond/pyson.pyc
+${PYSITELIB}/trytond/pyson.pyo
+${PYSITELIB}/trytond/report/__init__.py
+${PYSITELIB}/trytond/report/__init__.pyc
+${PYSITELIB}/trytond/report/__init__.pyo
+${PYSITELIB}/trytond/report/report.py
+${PYSITELIB}/trytond/report/report.pyc
+${PYSITELIB}/trytond/report/report.pyo
+${PYSITELIB}/trytond/res/__init__.py
+${PYSITELIB}/trytond/res/__init__.pyc
+${PYSITELIB}/trytond/res/__init__.pyo
+${PYSITELIB}/trytond/res/email_reset_password.html
+${PYSITELIB}/trytond/res/exceptions.py
+${PYSITELIB}/trytond/res/exceptions.pyc
+${PYSITELIB}/trytond/res/exceptions.pyo
+${PYSITELIB}/trytond/res/group.py
+${PYSITELIB}/trytond/res/group.pyc
+${PYSITELIB}/trytond/res/group.pyo
+${PYSITELIB}/trytond/res/group.xml
+${PYSITELIB}/trytond/res/ir.py
+${PYSITELIB}/trytond/res/ir.pyc
+${PYSITELIB}/trytond/res/ir.pyo
+${PYSITELIB}/trytond/res/ir.xml
+${PYSITELIB}/trytond/res/locale/bg.po
+${PYSITELIB}/trytond/res/locale/ca.po
+${PYSITELIB}/trytond/res/locale/cs.po
+${PYSITELIB}/trytond/res/locale/de.po
+${PYSITELIB}/trytond/res/locale/es.po
+${PYSITELIB}/trytond/res/locale/es_419.po
+${PYSITELIB}/trytond/res/locale/et.po
+${PYSITELIB}/trytond/res/locale/fa.po
+${PYSITELIB}/trytond/res/locale/fi.po
+${PYSITELIB}/trytond/res/locale/fr.po
+${PYSITELIB}/trytond/res/locale/hu.po
+${PYSITELIB}/trytond/res/locale/id.po
+${PYSITELIB}/trytond/res/locale/it.po
+${PYSITELIB}/trytond/res/locale/lo.po
+${PYSITELIB}/trytond/res/locale/lt.po
+${PYSITELIB}/trytond/res/locale/nl.po
+${PYSITELIB}/trytond/res/locale/pl.po
+${PYSITELIB}/trytond/res/locale/pt.po
+${PYSITELIB}/trytond/res/locale/ro.po
+${PYSITELIB}/trytond/res/locale/ru.po
+${PYSITELIB}/trytond/res/locale/sl.po
+${PYSITELIB}/trytond/res/locale/tr.po
+${PYSITELIB}/trytond/res/locale/zh_CN.po
+${PYSITELIB}/trytond/res/message.xml
+${PYSITELIB}/trytond/res/res.xml
+${PYSITELIB}/trytond/res/routes.py
+${PYSITELIB}/trytond/res/routes.pyc
+${PYSITELIB}/trytond/res/routes.pyo
+${PYSITELIB}/trytond/res/tryton.cfg
+${PYSITELIB}/trytond/res/user.py
+${PYSITELIB}/trytond/res/user.pyc
+${PYSITELIB}/trytond/res/user.pyo
+${PYSITELIB}/trytond/res/user.xml
+${PYSITELIB}/trytond/res/view/export_form.xml
+${PYSITELIB}/trytond/res/view/export_list.xml
+${PYSITELIB}/trytond/res/view/group_form.xml
+${PYSITELIB}/trytond/res/view/group_list.xml
+${PYSITELIB}/trytond/res/view/sequence_type_form.xml
+${PYSITELIB}/trytond/res/view/user_application_form.xml
+${PYSITELIB}/trytond/res/view/user_application_list.xml
+${PYSITELIB}/trytond/res/view/user_config_start_form.xml
+${PYSITELIB}/trytond/res/view/user_form.xml
+${PYSITELIB}/trytond/res/view/user_form_preferences.xml
+${PYSITELIB}/trytond/res/view/user_list.xml
+${PYSITELIB}/trytond/res/view/user_warning_form.xml
+${PYSITELIB}/trytond/res/view/user_warning_tree.xml
+${PYSITELIB}/trytond/rpc.py
+${PYSITELIB}/trytond/rpc.pyc
+${PYSITELIB}/trytond/rpc.pyo
+${PYSITELIB}/trytond/security.py
+${PYSITELIB}/trytond/security.pyc
+${PYSITELIB}/trytond/security.pyo
+${PYSITELIB}/trytond/sendmail.py
+${PYSITELIB}/trytond/sendmail.pyc
+${PYSITELIB}/trytond/sendmail.pyo
+${PYSITELIB}/trytond/status.py
+${PYSITELIB}/trytond/status.pyc
+${PYSITELIB}/trytond/status.pyo
+${PYSITELIB}/trytond/test_loader.py
+${PYSITELIB}/trytond/test_loader.pyc
+${PYSITELIB}/trytond/test_loader.pyo
+${PYSITELIB}/trytond/tests/__init__.py
+${PYSITELIB}/trytond/tests/__init__.pyc
+${PYSITELIB}/trytond/tests/__init__.pyo
+${PYSITELIB}/trytond/tests/access.py
+${PYSITELIB}/trytond/tests/access.pyc
+${PYSITELIB}/trytond/tests/access.pyo
+${PYSITELIB}/trytond/tests/copy_.py
+${PYSITELIB}/trytond/tests/copy_.pyc
+${PYSITELIB}/trytond/tests/copy_.pyo
+${PYSITELIB}/trytond/tests/export_data.py
+${PYSITELIB}/trytond/tests/export_data.pyc
+${PYSITELIB}/trytond/tests/export_data.pyo
+${PYSITELIB}/trytond/tests/field_binary.py
+${PYSITELIB}/trytond/tests/field_binary.pyc
+${PYSITELIB}/trytond/tests/field_binary.pyo
+${PYSITELIB}/trytond/tests/field_boolean.py
+${PYSITELIB}/trytond/tests/field_boolean.pyc
+${PYSITELIB}/trytond/tests/field_boolean.pyo
+${PYSITELIB}/trytond/tests/field_char.py
+${PYSITELIB}/trytond/tests/field_char.pyc
+${PYSITELIB}/trytond/tests/field_char.pyo
+${PYSITELIB}/trytond/tests/field_context.py
+${PYSITELIB}/trytond/tests/field_context.pyc
+${PYSITELIB}/trytond/tests/field_context.pyo
+${PYSITELIB}/trytond/tests/field_date.py
+${PYSITELIB}/trytond/tests/field_date.pyc
+${PYSITELIB}/trytond/tests/field_date.pyo
+${PYSITELIB}/trytond/tests/field_datetime.py
+${PYSITELIB}/trytond/tests/field_datetime.pyc
+${PYSITELIB}/trytond/tests/field_datetime.pyo
+${PYSITELIB}/trytond/tests/field_dict.py
+${PYSITELIB}/trytond/tests/field_dict.pyc
+${PYSITELIB}/trytond/tests/field_dict.pyo
+${PYSITELIB}/trytond/tests/field_float.py
+${PYSITELIB}/trytond/tests/field_float.pyc
+${PYSITELIB}/trytond/tests/field_float.pyo
+${PYSITELIB}/trytond/tests/field_function.py
+${PYSITELIB}/trytond/tests/field_function.pyc
+${PYSITELIB}/trytond/tests/field_function.pyo
+${PYSITELIB}/trytond/tests/field_integer.py
+${PYSITELIB}/trytond/tests/field_integer.pyc
+${PYSITELIB}/trytond/tests/field_integer.pyo
+${PYSITELIB}/trytond/tests/field_many2many.py
+${PYSITELIB}/trytond/tests/field_many2many.pyc
+${PYSITELIB}/trytond/tests/field_many2many.pyo
+${PYSITELIB}/trytond/tests/field_many2one.py
+${PYSITELIB}/trytond/tests/field_many2one.pyc
+${PYSITELIB}/trytond/tests/field_many2one.pyo
+${PYSITELIB}/trytond/tests/field_multiselection.py
+${PYSITELIB}/trytond/tests/field_multiselection.pyc
+${PYSITELIB}/trytond/tests/field_multiselection.pyo
+${PYSITELIB}/trytond/tests/field_numeric.py
+${PYSITELIB}/trytond/tests/field_numeric.pyc
+${PYSITELIB}/trytond/tests/field_numeric.pyo
+${PYSITELIB}/trytond/tests/field_one2many.py
+${PYSITELIB}/trytond/tests/field_one2many.pyc
+${PYSITELIB}/trytond/tests/field_one2many.pyo
+${PYSITELIB}/trytond/tests/field_one2one.py
+${PYSITELIB}/trytond/tests/field_one2one.pyc
+${PYSITELIB}/trytond/tests/field_one2one.pyo
+${PYSITELIB}/trytond/tests/field_reference.py
+${PYSITELIB}/trytond/tests/field_reference.pyc
+${PYSITELIB}/trytond/tests/field_reference.pyo
+${PYSITELIB}/trytond/tests/field_selection.py
+${PYSITELIB}/trytond/tests/field_selection.pyc
+${PYSITELIB}/trytond/tests/field_selection.pyo
+${PYSITELIB}/trytond/tests/field_text.py
+${PYSITELIB}/trytond/tests/field_text.pyc
+${PYSITELIB}/trytond/tests/field_text.pyo
+${PYSITELIB}/trytond/tests/field_time.py
+${PYSITELIB}/trytond/tests/field_time.pyc
+${PYSITELIB}/trytond/tests/field_time.pyo
+${PYSITELIB}/trytond/tests/field_timedelta.py
+${PYSITELIB}/trytond/tests/field_timedelta.pyc
+${PYSITELIB}/trytond/tests/field_timedelta.pyo
+${PYSITELIB}/trytond/tests/forbidden.txt
+${PYSITELIB}/trytond/tests/history.py
+${PYSITELIB}/trytond/tests/history.pyc
+${PYSITELIB}/trytond/tests/history.pyo
+${PYSITELIB}/trytond/tests/import_data.py
+${PYSITELIB}/trytond/tests/import_data.pyc
+${PYSITELIB}/trytond/tests/import_data.pyo
+${PYSITELIB}/trytond/tests/import_data.xml
+${PYSITELIB}/trytond/tests/message.xml
+${PYSITELIB}/trytond/tests/mixin.py
+${PYSITELIB}/trytond/tests/mixin.pyc
+${PYSITELIB}/trytond/tests/mixin.pyo
+${PYSITELIB}/trytond/tests/model.py
+${PYSITELIB}/trytond/tests/model.pyc
+${PYSITELIB}/trytond/tests/model.pyo
+${PYSITELIB}/trytond/tests/modelsql.py
+${PYSITELIB}/trytond/tests/modelsql.pyc
+${PYSITELIB}/trytond/tests/modelsql.pyo
+${PYSITELIB}/trytond/tests/modelstorage.py
+${PYSITELIB}/trytond/tests/modelstorage.pyc
+${PYSITELIB}/trytond/tests/modelstorage.pyo
+${PYSITELIB}/trytond/tests/modelview.py
+${PYSITELIB}/trytond/tests/modelview.pyc
+${PYSITELIB}/trytond/tests/modelview.pyo
+${PYSITELIB}/trytond/tests/modelview.xml
+${PYSITELIB}/trytond/tests/mptt.py
+${PYSITELIB}/trytond/tests/mptt.pyc
+${PYSITELIB}/trytond/tests/mptt.pyo
+${PYSITELIB}/trytond/tests/multivalue.py
+${PYSITELIB}/trytond/tests/multivalue.pyc
+${PYSITELIB}/trytond/tests/multivalue.pyo
+${PYSITELIB}/trytond/tests/path.py
+${PYSITELIB}/trytond/tests/path.pyc
+${PYSITELIB}/trytond/tests/path.pyo
+${PYSITELIB}/trytond/tests/resource.py
+${PYSITELIB}/trytond/tests/resource.pyc
+${PYSITELIB}/trytond/tests/resource.pyo
+${PYSITELIB}/trytond/tests/rule.py
+${PYSITELIB}/trytond/tests/rule.pyc
+${PYSITELIB}/trytond/tests/rule.pyo
+${PYSITELIB}/trytond/tests/run-tests.py
+${PYSITELIB}/trytond/tests/run-tests.pyc
+${PYSITELIB}/trytond/tests/run-tests.pyo
+${PYSITELIB}/trytond/tests/sequence.xml
+${PYSITELIB}/trytond/tests/test_access.py
+${PYSITELIB}/trytond/tests/test_access.pyc
+${PYSITELIB}/trytond/tests/test_access.pyo
+${PYSITELIB}/trytond/tests/test_backend.py
+${PYSITELIB}/trytond/tests/test_backend.pyc
+${PYSITELIB}/trytond/tests/test_backend.pyo
+${PYSITELIB}/trytond/tests/test_bus.py
+${PYSITELIB}/trytond/tests/test_bus.pyc
+${PYSITELIB}/trytond/tests/test_bus.pyo
+${PYSITELIB}/trytond/tests/test_cache.py
+${PYSITELIB}/trytond/tests/test_cache.pyc
+${PYSITELIB}/trytond/tests/test_cache.pyo
+${PYSITELIB}/trytond/tests/test_copy.py
+${PYSITELIB}/trytond/tests/test_copy.pyc
+${PYSITELIB}/trytond/tests/test_copy.pyo
+${PYSITELIB}/trytond/tests/test_descriptors.py
+${PYSITELIB}/trytond/tests/test_descriptors.pyc
+${PYSITELIB}/trytond/tests/test_descriptors.pyo
+${PYSITELIB}/trytond/tests/test_exportdata.py
+${PYSITELIB}/trytond/tests/test_exportdata.pyc
+${PYSITELIB}/trytond/tests/test_exportdata.pyo
+${PYSITELIB}/trytond/tests/test_field_binary.py
+${PYSITELIB}/trytond/tests/test_field_binary.pyc
+${PYSITELIB}/trytond/tests/test_field_binary.pyo
+${PYSITELIB}/trytond/tests/test_field_boolean.py
+${PYSITELIB}/trytond/tests/test_field_boolean.pyc
+${PYSITELIB}/trytond/tests/test_field_boolean.pyo
+${PYSITELIB}/trytond/tests/test_field_char.py
+${PYSITELIB}/trytond/tests/test_field_char.pyc
+${PYSITELIB}/trytond/tests/test_field_char.pyo
+${PYSITELIB}/trytond/tests/test_field_context.py
+${PYSITELIB}/trytond/tests/test_field_context.pyc
+${PYSITELIB}/trytond/tests/test_field_context.pyo
+${PYSITELIB}/trytond/tests/test_field_date.py
+${PYSITELIB}/trytond/tests/test_field_date.pyc
+${PYSITELIB}/trytond/tests/test_field_date.pyo
+${PYSITELIB}/trytond/tests/test_field_datetime.py
+${PYSITELIB}/trytond/tests/test_field_datetime.pyc
+${PYSITELIB}/trytond/tests/test_field_datetime.pyo
+${PYSITELIB}/trytond/tests/test_field_depends.py
+${PYSITELIB}/trytond/tests/test_field_depends.pyc
+${PYSITELIB}/trytond/tests/test_field_depends.pyo
+${PYSITELIB}/trytond/tests/test_field_dict.py
+${PYSITELIB}/trytond/tests/test_field_dict.pyc
+${PYSITELIB}/trytond/tests/test_field_dict.pyo
+${PYSITELIB}/trytond/tests/test_field_float.py
+${PYSITELIB}/trytond/tests/test_field_float.pyc
+${PYSITELIB}/trytond/tests/test_field_float.pyo
+${PYSITELIB}/trytond/tests/test_field_function.py
+${PYSITELIB}/trytond/tests/test_field_function.pyc
+${PYSITELIB}/trytond/tests/test_field_function.pyo
+${PYSITELIB}/trytond/tests/test_field_integer.py
+${PYSITELIB}/trytond/tests/test_field_integer.pyc
+${PYSITELIB}/trytond/tests/test_field_integer.pyo
+${PYSITELIB}/trytond/tests/test_field_many2many.py
+${PYSITELIB}/trytond/tests/test_field_many2many.pyc
+${PYSITELIB}/trytond/tests/test_field_many2many.pyo
+${PYSITELIB}/trytond/tests/test_field_many2one.py
+${PYSITELIB}/trytond/tests/test_field_many2one.pyc
+${PYSITELIB}/trytond/tests/test_field_many2one.pyo
+${PYSITELIB}/trytond/tests/test_field_multiselection.py
+${PYSITELIB}/trytond/tests/test_field_multiselection.pyc
+${PYSITELIB}/trytond/tests/test_field_multiselection.pyo
+${PYSITELIB}/trytond/tests/test_field_numeric.py
+${PYSITELIB}/trytond/tests/test_field_numeric.pyc
+${PYSITELIB}/trytond/tests/test_field_numeric.pyo
+${PYSITELIB}/trytond/tests/test_field_one2many.py
+${PYSITELIB}/trytond/tests/test_field_one2many.pyc
+${PYSITELIB}/trytond/tests/test_field_one2many.pyo
+${PYSITELIB}/trytond/tests/test_field_one2one.py
+${PYSITELIB}/trytond/tests/test_field_one2one.pyc
+${PYSITELIB}/trytond/tests/test_field_one2one.pyo
+${PYSITELIB}/trytond/tests/test_field_reference.py
+${PYSITELIB}/trytond/tests/test_field_reference.pyc
+${PYSITELIB}/trytond/tests/test_field_reference.pyo
+${PYSITELIB}/trytond/tests/test_field_selection.py
+${PYSITELIB}/trytond/tests/test_field_selection.pyc
+${PYSITELIB}/trytond/tests/test_field_selection.pyo
+${PYSITELIB}/trytond/tests/test_field_text.py
+${PYSITELIB}/trytond/tests/test_field_text.pyc
+${PYSITELIB}/trytond/tests/test_field_text.pyo
+${PYSITELIB}/trytond/tests/test_field_time.py
+${PYSITELIB}/trytond/tests/test_field_time.pyc
+${PYSITELIB}/trytond/tests/test_field_time.pyo
+${PYSITELIB}/trytond/tests/test_field_timedelta.py
+${PYSITELIB}/trytond/tests/test_field_timedelta.pyc
+${PYSITELIB}/trytond/tests/test_field_timedelta.pyo
+${PYSITELIB}/trytond/tests/test_filestore.py
+${PYSITELIB}/trytond/tests/test_filestore.pyc
+${PYSITELIB}/trytond/tests/test_filestore.pyo
+${PYSITELIB}/trytond/tests/test_history.py
+${PYSITELIB}/trytond/tests/test_history.pyc
+${PYSITELIB}/trytond/tests/test_history.pyo
+${PYSITELIB}/trytond/tests/test_i18n.py
+${PYSITELIB}/trytond/tests/test_i18n.pyc
+${PYSITELIB}/trytond/tests/test_i18n.pyo
+${PYSITELIB}/trytond/tests/test_importdata.py
+${PYSITELIB}/trytond/tests/test_importdata.pyc
+${PYSITELIB}/trytond/tests/test_importdata.pyo
+${PYSITELIB}/trytond/tests/test_ir.py
+${PYSITELIB}/trytond/tests/test_ir.pyc
+${PYSITELIB}/trytond/tests/test_ir.pyo
+${PYSITELIB}/trytond/tests/test_mixins.py
+${PYSITELIB}/trytond/tests/test_mixins.pyc
+${PYSITELIB}/trytond/tests/test_mixins.pyo
+${PYSITELIB}/trytond/tests/test_model.py
+${PYSITELIB}/trytond/tests/test_model.pyc
+${PYSITELIB}/trytond/tests/test_model.pyo
+${PYSITELIB}/trytond/tests/test_modelsingleton.py
+${PYSITELIB}/trytond/tests/test_modelsingleton.pyc
+${PYSITELIB}/trytond/tests/test_modelsingleton.pyo
+${PYSITELIB}/trytond/tests/test_modelsql.py
+${PYSITELIB}/trytond/tests/test_modelsql.pyc
+${PYSITELIB}/trytond/tests/test_modelsql.pyo
+${PYSITELIB}/trytond/tests/test_modelstorage.py
+${PYSITELIB}/trytond/tests/test_modelstorage.pyc
+${PYSITELIB}/trytond/tests/test_modelstorage.pyo
+${PYSITELIB}/trytond/tests/test_modelview.py
+${PYSITELIB}/trytond/tests/test_modelview.pyc
+${PYSITELIB}/trytond/tests/test_modelview.pyo
+${PYSITELIB}/trytond/tests/test_mptt.py
+${PYSITELIB}/trytond/tests/test_mptt.pyc
+${PYSITELIB}/trytond/tests/test_mptt.pyo
+${PYSITELIB}/trytond/tests/test_multivalue.py
+${PYSITELIB}/trytond/tests/test_multivalue.pyc
+${PYSITELIB}/trytond/tests/test_multivalue.pyo
+${PYSITELIB}/trytond/tests/test_order.py
+${PYSITELIB}/trytond/tests/test_order.pyc
+${PYSITELIB}/trytond/tests/test_order.pyo
+${PYSITELIB}/trytond/tests/test_path.py
+${PYSITELIB}/trytond/tests/test_path.pyc
+${PYSITELIB}/trytond/tests/test_path.pyo
+${PYSITELIB}/trytond/tests/test_protocols.py
+${PYSITELIB}/trytond/tests/test_protocols.pyc
+${PYSITELIB}/trytond/tests/test_protocols.pyo
+${PYSITELIB}/trytond/tests/test_pyson.py
+${PYSITELIB}/trytond/tests/test_pyson.pyc
+${PYSITELIB}/trytond/tests/test_pyson.pyo
+${PYSITELIB}/trytond/tests/test_report.py
+${PYSITELIB}/trytond/tests/test_report.pyc
+${PYSITELIB}/trytond/tests/test_report.pyo
+${PYSITELIB}/trytond/tests/test_res.py
+${PYSITELIB}/trytond/tests/test_res.pyc
+${PYSITELIB}/trytond/tests/test_res.pyo
+${PYSITELIB}/trytond/tests/test_resource.py
+${PYSITELIB}/trytond/tests/test_resource.pyc
+${PYSITELIB}/trytond/tests/test_resource.pyo
+${PYSITELIB}/trytond/tests/test_routes.py
+${PYSITELIB}/trytond/tests/test_routes.pyc
+${PYSITELIB}/trytond/tests/test_routes.pyo
+${PYSITELIB}/trytond/tests/test_rpc.py
+${PYSITELIB}/trytond/tests/test_rpc.pyc
+${PYSITELIB}/trytond/tests/test_rpc.pyo
+${PYSITELIB}/trytond/tests/test_rule.py
+${PYSITELIB}/trytond/tests/test_rule.pyc
+${PYSITELIB}/trytond/tests/test_rule.pyo
+${PYSITELIB}/trytond/tests/test_sendmail.py
+${PYSITELIB}/trytond/tests/test_sendmail.pyc
+${PYSITELIB}/trytond/tests/test_sendmail.pyo
+${PYSITELIB}/trytond/tests/test_sequence.py
+${PYSITELIB}/trytond/tests/test_sequence.pyc
+${PYSITELIB}/trytond/tests/test_sequence.pyo
+${PYSITELIB}/trytond/tests/test_tools.py
+${PYSITELIB}/trytond/tests/test_tools.pyc
+${PYSITELIB}/trytond/tests/test_tools.pyo
+${PYSITELIB}/trytond/tests/test_transaction.py
+${PYSITELIB}/trytond/tests/test_transaction.pyc
+${PYSITELIB}/trytond/tests/test_transaction.pyo
+${PYSITELIB}/trytond/tests/test_tree.py
+${PYSITELIB}/trytond/tests/test_tree.pyc
+${PYSITELIB}/trytond/tests/test_tree.pyo
+${PYSITELIB}/trytond/tests/test_trigger.py
+${PYSITELIB}/trytond/tests/test_trigger.pyc
+${PYSITELIB}/trytond/tests/test_trigger.pyo
+${PYSITELIB}/trytond/tests/test_tryton.py
+${PYSITELIB}/trytond/tests/test_tryton.pyc
+${PYSITELIB}/trytond/tests/test_tryton.pyo
+${PYSITELIB}/trytond/tests/test_union.py
+${PYSITELIB}/trytond/tests/test_union.pyc
+${PYSITELIB}/trytond/tests/test_union.pyo
+${PYSITELIB}/trytond/tests/test_user.py
+${PYSITELIB}/trytond/tests/test_user.pyc
+${PYSITELIB}/trytond/tests/test_user.pyo
+${PYSITELIB}/trytond/tests/test_wizard.py
+${PYSITELIB}/trytond/tests/test_wizard.pyc
+${PYSITELIB}/trytond/tests/test_wizard.pyo
+${PYSITELIB}/trytond/tests/test_workflow.py
+${PYSITELIB}/trytond/tests/test_workflow.pyc
+${PYSITELIB}/trytond/tests/test_workflow.pyo
+${PYSITELIB}/trytond/tests/test_wsgi.py
+${PYSITELIB}/trytond/tests/test_wsgi.pyc
+${PYSITELIB}/trytond/tests/test_wsgi.pyo
+${PYSITELIB}/trytond/tests/tools.py
+${PYSITELIB}/trytond/tests/tools.pyc
+${PYSITELIB}/trytond/tests/tools.pyo
+${PYSITELIB}/trytond/tests/tree.py
+${PYSITELIB}/trytond/tests/tree.pyc
+${PYSITELIB}/trytond/tests/tree.pyo
+${PYSITELIB}/trytond/tests/trigger.py
+${PYSITELIB}/trytond/tests/trigger.pyc
+${PYSITELIB}/trytond/tests/trigger.pyo
+${PYSITELIB}/trytond/tests/tryton.cfg
+${PYSITELIB}/trytond/tests/wizard.py
+${PYSITELIB}/trytond/tests/wizard.pyc
+${PYSITELIB}/trytond/tests/wizard.pyo
+${PYSITELIB}/trytond/tests/wizard.xml
+${PYSITELIB}/trytond/tests/workflow.py
+${PYSITELIB}/trytond/tests/workflow.pyc
+${PYSITELIB}/trytond/tests/workflow.pyo
+${PYSITELIB}/trytond/tests/workflow.xml
+${PYSITELIB}/trytond/tools/__init__.py
+${PYSITELIB}/trytond/tools/__init__.pyc
+${PYSITELIB}/trytond/tools/__init__.pyo
+${PYSITELIB}/trytond/tools/decimal_.py
+${PYSITELIB}/trytond/tools/decimal_.pyc
+${PYSITELIB}/trytond/tools/decimal_.pyo
+${PYSITELIB}/trytond/tools/domain_inversion.py
+${PYSITELIB}/trytond/tools/domain_inversion.pyc
+${PYSITELIB}/trytond/tools/domain_inversion.pyo
+${PYSITELIB}/trytond/tools/email_.py
+${PYSITELIB}/trytond/tools/email_.pyc
+${PYSITELIB}/trytond/tools/email_.pyo
+${PYSITELIB}/trytond/tools/gevent.py
+${PYSITELIB}/trytond/tools/gevent.pyc
+${PYSITELIB}/trytond/tools/gevent.pyo
+${PYSITELIB}/trytond/tools/immutabledict.py
+${PYSITELIB}/trytond/tools/immutabledict.pyc
+${PYSITELIB}/trytond/tools/immutabledict.pyo
+${PYSITELIB}/trytond/tools/misc.py
+${PYSITELIB}/trytond/tools/misc.pyc
+${PYSITELIB}/trytond/tools/misc.pyo
+${PYSITELIB}/trytond/tools/multivalue.py
+${PYSITELIB}/trytond/tools/multivalue.pyc
+${PYSITELIB}/trytond/tools/multivalue.pyo
+${PYSITELIB}/trytond/tools/singleton.py
+${PYSITELIB}/trytond/tools/singleton.pyc
+${PYSITELIB}/trytond/tools/singleton.pyo
+${PYSITELIB}/trytond/tools/string_.py
+${PYSITELIB}/trytond/tools/string_.pyc
+${PYSITELIB}/trytond/tools/string_.pyo
+${PYSITELIB}/trytond/transaction.py
+${PYSITELIB}/trytond/transaction.pyc
+${PYSITELIB}/trytond/transaction.pyo
+${PYSITELIB}/trytond/tryton.rnc
+${PYSITELIB}/trytond/tryton.rng
+${PYSITELIB}/trytond/url.py
+${PYSITELIB}/trytond/url.pyc
+${PYSITELIB}/trytond/url.pyo
+${PYSITELIB}/trytond/wizard/__init__.py
+${PYSITELIB}/trytond/wizard/__init__.pyc
+${PYSITELIB}/trytond/wizard/__init__.pyo
+${PYSITELIB}/trytond/wizard/wizard.py
+${PYSITELIB}/trytond/wizard/wizard.pyc
+${PYSITELIB}/trytond/wizard/wizard.pyo
+${PYSITELIB}/trytond/worker.py
+${PYSITELIB}/trytond/worker.pyc
+${PYSITELIB}/trytond/worker.pyo
+${PYSITELIB}/trytond/wsgi.py
+${PYSITELIB}/trytond/wsgi.pyc
+${PYSITELIB}/trytond/wsgi.pyo
diff --git a/py-tryton/distinfo b/py-tryton/distinfo
new file mode 100644
index 0000000000..9cc505bec9
--- /dev/null
+++ b/py-tryton/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tryton-6.2/tryton-6.2.2.tar.gz) = 0aa2a635967e18d577171476007104721934dc299e0eac49027464d933968f5d
+SHA512 (tryton-6.2/tryton-6.2.2.tar.gz) = c1ec1e2e3de5f38e0ea205bd3bb9e9f635ed487ab6ba5a3761184c731c00814de4c39a6d178deed4756cd95d8ceff9204babf62fa284c3123ccfac03ccd71d10
+Size (tryton-6.2/tryton-6.2.2.tar.gz) = 873356 bytes
diff --git a/py-tryton/options.mk b/py-tryton/options.mk
new file mode 100644
index 0000000000..a8af6f3f67
--- /dev/null
+++ b/py-tryton/options.mk
@@ -0,0 +1,23 @@
+# $NetBSD: options.mk,v 1.12 2019/09/02 13:24:32 adam Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.py-tryton
+PKG_SUPPORTED_OPTIONS=	cdecimal goocalendar pytz simplejson
+PKG_SUGGESTED_OPTIONS+=	cdecimal pytz simplejson
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mcdecimal)
+#DEPENDS+=		${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
+.endif
+
+.if !empty(PKG_OPTIONS:Mgoocalendar)
+DEPENDS+=		${PYPKGPREFIX}-goocalendar-[0-9]*:../../time/py-goocalendar
+.endif
+
+.if !empty(PKG_OPTIONS:Mpytz)
+DEPENDS+=		${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+.endif
+
+.if !empty(PKG_OPTIONS:Msimplejson)
+DEPENDS+=		${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+.endif
diff --git a/py-trytond/Makefile.common b/py-trytond/Makefile.common
new file mode 100644
index 0000000000..916adac1ff
--- /dev/null
+++ b/py-trytond/Makefile.common
@@ -0,0 +1,265 @@
+# $NetBSD: Makefile.common,v 1.18 2020/03/13 20:20:48 wiz Exp $
+
+# used by databases/py-trytond-ldap-authentication
+# used by devel/py-proteus/Makefile
+# used by devel/py-tryton/Makefile
+# used by devel/py-trytond/Makefile
+# used by finance/py-trytond-account-asset/Makefile
+# used by finance/py-trytond-account-be/Makefile
+# used by finance/py-trytond-account-credit-limit/Makefile
+# used by finance/py-trytond-account-de-skr03/Makefile
+# used by finance/py-trytond-account-deposit/Makefile
+# used by finance/py-trytond-account-dunning/Makefile
+# used by finance/py-trytond-account-dunning-fee/Makefile
+# used by finance/py-trytond-account-dunning-letter/Makefile
+# used by finance/py-trytond-account-fr/Makefile
+# used by finance/py-trytond-account-invoice-history/Makefile
+# used by finance/py-trytond-account-invoice-line-standalone/Makefile
+# used by finance/py-trytond-account-invoice-stock/Makefile
+# used by finance/py-trytond-account-invoice/Makefile
+# used by finance/py-trytond-account-payment-clearing/Makefile
+# used by finance/py-trytond-account-payment/Makefile
+# used by finance/py-trytond-account-payment-sepa/Makefile
+# used by finance/py-trytond-account-payment-sepa-cfonb/Makefile
+# used by finance/py-trytond-account-product/Makefile
+# used by finance/py-trytond-account-statement/Makefile
+# used by finance/py-trytond-account-stock-anglo-saxon/Makefile
+# used by finance/py-trytond-account-stock-continental/Makefile
+# used by finance/py-trytond-account-stock-landed-cost/Makefile
+# used by finance/py-trytond-account-stock-landed-cost-weight/Makefile
+# used by finance/py-trytond-account-tax-rule-country/Makefile
+# used by finance/py-trytond-account/Makefile
+# used by finance/py-trytond-analytic-account/Makefile
+# used by finance/py-trytond-analytic-invoice/Makefile
+# used by finance/py-trytond-analytic-purchase/Makefile
+# used by finance/py-trytond-analytic-sale/Makefile
+# used by finance/py-trytond-bank/Makefile
+# used by finance/py-trytond-commission-waiting/Makefile
+# used by finance/py-trytond-commission/Makefile
+# used by finance/py-trytond-currency/Makefile
+# used by finance/py-trytond-customs/Makefile
+# used by finance/py-trytond-product-cost-fifo/Makefile
+# used by finance/py-trytond-product-cost-history/Makefile
+# used by finance/py-trytond-product-price-list/Makefile
+# used by finance/py-trytond-purchase-invoice-line-standalone/Makefile
+# used by finance/py-trytond-purchase-request/Makefile
+# used by finance/py-trytond-purchase-requisition/Makefile
+# used by finance/py-trytond-purchase-shipment-cost/Makefile
+# used by finance/py-trytond-purchase/Makefile
+# used by finance/py-trytond-sale/Makefile
+# used by finance/py-trytond-sale-complaint/Makefile
+# used by finance/py-trytond-sale-credit-limit/Makefile
+# used by finance/py-trytond-sale-extra/Makefile
+# used by finance/py-trytond-sale-invoice-grouping/Makefile
+# used by finance/py-trytond-sale-opportunity/Makefile
+# used by finance/py-trytond-sale-price-list/Makefile
+# used by finance/py-trytond-sale-promotion/Makefile
+# used by finance/py-trytond-sale-shipment-cost/Makefile
+# used by finance/py-trytond-sale-shipment-grouping/Makefile
+# used by finance/py-trytond-sale-stock-quantity/Makefile
+# used by finance/py-trytond-sale-supply/Makefile
+# used by finance/py-trytond-sale-supply-drop-shipment/Makefile
+# used by finance/py-trytond-stock-supply-day/Makefile
+# used by finance/py-trytond-stock-supply-forecast/Makefile
+# used by finance/py-trytond-stock-supply-production/Makefile
+# used by finance/py-trytond-stock-supply/Makefile
+# used by geography/py-trytond-country/Makefile
+# used by geography/py-trytond-google-maps/Makefile
+# used by meta-pkgs/py-tryton-platform/Makefile
+# used by misc/py-trytond-carrier-percentage/Makefile
+# used by misc/py-trytond-carrier-weight/Makefile
+# used by misc/py-trytond-carrier/Makefile
+# used by misc/py-trytond-company/Makefile
+# used by misc/py-trytond-dashboard/Makefile
+# used by misc/py-trytond-party-relationship/Makefile
+# used by misc/py-trytond-party-siret/Makefile
+# used by misc/py-trytond-party-vcarddav/Makefile
+# used by misc/py-trytond-party/Makefile
+# used by misc/py-trytond-product-attribute/Makefile
+# used by misc/py-trytond-product-classification-taxonomic/Makefile
+# used by misc/py-trytond-product-classification/Makefile
+# used by misc/py-trytond-product-measurements/Makefile
+# used by misc/py-trytond-product/Makefile
+# used by misc/py-trytond-production-routing/Makefile
+# used by misc/py-trytond-production-split/Makefile
+# used by misc/py-trytond-production-work-timesheet/Makefile
+# used by misc/py-trytond-production-work/Makefile
+# used by misc/py-trytond-production/Makefile
+# used by misc/py-trytond-project-invoice/Makefile
+# used by misc/py-trytond-project-plan/Makefile
+# used by misc/py-trytond-project-revenue/Makefile
+# used by misc/py-trytond-project/Makefile
+# used by misc/py-trytond-stock-forecast/Makefile
+# used by misc/py-trytond-stock-inventory-location/Makefile
+# used by misc/py-trytond-stock-location-sequence/Makefile
+# used by misc/py-trytond-stock-lot-sled/Makefile
+# used by misc/py-trytond-stock-lot/Makefile
+# used by misc/py-trytond-stock-package-shipping-dpd/Makefile
+# used by misc/py-trytond-stock-package-shipping-ups/Makefile
+# used by misc/py-trytond-stock-package-shipping/Makefile
+# used by misc/py-trytond-stock-package/Makefile
+# used by misc/py-trytond-stock-product-location/Makefile
+# used by misc/py-trytond-stock-split/Makefile
+# used by misc/py-trytond-stock/Makefile
+# used by security/py-trytond-authentication-sms/Makefile
+# used by time/py-trytond-calendar-classification/Makefile
+# used by time/py-trytond-calendar-scheduling/Makefile
+# used by time/py-trytond-calendar-todo/Makefile
+# used by time/py-trytond-calendar/Makefile
+# used by time/py-trytond-company-work-time/Makefile
+# used by time/py-trytond-timesheet-cost/Makefile
+# used by time/py-trytond-timesheet/Makefile
+# used by www/py-trytond-web-user/Makefile
+# used by www/py-trytond-webdav/Makefile
+
+TRYTON_BASEVER=		6.2
+
+# NB: the following commands can help getting a list of module revisions:
+#
+#     elinks "http://downloads.tryton.org/4.2/"; | grep -o 'http:[^"]*' |\
+#       grep -Ev '\.asc|SHA|\.exe|\.dmg|sao|last' | cut -d'/' -f 5 | sort -d
+#
+#     links -source "http://downloads.tryton.org/4.2/"; | grep -Eo '.*.tar.gz' |\
+#       grep -Ev '\.asc|SHA|\.exe|\.dmg|sao|last' | html2text -nobs
+#
+# after updating the revisions below, distinfo can be regenerated
+# for all the updated modules as follows:
+#
+#	cd ../../meta-pkgs/py-tryton-platform
+#	make fetch-list | sh	# or 'bmake' when not on NetBSD
+#	for p in ../../*/py-tryton*; do make -C $p mdi; done
+#	cd ../../devel/py-proteus
+#	make fetch-list | sh ; make mdi
+#
+# specific module revisions:
+MODULE_REVISION.proteus=					0
+MODULE_REVISION.tryton=						2
+MODULE_REVISION.trytond=					2
+MODULE_REVISION.trytond_account=				0
+MODULE_REVISION.trytond_account_asset=				0
+MODULE_REVISION.trytond_account_be=				0
+MODULE_REVISION.trytond_account_credit_limit=			0
+MODULE_REVISION.trytond_account_deposit=			0
+MODULE_REVISION.trytond_account_de_skr03=			0
+MODULE_REVISION.trytond_account_dunning=			0
+MODULE_REVISION.trytond_account_dunning_fee=			0
+MODULE_REVISION.trytond_account_dunning_letter=			0
+MODULE_REVISION.trytond_account_fr=				0
+MODULE_REVISION.trytond_account_invoice=			0
+MODULE_REVISION.trytond_account_invoice_history=		0
+MODULE_REVISION.trytond_account_invoice_line_standalone=	0
+MODULE_REVISION.trytond_account_invoice_stock=			0
+MODULE_REVISION.trytond_account_payment=			0
+MODULE_REVISION.trytond_account_payment_clearing=		0
+MODULE_REVISION.trytond_account_payment_sepa=			0
+MODULE_REVISION.trytond_account_payment_sepa_cfonb=		0
+MODULE_REVISION.trytond_account_product=			0
+MODULE_REVISION.trytond_account_statement=			0
+MODULE_REVISION.trytond_account_stock_anglo_saxon=		0
+MODULE_REVISION.trytond_account_stock_continental=		0
+MODULE_REVISION.trytond_account_stock_landed_cost=		0
+MODULE_REVISION.trytond_account_stock_landed_cost_weight=	0
+MODULE_REVISION.trytond_account_tax_rule_country=		0
+MODULE_REVISION.trytond_analytic_account=			0
+MODULE_REVISION.trytond_analytic_invoice=			0
+MODULE_REVISION.trytond_analytic_purchase=			0
+MODULE_REVISION.trytond_analytic_sale=				0
+MODULE_REVISION.trytond_authentication_sms=			0
+MODULE_REVISION.trytond_bank=					0
+MODULE_REVISION.trytond_calendar=				0
+MODULE_REVISION.trytond_calendar_classification=		0
+MODULE_REVISION.trytond_calendar_scheduling=			0
+MODULE_REVISION.trytond_calendar_todo=				0
+MODULE_REVISION.trytond_carrier=				0
+MODULE_REVISION.trytond_carrier_percentage=			0
+MODULE_REVISION.trytond_carrier_weight=				0
+MODULE_REVISION.trytond_commission=				1
+MODULE_REVISION.trytond_commission_waiting=			0
+MODULE_REVISION.trytond_company=				0
+MODULE_REVISION.trytond_company_work_time=			0
+MODULE_REVISION.trytond_country=				0
+MODULE_REVISION.trytond_currency=				0
+MODULE_REVISION.trytond_customs=				0
+MODULE_REVISION.trytond_dashboard=				0
+MODULE_REVISION.trytond_google_maps=				1
+MODULE_REVISION.trytond_ldap_authentication=			0
+MODULE_REVISION.trytond_party=					1
+MODULE_REVISION.trytond_party_relationship=			0
+MODULE_REVISION.trytond_party_siret=				0
+MODULE_REVISION.trytond_party_vcarddav=				0
+MODULE_REVISION.trytond_product=				1
+MODULE_REVISION.trytond_product_attribute=			0
+MODULE_REVISION.trytond_product_classification=			0
+MODULE_REVISION.trytond_product_classification_taxonomic=	0
+MODULE_REVISION.trytond_product_cost_fifo=			0
+MODULE_REVISION.trytond_product_cost_history=			0
+MODULE_REVISION.trytond_production=				0
+MODULE_REVISION.trytond_production_routing=			0
+MODULE_REVISION.trytond_production_split=			0
+MODULE_REVISION.trytond_production_work=			0
+MODULE_REVISION.trytond_production_work_timesheet=		0
+MODULE_REVISION.trytond_product_measurements=			0
+MODULE_REVISION.trytond_product_price_list=			0
+MODULE_REVISION.trytond_project=				0
+MODULE_REVISION.trytond_project_invoice=			0
+MODULE_REVISION.trytond_project_plan=				0
+MODULE_REVISION.trytond_project_revenue=			0
+MODULE_REVISION.trytond_purchase=				0
+MODULE_REVISION.trytond_purchase_invoice_line_standalone=	0
+MODULE_REVISION.trytond_purchase_request=			0
+MODULE_REVISION.trytond_purchase_requisition=			0
+MODULE_REVISION.trytond_purchase_shipment_cost=			0
+MODULE_REVISION.trytond_sale=					0
+MODULE_REVISION.trytond_sale_complaint=				0
+MODULE_REVISION.trytond_sale_credit_limit=			0
+MODULE_REVISION.trytond_sale_extra=				0
+MODULE_REVISION.trytond_sale_invoice_grouping=			0
+MODULE_REVISION.trytond_sale_opportunity=			0
+MODULE_REVISION.trytond_sale_price_list=			0
+MODULE_REVISION.trytond_sale_promotion=				0
+MODULE_REVISION.trytond_sale_shipment_cost=			0
+MODULE_REVISION.trytond_sale_shipment_grouping=			0
+MODULE_REVISION.trytond_sale_stock_quantity=			0
+MODULE_REVISION.trytond_sale_supply=				0
+MODULE_REVISION.trytond_sale_supply_drop_shipment=		0
+MODULE_REVISION.trytond_stock=					0
+MODULE_REVISION.trytond_stock_forecast=				0
+MODULE_REVISION.trytond_stock_inventory_location=		0
+MODULE_REVISION.trytond_stock_location_sequence=		0
+MODULE_REVISION.trytond_stock_lot=				0
+MODULE_REVISION.trytond_stock_lot_sled=				0
+MODULE_REVISION.trytond_stock_package=				0
+MODULE_REVISION.trytond_stock_package_shipping=			0
+MODULE_REVISION.trytond_stock_package_shipping_dpd=		0
+MODULE_REVISION.trytond_stock_package_shipping_ups=		0
+MODULE_REVISION.trytond_stock_product_location=			0
+MODULE_REVISION.trytond_stock_split=				0
+MODULE_REVISION.trytond_stock_supply=				0
+MODULE_REVISION.trytond_stock_supply_day=			0
+MODULE_REVISION.trytond_stock_supply_forecast=			1
+MODULE_REVISION.trytond_stock_supply_production=		0
+MODULE_REVISION.trytond_timesheet=				0
+MODULE_REVISION.trytond_timesheet_cost=				0
+MODULE_REVISION.trytond_web_user=				0
+MODULE_REVISION.trytond_webdav=					0
+#
+# DO NOT default to 0 if not defined above (which are also for dependencies)
+
+TRYTON_VERSION=	${TRYTON_BASEVER}.${MODULE_REVISION.${TRYTON_MODULE_NAME}}
+
+GITHUB_PROJECT=	trytond
+CATEGORIES=	devel python
+
+DISTNAME?=	${TRYTON_MODULE_NAME}-${TRYTON_VERSION}
+PKGNAME?=	${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+
+MASTER_SITES=	${MASTER_SITE_GITHUB:=tryton/}
+
+DIST_SUBDIR=	tryton-${TRYTON_BASEVER}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+# predefine these so modules don't have to.
+PY_PATCHPLIST=	yes
+PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+
+OPSYSVARS+=	DEPENDS


Home | Main Index | Thread Index | Old Index