pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-trytond Import py27-trytond-3.0.2 as devel/py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/07347529e6ad
branches: trunk
changeset: 629912:07347529e6ad
user: rodent <rodent%pkgsrc.org@localhost>
date: Fri Jan 31 12:30:50 2014 +0000
description:
Import py27-trytond-3.0.2 as devel/py-trytond.
The server of the Tryton application platform, a three-tiers high-level general
purpose application platform written in Python and uses PostgreSQL as main
database engine. It is the core base of an Open Source ERP. It provides
modularity, scalability and security.
diffstat:
devel/py-trytond/DESCR | 4 +
devel/py-trytond/Makefile | 44 +++
devel/py-trytond/PLIST | 592 ++++++++++++++++++++++++++++++++++++++++++++
devel/py-trytond/distinfo | 5 +
devel/py-trytond/options.mk | 43 +++
5 files changed, 688 insertions(+), 0 deletions(-)
diffs (truncated from 708 to 300 lines):
diff -r 13248a491b32 -r 07347529e6ad devel/py-trytond/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-trytond/DESCR Fri Jan 31 12:30:50 2014 +0000
@@ -0,0 +1,4 @@
+The server of the Tryton application platform, a three-tiers high-level general
+purpose application platform written in Python and uses PostgreSQL as main
+database engine. It is the core base of an Open Source ERP. It provides
+modularity, scalability and security.
diff -r 13248a491b32 -r 07347529e6ad devel/py-trytond/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-trytond/Makefile Fri Jan 31 12:30:50 2014 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1 2014/01/31 12:30:50 rodent Exp $
+
+DISTNAME= trytond-3.0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= http://downloads.tryton.org/3.0/
+
+MAINTAINER= rodent%NetBSD.org@localhost
+HOMEPAGE= http://www.tryton.org/
+COMMENT= Server of the Tryton application platform
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+= trytond/tests/test_access.py trytond/tests/test_cache.py
+REPLACE_PYTHON+= trytond/tests/test_copy.py
+REPLACE_PYTHON+= trytond/tests/test_exportdata.py
+REPLACE_PYTHON+= trytond/tests/test_fields.py
+REPLACE_PYTHON+= trytond/tests/test_importdata.py
+REPLACE_PYTHON+= trytond/tests/test_mixins.py
+REPLACE_PYTHON+= trytond/tests/test_modelsingleton.py
+REPLACE_PYTHON+= trytond/tests/test_modelsql.py
+REPLACE_PYTHON+= trytond/tests/test_mptt.py trytond/tests/test_pyson.py
+REPLACE_PYTHON+= trytond/tests/test_sequence.py
+REPLACE_PYTHON+= trytond/tests/test_tools.py
+REPLACE_PYTHON+= trytond/tests/test_transaction.py
+REPLACE_PYTHON+= trytond/tests/test_trigger.py
+REPLACE_PYTHON+= trytond/tests/test_tryton.py
+
+.include "options.mk"
+
+DEPENDS+= ${PYPKGPREFIX}-python-sql>=0.2:../../databases/py-python-sql
+DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
+.include "../../lang/python/pyversion.mk"
+.if ${PYPACKAGE} == "python27"
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+.else
+DEPENDS+= ${PYPKGPREFIX}-dateutil2-[0-9]*:../../time/py-dateutil2
+.endif
+DEPENDS+= ${PYPKGPREFIX}-relatorio>=0.2.0:../../textproc/py-relatorio
+DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 13248a491b32 -r 07347529e6ad devel/py-trytond/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-trytond/PLIST Fri Jan 31 12:30:50 2014 +0000
@@ -0,0 +1,592 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/31 12:30:50 rodent Exp $
+bin/trytond
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/trytond/__init__.py
+${PYSITELIB}/trytond/__init__.pyc
+${PYSITELIB}/trytond/__init__.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/mysql/__init__.py
+${PYSITELIB}/trytond/backend/mysql/__init__.pyc
+${PYSITELIB}/trytond/backend/mysql/__init__.pyo
+${PYSITELIB}/trytond/backend/mysql/database.py
+${PYSITELIB}/trytond/backend/mysql/database.pyc
+${PYSITELIB}/trytond/backend/mysql/database.pyo
+${PYSITELIB}/trytond/backend/mysql/init.sql
+${PYSITELIB}/trytond/backend/mysql/table.py
+${PYSITELIB}/trytond/backend/mysql/table.pyc
+${PYSITELIB}/trytond/backend/mysql/table.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/cache.py
+${PYSITELIB}/trytond/cache.pyc
+${PYSITELIB}/trytond/cache.pyo
+${PYSITELIB}/trytond/config.py
+${PYSITELIB}/trytond/config.pyc
+${PYSITELIB}/trytond/config.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/error.py
+${PYSITELIB}/trytond/error.pyc
+${PYSITELIB}/trytond/error.pyo
+${PYSITELIB}/trytond/exceptions.py
+${PYSITELIB}/trytond/exceptions.pyc
+${PYSITELIB}/trytond/exceptions.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/cache.py
+${PYSITELIB}/trytond/ir/cache.pyc
+${PYSITELIB}/trytond/ir/cache.pyo
+${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/export.py
+${PYSITELIB}/trytond/ir/export.pyc
+${PYSITELIB}/trytond/ir/export.pyo
+${PYSITELIB}/trytond/ir/export.xml
+${PYSITELIB}/trytond/ir/gen_time_locale.py
+${PYSITELIB}/trytond/ir/gen_time_locale.pyc
+${PYSITELIB}/trytond/ir/gen_time_locale.pyo
+${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_BG.po
+${PYSITELIB}/trytond/ir/locale/ca_ES.po
+${PYSITELIB}/trytond/ir/locale/cs_CZ.po
+${PYSITELIB}/trytond/ir/locale/de_DE.po
+${PYSITELIB}/trytond/ir/locale/es_AR.po
+${PYSITELIB}/trytond/ir/locale/es_CO.po
+${PYSITELIB}/trytond/ir/locale/es_ES.po
+${PYSITELIB}/trytond/ir/locale/fr_FR.po
+${PYSITELIB}/trytond/ir/locale/nl_NL.po
+${PYSITELIB}/trytond/ir/locale/ru_RU.po
+${PYSITELIB}/trytond/ir/locale/sl_SI.po
+${PYSITELIB}/trytond/ir/model.py
+${PYSITELIB}/trytond/ir/model.pyc
+${PYSITELIB}/trytond/ir/model.pyo
+${PYSITELIB}/trytond/ir/model.xml
+${PYSITELIB}/trytond/ir/module/__init__.py
+${PYSITELIB}/trytond/ir/module/__init__.pyc
+${PYSITELIB}/trytond/ir/module/__init__.pyo
+${PYSITELIB}/trytond/ir/module/module.py
+${PYSITELIB}/trytond/ir/module/module.pyc
+${PYSITELIB}/trytond/ir/module/module.pyo
+${PYSITELIB}/trytond/ir/module/module.xml
+${PYSITELIB}/trytond/ir/property.py
+${PYSITELIB}/trytond/ir/property.pyc
+${PYSITELIB}/trytond/ir/property.pyo
+${PYSITELIB}/trytond/ir/property.xml
+${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/time_locale.py
+${PYSITELIB}/trytond/ir/time_locale.pyc
+${PYSITELIB}/trytond/ir/time_locale.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-calendar.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-clock.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-graph.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-image-missing.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-list.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-presentation.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-readonly.svg
+${PYSITELIB}/trytond/ir/ui/icons/tryton-spreadsheet.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_list.xml
+${PYSITELIB}/trytond/ir/view/cron_form.xml
+${PYSITELIB}/trytond/ir/view/cron_list.xml
+${PYSITELIB}/trytond/ir/view/export_form.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_form.xml
+${PYSITELIB}/trytond/ir/view/lang_list.xml
+${PYSITELIB}/trytond/ir/view/model_access_form.xml
+${PYSITELIB}/trytond/ir/view/model_access_list.xml
+${PYSITELIB}/trytond/ir/view/model_button_form.xml
+${PYSITELIB}/trytond/ir/view/model_button_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_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_install_upgrade_done_form.xml
+${PYSITELIB}/trytond/ir/view/module_install_upgrade_start_form.xml
+${PYSITELIB}/trytond/ir/view/module_list.xml
+${PYSITELIB}/trytond/ir/view/property_form.xml
+${PYSITELIB}/trytond/ir/view/property_list.xml
+${PYSITELIB}/trytond/ir/view/rule_form.xml
+${PYSITELIB}/trytond/ir/view/rule_group_form.xml
Home |
Main Index |
Thread Index |
Old Index