From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 23 14:10:20 2019 Received: (at submit) by debbugs.gnu.org; 23 Feb 2019 19:10:20 +0000 Received: from localhost ([127.0.0.1]:49593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gxcgm-0004j4-GB for submit@debbugs.gnu.org; Sat, 23 Feb 2019 14:10:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gxcgk-0004ip-EP for submit@debbugs.gnu.org; Sat, 23 Feb 2019 14:10:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:35750) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxcgd-0001sR-S7 for submit@debbugs.gnu.org; Sat, 23 Feb 2019 14:10:12 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxcgc-0004qS-Ug for guix-patches@gnu.org; Sat, 23 Feb 2019 14:10:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxcga-0001oq-Qc for guix-patches@gnu.org; Sat, 23 Feb 2019 14:10:10 -0500 Received: from mx1.riseup.net ([198.252.153.129]:60168) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxcgY-0001YB-SJ for guix-patches@gnu.org; Sat, 23 Feb 2019 14:10:08 -0500 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 6D5FA1A0197 for ; Sat, 23 Feb 2019 11:09:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1550948986; bh=UNcp1euP0w1ZYLyLr0VNjFrU2zpJ4ijBkRFbF/Ddjoo=; h=Date:From:To:Subject:From; b=hktL1RDxtLQAXKcojn7W6bKMOwPqa2cknsTTUTUfk7Zg4wp6d+nVRgXGB7+FaGp4H 6EgOXa/Gt6O/GieVKXK7PLWczGqsp2P5Qyr8W9JeZe+ORZfLET47B47DoVSEDUYqBN 0fkBoo94qg87OvNyLtOyeKM0GsMGlcvzIMpOwDBo= X-Riseup-User-ID: 28BB095FAA4782AA92F083BDE194C3C6407B162073493E2580582BB3D0570862 Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id A0B3A1204F5 for ; Sat, 23 Feb 2019 11:09:45 -0800 (PST) Date: Sat, 23 Feb 2019 14:09:39 -0500 From: "Jovany Leandro G.C" To: guix-patches@gnu.org Subject: [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. Message-ID: <20190223140939.54371269@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) =46rom 693d00d1df68ada3bb43cbaecdd2823976e87bd4 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Sat, 23 Feb 2019 14:08:01 -0500 Subject: [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. * gnu/packages/tryton.scm (tryton-5): New variable. --- gnu/packages/tryton.scm | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 31a2d481e..871537745 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2017 Adriano Peluso +;;; Copyright =C2=A9 2019 Jovany Leandro G.C ;;; ;;; This file is part of GNU Guix. ;;; @@ -96,6 +97,47 @@ and security.") (description "This package is the client component of Tryton.") (license license:gpl3+))) =20 +(define-public tryton-5 + (package + (name "tryton") + (version "5.0.6") + (source + (origin + (method url-fetch) + (uri (pypi-uri "tryton" version)) + (sha256 + (base32 + "1lgkyyin5ydfl7qz692cvgswwyhnbc51r9krfz5k9rhq06ayaq4v")))) + (build-system python-build-system) + (arguments + `(;;_XSERVTransmkdir: ERROR: euid !=3D 0,directory /tmp/.X11-unix will not be created. + #:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'install 'wrap + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) + (wrap-program (string-append out "/bin/tryton") + `("GI_TYPELIB_PATH" ":" prefix (, gi-typelib-path)))) + #t)) + (add-after 'unpack 'set-home-directory + ;; [Errno 13] Permission denied: '/homeless-shelter' + (lambda _ (setenv "HOME" "/tmp") + #t)) + ))) + (native-inputs + `(("gtk+" ,gtk+) + ("librsvg" ,librsvg))) + (inputs + `(("python-pycairo" ,python-pycairo) + ("python-pygobject" ,python-pygobject) + ("python-dateutil" ,python-dateutil))) + (home-page "http://www.tryton.org/") + (synopsis "Client component of Tryton 5") + (description "This package is the client component of Tryton 5.") + (license license:gpl3))) + (define-public python-trytond-country (package (name "python-trytond-country") --=20 2.19.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 11 18:15:50 2019 Received: (at 34634) by debbugs.gnu.org; 11 Mar 2019 22:15:50 +0000 Received: from localhost ([127.0.0.1]:39576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h3TD4-0006ic-6a for submit@debbugs.gnu.org; Mon, 11 Mar 2019 18:15:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h3TD2-0006iP-5N for 34634@debbugs.gnu.org; Mon, 11 Mar 2019 18:15:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3TCw-0007uk-Vr; Mon, 11 Mar 2019 18:15:43 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39452 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h3TCv-0000TG-DP; Mon, 11 Mar 2019 18:15:42 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Jovany Leandro G.C" Subject: Re: [bug#34634] [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. References: <20190223140939.54371269@riseup.net> Date: Mon, 11 Mar 2019 23:15:39 +0100 In-Reply-To: <20190223140939.54371269@riseup.net> (Jovany Leandro G. C.'s message of "Sat, 23 Feb 2019 14:09:39 -0500") Message-ID: <87r2bdrras.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34634 Cc: 34634@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Jovany, Your email client mangled the patch. In the future could you send patches as attachments or use =E2=80=98git send-email=E2=80=99? "Jovany Leandro G.C" skribis: > From 693d00d1df68ada3bb43cbaecdd2823976e87bd4 Mon Sep 17 00:00:00 2001 > From: "Jovany Leandro G.C" > Date: Sat, 23 Feb 2019 14:08:01 -0500 > Subject: [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. > > * gnu/packages/tryton.scm (tryton-5): New variable. Do you think we should keep both version 4 and version 5? Is it generally useful today to have these two versions available? > +(define-public tryton-5 > + (package > + (name "tryton") > + (version "5.0.6") Should it inherit from =E2=80=98tryton=E2=80=99? > + (arguments > + `(;;_XSERVTransmkdir: ERROR: euid !=3D 0,directory /tmp/.X11-unix > will not be created. > + #:tests? #f Could you try adding a phase before =E2=80=98check=E2=80=99 that spawns Xvf= b? There are several examples of this. > + (license license:gpl3))) Version 3 only, or version 3 =E2=80=9Cor any later version=E2=80=9D? Could you send an updated patch? Thank you, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 13 06:17:37 2019 Received: (at 34634) by debbugs.gnu.org; 13 Mar 2019 10:17:37 +0000 Received: from localhost ([127.0.0.1]:41061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h40x6-0001Y7-7b for submit@debbugs.gnu.org; Wed, 13 Mar 2019 06:17:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48419) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h40x4-0001Xv-Lo for 34634@debbugs.gnu.org; Wed, 13 Mar 2019 06:17:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h40wx-0001VF-4Y for 34634@debbugs.gnu.org; Wed, 13 Mar 2019 06:17:28 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56558 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h40ww-000727-5c for 34634@debbugs.gnu.org; Wed, 13 Mar 2019 06:17:27 -0400 Resent-To: 34634@debbugs.gnu.org Resent-From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Resent-Date: Wed, 13 Mar 2019 11:17:23 +0100 Resent-Message-ID: <87ftrr9iz0.fsf@gnu.org> Received: from solo.fdn.fr ([unix socket]) by solo (Cyrus 2.5.10-Debian-2.5.10-3.2) with LMTPA; Tue, 12 Mar 2019 22:59:00 +0100 X-Sieve: CMU Sieve 2.4 Received: by solo.fdn.fr (Postfix) id 02D7FD0DA4; Tue, 12 Mar 2019 22:59:00 +0100 (CET) Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by solo.fdn.fr (Postfix) with ESMTPS id DB655D0DB5 for ; Tue, 12 Mar 2019 22:58:59 +0100 (CET) Received: from fencepost.gnu.org ([2001:470:142:3::e]:35982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3pQI-000684-KI for ludovic.courtes@fdn.fr; Tue, 12 Mar 2019 17:58:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50321) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h3pQG-0004ul-LE for ludo@gnu.org; Tue, 12 Mar 2019 17:58:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3pQF-00065J-Fv for ludo@gnu.org; Tue, 12 Mar 2019 17:58:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from mx1.riseup.net ([198.252.153.129]:36364) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3pQF-00063z-5l for ludo@gnu.org; Tue, 12 Mar 2019 17:58:55 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 97ED01A5FDD for ; Tue, 12 Mar 2019 14:58:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1552427933; bh=w4PuPR4fRUl9sQU0GBWJpBBUF8gB/oHPmSwxnrUlx+g=; h=Date:From:To:Subject:In-Reply-To:References:From; b=ZfIEpNmuKExKeqmHaU8Tr+a8Rgg+rZnHBKvQG9HP0xt5QMqEoUmISl1AkI6wf13rd RaKMKg7xM4MDeBqBLUNtOjf5Rr/sbwAfp4InnB1xWntN6qagA/vao0UKWSsgttcWD9 CutA8GgMUc1XlWaLLDatLk75J3sp6TLf0tjqo944= X-Riseup-User-ID: BE81234913337438008D89889925E90D128C535A684CBF32899FB438C14F8B77 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 7B60D22350D for ; Tue, 12 Mar 2019 14:58:52 -0700 (PDT) Date: Tue, 12 Mar 2019 16:58:42 -0500 From: "Jovany Leandro G.C" To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: [bug#34634] [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. Message-ID: <20190312165842.1dc6b8cf@riseup.net> In-Reply-To: <87r2bdrras.fsf@gnu.org> References: <20190223140939.54371269@riseup.net> <87r2bdrras.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: 34634 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) El Mon, 11 Mar 2019 23:15:39 +0100 Ludovic Court=C3=A8s escribi=C3=B3: > Hi Jovany, >=20 > Your email client mangled the patch. In the future could you send > patches as attachments or use =E2=80=98git send-email=E2=80=99? ok sorry, i will be more alert with this >=20 > "Jovany Leandro G.C" skribis: >=20 > > From 693d00d1df68ada3bb43cbaecdd2823976e87bd4 Mon Sep 17 00:00:00 > > 2001 From: "Jovany Leandro G.C" > > Date: Sat, 23 Feb 2019 14:08:01 -0500 > > Subject: [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. > > > > * gnu/packages/tryton.scm (tryton-5): New variable. =20 >=20 > Do you think we should keep both version 4 and version 5? Is it > generally useful today to have these two versions available? >=20 yeah it's very useful, tryton 4 and 5 both have updates, now 5 will be LTS > > +(define-public tryton-5 > > + (package > > + (name "tryton") > > + (version "5.0.6") =20 >=20 > Should it inherit from =E2=80=98tryton=E2=80=99? what it's the best path for this? a guide please > > + (arguments > > + `(;;_XSERVTransmkdir: ERROR: euid !=3D > > 0,directory /tmp/.X11-unix will not be created. > > + #:tests? #f =20 >=20 > Could you try adding a phase before =E2=80=98check=E2=80=99 that spawns X= vfb? There ok, i try before send the patch, and not work but will try again > are several examples of this. >=20 > > + (license license:gpl3))) =20 >=20 > Version 3 only, or version 3 =E2=80=9Cor any later version=E2=80=9D? >=20 http://hg.tryton.org/tryton/file/5.0/LICENSE yeah GPL-3+ > Could you send an updated patch? >=20 > Thank you, > Ludo=E2=80=99. yeah i will work on it. thanks for you time and work From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 13 06:31:31 2019 Received: (at 34634) by debbugs.gnu.org; 13 Mar 2019 10:31:31 +0000 Received: from localhost ([127.0.0.1]:41073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h41AZ-0001yG-1X for submit@debbugs.gnu.org; Wed, 13 Mar 2019 06:31:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50759) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h41AX-0001xv-Uy for 34634@debbugs.gnu.org; Wed, 13 Mar 2019 06:31:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h41AR-00066b-KU; Wed, 13 Mar 2019 06:31:23 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56588 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h41AP-0001mB-O6; Wed, 13 Mar 2019 06:31:22 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Jovany Leandro G.C" Subject: Re: [bug#34634] [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. References: <20190223140939.54371269@riseup.net> <87r2bdrras.fsf@gnu.org> <20190312165842.1dc6b8cf@riseup.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 =?utf-8?Q?Vent=C3=B4se?= an 227 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 13 Mar 2019 11:31:19 +0100 In-Reply-To: <20190312165842.1dc6b8cf@riseup.net> (Jovany Leandro G. C.'s message of "Tue, 12 Mar 2019 16:58:42 -0500") Message-ID: <875zsn9ibs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34634 Cc: 34634@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Jovany, "Jovany Leandro G.C" skribis: > El Mon, 11 Mar 2019 23:15:39 +0100 > Ludovic Court=C3=A8s escribi=C3=B3: [...] >> "Jovany Leandro G.C" skribis: >>=20 >> > From 693d00d1df68ada3bb43cbaecdd2823976e87bd4 Mon Sep 17 00:00:00 >> > 2001 From: "Jovany Leandro G.C" >> > Date: Sat, 23 Feb 2019 14:08:01 -0500 >> > Subject: [PATCH 1/1] gnu: tryton: Add tryton 5.0.6. >> > >> > * gnu/packages/tryton.scm (tryton-5): New variable.=20=20 >>=20 >> Do you think we should keep both version 4 and version 5? Is it >> generally useful today to have these two versions available? >>=20 > yeah it's very useful, tryton 4 and 5 both have updates, now 5 will be > LTS OK, sounds good. >> > +(define-public tryton-5 >> > + (package >> > + (name "tryton") >> > + (version "5.0.6")=20=20 >>=20 >> Should it inherit from =E2=80=98tryton=E2=80=99? > what it's the best path for this? > a guide please You would write something like: (define-public tryton-5 (package (inherit tryton) (version "5.0.6") ;; =E2=80=A6 )) and you only need to specify fields that differ from those of =E2=80=98tryt= on=E2=80=99. See for example =E2=80=98guile-2.0.13=E2=80=99 in (gnu packages guile). >> > + (license license:gpl3)))=20=20 >>=20 >> Version 3 only, or version 3 =E2=80=9Cor any later version=E2=80=9D? >>=20 > http://hg.tryton.org/tryton/file/5.0/LICENSE > yeah GPL-3+ Right, and specifically there are no source file headers that say =E2=80=9Cversion 3 only=E2=80=9D, so =E2=80=98gpl3+=E2=80=99 indeed! Thanks, Ludo=E2=80=99. PS: Please keep 34634@debbugs.gnu.org Cc=E2=80=99d. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 05 16:52:28 2020 Received: (at 34634-done) by debbugs.gnu.org; 5 Sep 2020 20:52:28 +0000 Received: from localhost ([127.0.0.1]:44216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEfAi-0003qe-GR for submit@debbugs.gnu.org; Sat, 05 Sep 2020 16:52:28 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:37804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEfAg-0003qV-Hw for 34634-done@debbugs.gnu.org; Sat, 05 Sep 2020 16:52:26 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E57C3CEC5; Sat, 5 Sep 2020 22:52:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xx9Zo0I3O5NS; Sat, 5 Sep 2020 22:52:25 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::610]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 35218CEBA; Sat, 5 Sep 2020 22:52:25 +0200 (CEST) Date: Sat, 5 Sep 2020 22:52:11 +0200 From: Andreas Enge To: 34634-done@debbugs.gnu.org Subject: Closing Message-ID: <20200905205211.GA24889@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 34634-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) We have tryton-5.6.0 now, so the problem is solved. Closing. Andreas From unknown Fri Jun 13 10:46:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 04 Oct 2020 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator