summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent>2014-05-03 13:09:55 +0000
committerrodent <rodent>2014-05-03 13:09:55 +0000
commit4ac26bb1ceaacf1a050f40455521bc1764499c8d (patch)
tree936f1b36b64c798de954ba36c637ab2c65bbf483 /devel
parent48ccc22fbd480bbb4423e6180fbebd53e373dd21 (diff)
downloadpkgsrc-4ac26bb1ceaacf1a050f40455521bc1764499c8d.tar.gz
Update to latest release, 3.2.0. Move bin/tryton to bin/tryton${PYVERSSUFFIX}
in post-install to support concurrent installed python versions. From CHANGELOG: * Bug fixes (see mercurial logs for details) * Add option to show revisions * Add a multi selection widget for many2many * Remove auto-refresh * Add support of domain for non-relation field * Allow drag & drop on the attachment button * Replace sha widget by password * Add Len to PYSON * Use a pool of connection * Manage client actions from button and wizard * Add tree_invisible attribute to button in tree view * Add buttons of the view in actions menu * Don't evaluate anymore relate action with the record * Paste on editable list create new records if needed * Drop support of Python 2.6 * Allow to search on rec_name of Reference fields * Use local timezone * Sanitize report file extension
Diffstat (limited to 'devel')
-rw-r--r--devel/py-tryton/Makefile12
-rw-r--r--devel/py-tryton/PLIST14
-rw-r--r--devel/py-tryton/distinfo8
3 files changed, 25 insertions, 9 deletions
diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile
index cf0e775f312..193e822348d 100644
--- a/devel/py-tryton/Makefile
+++ b/devel/py-tryton/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2014/03/08 07:19:51 richard Exp $
+# $NetBSD: Makefile,v 1.6 2014/05/03 13:09:55 rodent Exp $
-DISTNAME= tryton-3.0.2
+DISTNAME= tryton-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
-MASTER_SITES= http://downloads.tryton.org/3.0/
+MASTER_SITES= http://downloads.tryton.org/3.2/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.tryton.org/
@@ -14,6 +14,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 26 # XXX Needs weakrefset. No package, though.
PYTHON_VERSIONED_DEPENDENCIES= dateutil
+PY_PATCHPLIST= yes
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
.include "options.mk"
@@ -21,6 +23,10 @@ PYTHON_VERSIONED_DEPENDENCIES= dateutil
DEPENDS+= ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app
.endif
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/tryton \
+ ${DESTDIR}${PREFIX}/bin/tryton${PYVERSSUFFIX}
+
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/devel/py-tryton/PLIST b/devel/py-tryton/PLIST
index f82cf4e766a..dd26d02f056 100644
--- a/devel/py-tryton/PLIST
+++ b/devel/py-tryton/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/30 03:46:18 rodent Exp $
-bin/tryton
+@comment $NetBSD: PLIST,v 1.2 2014/05/03 13:09:55 rodent Exp $
+bin/tryton${PYVERSSUFFIX}
${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}/tryton/__init__.py
@@ -68,6 +69,9 @@ ${PYSITELIB}/tryton/common/domain_inversion.pyo
${PYSITELIB}/tryton/common/domain_parser.py
${PYSITELIB}/tryton/common/domain_parser.pyc
${PYSITELIB}/tryton/common/domain_parser.pyo
+${PYSITELIB}/tryton/common/entry_position.py
+${PYSITELIB}/tryton/common/entry_position.pyc
+${PYSITELIB}/tryton/common/entry_position.pyo
${PYSITELIB}/tryton/common/environment.py
${PYSITELIB}/tryton/common/environment.pyc
${PYSITELIB}/tryton/common/environment.pyo
@@ -137,6 +141,9 @@ ${PYSITELIB}/tryton/gui/window/nomodal.pyo
${PYSITELIB}/tryton/gui/window/preference.py
${PYSITELIB}/tryton/gui/window/preference.pyc
${PYSITELIB}/tryton/gui/window/preference.pyo
+${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
@@ -242,6 +249,9 @@ ${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/many2many.pyo
${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/many2one.py
${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/many2one.pyc
${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/many2one.pyo
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/multiselection.py
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/multiselection.pyc
+${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/multiselection.pyo
${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/one2many.py
${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/one2many.pyc
${PYSITELIB}/tryton/gui/window/view_form/view/form_gtk/one2many.pyo
diff --git a/devel/py-tryton/distinfo b/devel/py-tryton/distinfo
index 0b84e328705..354c59af6b7 100644
--- a/devel/py-tryton/distinfo
+++ b/devel/py-tryton/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/30 03:46:18 rodent Exp $
+$NetBSD: distinfo,v 1.2 2014/05/03 13:09:55 rodent Exp $
-SHA1 (tryton-3.0.2.tar.gz) = 3c1234948774728fe92b276f44f4c1c9df452060
-RMD160 (tryton-3.0.2.tar.gz) = 40b6e5f4aeb8dec8630bb83f0111c6278603f667
-Size (tryton-3.0.2.tar.gz) = 805889 bytes
+SHA1 (tryton-3.2.0.tar.gz) = 511dbe1bb1d6770e9820e0bc481dbb006f7e6afd
+RMD160 (tryton-3.2.0.tar.gz) = 5a1f205e29e2d4623a674c7c627969997f667e3e
+Size (tryton-3.2.0.tar.gz) = 809479 bytes