pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tryton



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Dec 22 22:25:12 UTC 2021

Modified Files:
        pkgsrc/devel/py-tryton: Makefile PLIST distinfo options.mk

Log Message:
(devel/py-tryton) Updated 4.2.1 to 6.2.0, I'll adjust other childrens later

Version 6.2.0 - 2021-11-01
* Bug fixes (see mercurial logs for details)
* Support grouping attribute
* Support monetary and symbol field attributes
* Support digits from relation field
* Allow PYSON Expression as key for PYSON In with dict object
* Support Binary field in CSV import/export

Version 6.0.0 - 2021-05-03
* Bug fixes (see mercurial logs for details)
* Support printing zip archive
* Add direct print to UNIX
* Add attachment preview
* Support document widget
* Support icon of type URL
* Allow sending email with existing attachments
* Add paths and model context to action data
* Add indentation in CSV export of tree
* Manage which records to use for actions
* Handle device cookie
* Add breadcrumb as title of window form
* Display revision on dialog
* Execute report asynchronously
* Add support for Python 3.9
* Support empty value for timedelta converter
* Add interactive search on tree view
* Unify PYSON string format

Version 5.8.0 - 2020-11-02
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Format timedelta in CSV export
* Manage symbol widget
* Fallback to model name as title
* Manage deletable and writable state
* Support e-mail template
* Send e-mail via the server
* Support PYSON comparison of date and datetime
* Position copied records based on order
* Allow configuration of default colors for graph and calendar
* Use existing context for get_preferences
* Add context to export URL

Version 5.6.0 - 2020-05-04
* Bug fixes (see mercurial logs for details)
* Support link button on form
* Add URL for the current export
* Add option to export listed records
* Retire App Menu
* Add support for Python 3.8
* Manage readonly dates in calendar view
* Manage editable on calendar view
* Manage model access on calendar view
* Set client title at the end of header bar
* Manage named separator as label
* Add MultiSelection entry to Dict field
* Position new record based on order
* Allow relation field to be selected in CSV export
* Support validate attribute of wizard's Button

Version 5.4.0 - 2019-11-04
* Bug fixes (see mercurial logs for details)
* Support visual context on tree view
* Support multiselection field
* Support dot notation on PYSON Eval
* Order Dict keys by sequence
* Support relation fields in domain parser
* Add Dict widget for tree view
* Add handle to reordable line of tree views

Version 5.2.0 - 2019-05-06
* Bug fixes (see mercurial logs for details)
* Add domain inversion for reference fields
* Add list-form view
* Remove support for Python 3.4
* Replace ColorSelectionDialog by ColorChooserDialog
* Support HTML widget
* Use locale format for data import and export
* Add day view on calendar
* Add CSV exports into print toolbar
* Display unread and total of notes
* Support badge on icon
* Use resources method
* Replace Arrow by Image
* Remove Fast Tabbing option
* Remove usage of focus_chain
* Add shortcuts for switch and remove on One2Many
* Rename roundup.url configuration to bug.url
* Remove send error to bug tracker
* Replace Table by Grid
* Use separate XML parser in Views
* Use between numbers in filter box
* Rename email and calendar file
* Use markup for styling
* Replace ImageMenuItem by MenuItem
* Replace ComboBoxEntry by ComboBox or ComboBoxText
* Replace GObject.idle_add by GLibe.idle_add
* Remove positional arguments for PyGObject
* Remove pygtkcompat
* Implement Reference cell with Selection and Many2One cells
* Replace CellRendererBinary with clickable pixbuf cells
* Allow cell to have multiple renderers
* Fill 'to' with 'from' value on filter box
* Add tab domain in URL
* Use Popover for search filter
* Display version on login dialog
* Use tab key for tab navigation
* Use ShortcutsWindow
* Improve default size of widgets and dialog
* Use record and field properties of widget instead of method arguments
* Reduce offset when no search result
* Ensure URL scheme of bus (issue7792)
* Add drag & drop support on binary widget

Version 5.0.0 - 2018-10-01
* Bug fixes (see mercurial logs for details)
* Use dropdown for attachment
* Apply factor on domain parser
* Use tab name in CSV Export/Import
* Add bus management
* Use CSS to style label
* New icons
* Support timestamp field
* Add support for Python 3.7
* Use GtkApplication
* Validate dictionary items
* Add (i)like support to domain inversion
* Use Python 3
* Improve loading strategy by using views
* Use non conflicting keyboard shortcuts in sync with sao
* Use the context to get the suffix of window name
* Call on_change methods after setting default dtstart on calendar view

Version 4.8.0 - 2018-04-23
* Bug fixes (see mercurial logs for details)
* Manage active field on search widget
* Reset record to its original state when discarding the popup window
* Add support of expand attribute on group tag
* Add the context model name in the screen context
* Use limit to expand tree
* Add keyword attribute to button tag
* Support field name on image tag
* Add option to check new version
* Show related record names for all windows
* Remove support of GTK+ 2.0
* Add icons on Many2One in editable tree
* Use translated values when exporting Reference and Selection fields

Version 4.6.0 - 2017-10-30
* Bug fixes (see mercurial logs for details)
* Allow to export model and record name of Reference fields
* Re-position buttons on Binary/Image widget
* Improve treeview headers
* Update states of both toolbar and menu
* Improve toolbar order
* Make readonly, required and invalid widget themable
* Load user CSS theme
* Use profile name or login details in title

Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
* Verify certificate with default CA
* Replace URL entry by a toolbar button


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-tryton/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-tryton/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-tryton/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-tryton/options.mk

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

Modified files:

Index: pkgsrc/devel/py-tryton/Makefile
diff -u pkgsrc/devel/py-tryton/Makefile:1.47 pkgsrc/devel/py-tryton/Makefile:1.48
--- pkgsrc/devel/py-tryton/Makefile:1.47        Wed Dec  8 16:04:06 2021
+++ pkgsrc/devel/py-tryton/Makefile     Wed Dec 22 22:25:12 2021
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.47 2021/12/08 16:04:06 adam Exp $
+# $NetBSD: Makefile,v 1.48 2021/12/22 22:25:12 mef Exp $
 TRYTON_MODULE_NAME=    tryton
-PKGREVISION= 14
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    devel python
 
@@ -11,7 +10,7 @@ LICENSE=      gnu-gpl-v3
 
 USE_LANGUAGES=         # none
 
-PYTHON_VERSIONS_ACCEPTED=      27 # py-gtk2
+#WRKSRC=               ${WRKDIR}/tryton-${PKGVERSION_NOREV}
 
 .include "options.mk"
 
@@ -24,6 +23,6 @@ post-install:
                ${DESTDIR}${PREFIX}/bin/tryton${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../graphics/librsvg/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
+#include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-tryton/PLIST
diff -u pkgsrc/devel/py-tryton/PLIST:1.6 pkgsrc/devel/py-tryton/PLIST:1.7
--- pkgsrc/devel/py-tryton/PLIST:1.6    Sun Dec  4 21:12:59 2016
+++ pkgsrc/devel/py-tryton/PLIST        Wed Dec 22 22:25:12 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/12/04 21:12:59 rodent Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/12/22 22:25:12 mef Exp $
 bin/tryton${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -15,6 +15,9 @@ ${PYSITELIB}/tryton/action/__init__.pyo
 ${PYSITELIB}/tryton/action/main.py
 ${PYSITELIB}/tryton/action/main.pyc
 ${PYSITELIB}/tryton/action/main.pyo
+${PYSITELIB}/tryton/bus.py
+${PYSITELIB}/tryton/bus.pyc
+${PYSITELIB}/tryton/bus.pyo
 ${PYSITELIB}/tryton/client.py
 ${PYSITELIB}/tryton/client.pyc
 ${PYSITELIB}/tryton/client.pyo
@@ -57,9 +60,6 @@ ${PYSITELIB}/tryton/common/completion.py
 ${PYSITELIB}/tryton/common/datetime_.py
 ${PYSITELIB}/tryton/common/datetime_.pyc
 ${PYSITELIB}/tryton/common/datetime_.pyo
-${PYSITELIB}/tryton/common/datetime_strftime.py
-${PYSITELIB}/tryton/common/datetime_strftime.pyc
-${PYSITELIB}/tryton/common/datetime_strftime.pyo
 ${PYSITELIB}/tryton/common/domain_inversion.py
 ${PYSITELIB}/tryton/common/domain_inversion.pyc
 ${PYSITELIB}/tryton/common/domain_inversion.pyo
@@ -78,12 +78,15 @@ ${PYSITELIB}/tryton/common/focus.pyo
 ${PYSITELIB}/tryton/common/htmltextbuffer.py
 ${PYSITELIB}/tryton/common/htmltextbuffer.pyc
 ${PYSITELIB}/tryton/common/htmltextbuffer.pyo
-${PYSITELIB}/tryton/common/placeholder_entry.py
-${PYSITELIB}/tryton/common/placeholder_entry.pyc
-${PYSITELIB}/tryton/common/placeholder_entry.pyo
+${PYSITELIB}/tryton/common/number_entry.py
+${PYSITELIB}/tryton/common/number_entry.pyc
+${PYSITELIB}/tryton/common/number_entry.pyo
 ${PYSITELIB}/tryton/common/popup_menu.py
 ${PYSITELIB}/tryton/common/popup_menu.pyc
 ${PYSITELIB}/tryton/common/popup_menu.pyo
+${PYSITELIB}/tryton/common/richtext.py
+${PYSITELIB}/tryton/common/richtext.pyc
+${PYSITELIB}/tryton/common/richtext.pyo
 ${PYSITELIB}/tryton/common/selection.py
 ${PYSITELIB}/tryton/common/selection.pyc
 ${PYSITELIB}/tryton/common/selection.pyo
@@ -93,6 +96,9 @@ ${PYSITELIB}/tryton/common/timedelta.pyo
 ${PYSITELIB}/tryton/common/treeviewcontrol.py
 ${PYSITELIB}/tryton/common/treeviewcontrol.pyc
 ${PYSITELIB}/tryton/common/treeviewcontrol.pyo
+${PYSITELIB}/tryton/common/underline.py
+${PYSITELIB}/tryton/common/underline.pyc
+${PYSITELIB}/tryton/common/underline.pyo
 ${PYSITELIB}/tryton/common/widget_style.py
 ${PYSITELIB}/tryton/common/widget_style.pyc
 ${PYSITELIB}/tryton/common/widget_style.pyo
@@ -111,12 +117,22 @@ ${PYSITELIB}/tryton/data/locale/es/LC_ME
 ${PYSITELIB}/tryton/data/locale/es/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/es_419/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/et/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/et/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/fa/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/fa/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/fi/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/fi/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/fr/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/fr/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/hu/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/hu/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.mo
-${PYSITELIB}/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/id/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/id/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/it/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/it/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/it_IT/LC_MESSAGES/tryton.mo
-${PYSITELIB}/tryton/data/locale/it_IT/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/lo/LC_MESSAGES/tryton.mo
@@ -127,70 +143,82 @@ ${PYSITELIB}/tryton/data/locale/nl/LC_ME
 ${PYSITELIB}/tryton/data/locale/nl/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/pl/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/pl/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/pt/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/pt/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.mo
-${PYSITELIB}/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/ro/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/ro/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/ru/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/ru/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/sl/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/sl/LC_MESSAGES/tryton.po
+${PYSITELIB}/tryton/data/locale/tr/LC_MESSAGES/tryton.mo
+${PYSITELIB}/tryton/data/locale/tr/LC_MESSAGES/tryton.po
 ${PYSITELIB}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo
 ${PYSITELIB}/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.po
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-attachment-hi.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-attachment.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-add.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-archive.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-down.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-left.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-right.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-arrow-up.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-attach.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-back.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-bookmark-border.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-bookmark.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-bookmarks.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-cancel.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-clear.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-close.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-connect.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-copy.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-create.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-date.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-delete.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-dialog-error.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-dialog-information.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-dialog-warning.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-disconnect.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-executable.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-find-replace.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-find.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-folder-new.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-fullscreen.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-home.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-jump.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-next.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-go-previous.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-help.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-drag.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-email.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-error.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-exit.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-export.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-filter.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-center.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-justify.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-left.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-align-right.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-bold.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-color-text.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-italic.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-format-underline.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-forward.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-history.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-icon.png
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-icon.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-list-add.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-list-remove.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-locale.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-lock.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-log-out.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-mail-message-new.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-mail-message.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-new.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-noimage.png
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-note-hi.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-import.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-info.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-launch.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-link.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-log.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-menu.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-note.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-ok.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-open.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-preferences-system-session.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-preferences-system.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-preferences.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-print-email.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-print-open.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-print.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-public.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-question.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-refresh.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-save-as.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-remove.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-save.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-search.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-send.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-star-border.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-star.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-start-here.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-system-file-manager.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-system.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-text-background.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-text-foreground.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-text-markup.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-switch.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-translate.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-unarchive.svg
 ${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-undo.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-unstar.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-web-browser.svg
-${PYSITELIB}/tryton/data/pixmaps/tryton/tryton.png
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton-warning.svg
+${PYSITELIB}/tryton/data/pixmaps/tryton/tryton.svg
+${PYSITELIB}/tryton/device_cookie.py
+${PYSITELIB}/tryton/device_cookie.pyc
+${PYSITELIB}/tryton/device_cookie.pyo
 ${PYSITELIB}/tryton/exceptions.py
 ${PYSITELIB}/tryton/exceptions.pyc
 ${PYSITELIB}/tryton/exceptions.pyo
@@ -218,9 +246,9 @@ ${PYSITELIB}/tryton/gui/window/board.pyo
 ${PYSITELIB}/tryton/gui/window/dblogin.py
 ${PYSITELIB}/tryton/gui/window/dblogin.pyc
 ${PYSITELIB}/tryton/gui/window/dblogin.pyo
-${PYSITELIB}/tryton/gui/window/email.py
-${PYSITELIB}/tryton/gui/window/email.pyc
-${PYSITELIB}/tryton/gui/window/email.pyo
+${PYSITELIB}/tryton/gui/window/email_.py
+${PYSITELIB}/tryton/gui/window/email_.pyc
+${PYSITELIB}/tryton/gui/window/email_.pyo
 ${PYSITELIB}/tryton/gui/window/form.py
 ${PYSITELIB}/tryton/gui/window/form.pyc
 ${PYSITELIB}/tryton/gui/window/form.pyo
@@ -242,15 +270,9 @@ ${PYSITELIB}/tryton/gui/window/preferenc
 ${PYSITELIB}/tryton/gui/window/revision.py
 ${PYSITELIB}/tryton/gui/window/revision.pyc
 ${PYSITELIB}/tryton/gui/window/revision.pyo
-${PYSITELIB}/tryton/gui/window/shortcuts.py
-${PYSITELIB}/tryton/gui/window/shortcuts.pyc
-${PYSITELIB}/tryton/gui/window/shortcuts.pyo
 ${PYSITELIB}/tryton/gui/window/tabcontent.py
 ${PYSITELIB}/tryton/gui/window/tabcontent.pyc
 ${PYSITELIB}/tryton/gui/window/tabcontent.pyo
-${PYSITELIB}/tryton/gui/window/tips.py
-${PYSITELIB}/tryton/gui/window/tips.pyc
-${PYSITELIB}/tryton/gui/window/tips.pyo
 ${PYSITELIB}/tryton/gui/window/view_board/__init__.py
 ${PYSITELIB}/tryton/gui/window/view_board/__init__.pyc
 ${PYSITELIB}/tryton/gui/window/view_board/__init__.pyo
@@ -308,9 +330,9 @@ ${PYSITELIB}/tryton/gui/window/view_form
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/binary.py
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/binary.pyc
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/binary.pyo
-${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar.py
-${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar.pyc
-${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar.pyo
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar_.py
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar_.pyc
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/calendar_.pyo
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/char.py
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/char.pyc
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/char.pyo
@@ -320,6 +342,9 @@ ${PYSITELIB}/tryton/gui/window/view_form
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/dictionary.py
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/dictionary.pyc
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/dictionary.pyo
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/document.py
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/document.pyc
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/document.pyo
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/float.py
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/float.pyc
 ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/float.pyo
@@ -395,6 +420,9 @@ ${PYSITELIB}/tryton/gui/window/view_form
 ${PYSITELIB}/tryton/gui/window/view_form/view/list.py
 ${PYSITELIB}/tryton/gui/window/view_form/view/list.pyc
 ${PYSITELIB}/tryton/gui/window/view_form/view/list.pyo
+${PYSITELIB}/tryton/gui/window/view_form/view/list_form.py
+${PYSITELIB}/tryton/gui/window/view_form/view/list_form.pyc
+${PYSITELIB}/tryton/gui/window/view_form/view/list_form.pyo
 ${PYSITELIB}/tryton/gui/window/view_form/view/list_gtk/__init__.py
 ${PYSITELIB}/tryton/gui/window/view_form/view/list_gtk/__init__.pyc
 ${PYSITELIB}/tryton/gui/window/view_form/view/list_gtk/__init__.pyo
@@ -428,9 +456,6 @@ ${PYSITELIB}/tryton/gui/window/window.py
 ${PYSITELIB}/tryton/gui/window/wizard.py
 ${PYSITELIB}/tryton/gui/window/wizard.pyc
 ${PYSITELIB}/tryton/gui/window/wizard.pyo
-${PYSITELIB}/tryton/ipc.py
-${PYSITELIB}/tryton/ipc.pyc
-${PYSITELIB}/tryton/ipc.pyo
 ${PYSITELIB}/tryton/jsonrpc.py
 ${PYSITELIB}/tryton/jsonrpc.pyc
 ${PYSITELIB}/tryton/jsonrpc.pyo
@@ -449,6 +474,18 @@ ${PYSITELIB}/tryton/rpc.pyo
 ${PYSITELIB}/tryton/signal_event.py
 ${PYSITELIB}/tryton/signal_event.pyc
 ${PYSITELIB}/tryton/signal_event.pyo
+${PYSITELIB}/tryton/tests/__init__.py
+${PYSITELIB}/tryton/tests/__init__.pyc
+${PYSITELIB}/tryton/tests/__init__.pyo
+${PYSITELIB}/tryton/tests/test_common_domain_parser.py
+${PYSITELIB}/tryton/tests/test_common_domain_parser.pyc
+${PYSITELIB}/tryton/tests/test_common_domain_parser.pyo
+${PYSITELIB}/tryton/tests/test_common_selection.py
+${PYSITELIB}/tryton/tests/test_common_selection.pyc
+${PYSITELIB}/tryton/tests/test_common_selection.pyo
+${PYSITELIB}/tryton/tests/test_common_timedelta.py
+${PYSITELIB}/tryton/tests/test_common_timedelta.pyc
+${PYSITELIB}/tryton/tests/test_common_timedelta.pyo
 ${PYSITELIB}/tryton/translate.py
 ${PYSITELIB}/tryton/translate.pyc
 ${PYSITELIB}/tryton/translate.pyo

Index: pkgsrc/devel/py-tryton/distinfo
diff -u pkgsrc/devel/py-tryton/distinfo:1.18 pkgsrc/devel/py-tryton/distinfo:1.19
--- pkgsrc/devel/py-tryton/distinfo:1.18        Tue Oct 26 10:19:12 2021
+++ pkgsrc/devel/py-tryton/distinfo     Wed Dec 22 22:25:12 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:19:12 nia Exp $
+$NetBSD: distinfo,v 1.19 2021/12/22 22:25:12 mef Exp $
 
-BLAKE2s (tryton-4.2/tryton-4.2.1.tar.gz) = 32dfa33cec2e0504c040d7d9ff6bb452e615ee60c529bf3265a967ac87784874
-SHA512 (tryton-4.2/tryton-4.2.1.tar.gz) = 07112b6e1cd0a28d0b4ef23d217fa2317102064aa95c7af695bd461091973535160f7423f4ffa5ff0862384cf3f9fdf788674fae4d26469804b3a19cf4119129
-Size (tryton-4.2/tryton-4.2.1.tar.gz) = 706587 bytes
+BLAKE2s (tryton-6.2/tryton-6.2.0.tar.gz) = ef085a9b5364fae30b353084b50aa81bed1597d96e540ce8439ff03ea5e3e934
+SHA512 (tryton-6.2/tryton-6.2.0.tar.gz) = c0ed6112ced3bd932025d4e0b7234c248d09391f5addb3045af535de4696e258b46c0cdba6ea1cc6f22c098c1c65b89a861bdde9c289025d9bdb93b4337f5a41
+Size (tryton-6.2/tryton-6.2.0.tar.gz) = 540602 bytes

Index: pkgsrc/devel/py-tryton/options.mk
diff -u pkgsrc/devel/py-tryton/options.mk:1.12 pkgsrc/devel/py-tryton/options.mk:1.13
--- pkgsrc/devel/py-tryton/options.mk:1.12      Mon Sep  2 13:24:32 2019
+++ pkgsrc/devel/py-tryton/options.mk   Wed Dec 22 22:25:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/09/02 13:24:32 adam Exp $
+# $NetBSD: options.mk,v 1.13 2021/12/22 22:25:12 mef Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-tryton
 PKG_SUPPORTED_OPTIONS= cdecimal goocalendar pytz simplejson
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS+= cdecimal pytz si
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mcdecimal)
-DEPENDS+=              ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
+#DEPENDS+=             ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
 .endif
 
 .if !empty(PKG_OPTIONS:Mgoocalendar)



Home | Main Index | Thread Index | Old Index