From unknown Tue Aug 19 18:20:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42204] [PATCH] gnu: rubber: Update to 1.5.1. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Jul 2020 21:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42204 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42204@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15938986692984 (code B ref -1); Sat, 04 Jul 2020 21:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 4 Jul 2020 21:37:49 +0000 Received: from localhost ([127.0.0.1]:59768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrpqw-0000ly-Ck for submit@debbugs.gnu.org; Sat, 04 Jul 2020 17:37:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:47852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrpqs-0000ln-Ge for submit@debbugs.gnu.org; Sat, 04 Jul 2020 17:37:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrpqr-00068q-FH for guix-patches@gnu.org; Sat, 04 Jul 2020 17:37:38 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:53424) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrpqn-0004tV-Om for guix-patches@gnu.org; Sat, 04 Jul 2020 17:37:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wejdJz808yAYXVnB6AJDYCxjUmEF3DzsIWVdP7UFX/M=; b=Z/1Js1MTRg74jSUSkgijF3+kVm TMMmK+4Z5rv41tPbO8uHIdGAHDIPMqoyGB8tNIrrayQhQf6zxC8bUckURMf6nhavX49HBnDANqloO MOYtX5/XeoQkNGIPpm1AmvkXQHUsYDESOy66/aUDKizBLI89Z9ykmjdS61KrxSNinUj8=; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jrpqg-0002MO-St; Sun, 05 Jul 2020 03:07:27 +0530 From: Arun Isaac Date: Sun, 5 Jul 2020 03:07:09 +0530 Message-Id: <20200704213710.32539-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/04 17:37:28 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (/) * gnu/packages/tex.scm (rubber): Update to 1.5.1. [build-system]: Switch to python-build-system. [inputs]: Remove python-2 and which. [arguments]: Delete the build phase. Replace the install phase with a custom phase. --- gnu/packages/tex.scm | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 47645a3e34..7b10433269 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2017, 2020 Marius Bakke ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Danny Milosavljevic -;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2018, 2020 Arun Isaac ;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. @@ -35,6 +35,7 @@ #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module (guix build-system perl) + #:use-module (guix build-system python) #:use-module (guix build-system qt) #:use-module (guix build-system trivial) #:use-module (guix build-system texlive) @@ -6005,22 +6006,30 @@ other things it comes with full Unicode support.") (define-public rubber (package (name "rubber") - (version "1.1") + (version "1.5.1") (source (origin - (method url-fetch) - (uri (list (string-append "https://launchpad.net/rubber/trunk/" - version "/+download/rubber-" - version ".tar.gz") - (string-append "http://ebeffara.free.fr/pub/rubber-" - version ".tar.gz"))) - (sha256 - (base32 - "1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq")))) - (build-system gnu-build-system) - (arguments '(#:tests? #f)) ; no `check' target + (method url-fetch) + (uri (list (string-append "https://launchpad.net/rubber/trunk/" + version "/+download/rubber-" + version ".tar.gz") + (string-append "http://ebeffara.free.fr/pub/rubber-" + version ".tar.gz"))) + (sha256 + (base32 + "178dmrp0mza5gqjiqgk6dqs0c10s0c517pk6k9pjbam86vf47a1p")))) + (build-system python-build-system) + (arguments + '(#:tests? #f ; no `check' target + #:phases + (modify-phases %standard-phases + (delete 'build) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + ;; texlive is required to build the PDF documentation; do not + ;; build it. + (invoke "python" "setup.py" "build" "--pdf=False" "install" + (string-append "--prefix=" (assoc-ref outputs "out")))))))) (native-inputs `(("texinfo" ,texinfo))) - (inputs `(("python" ,python-2) ; incompatible with Python 3 (print syntax) - ("which" ,which))) (home-page "https://launchpad.net/rubber") (synopsis "Wrapper for LaTeX and friends") (description -- 2.26.2 From unknown Tue Aug 19 18:20:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42204] [PATCH] gnu: rubber: Update to 1.5.1. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 05 Jul 2020 09:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42204 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 42204@debbugs.gnu.org Received: via spool by 42204-submit@debbugs.gnu.org id=B42204.15939421556210 (code B ref 42204); Sun, 05 Jul 2020 09:43:02 +0000 Received: (at 42204) by debbugs.gnu.org; 5 Jul 2020 09:42:35 +0000 Received: from localhost ([127.0.0.1]:60039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js1AQ-0001c6-S2 for submit@debbugs.gnu.org; Sun, 05 Jul 2020 05:42:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js1AO-0001bu-W9 for 42204@debbugs.gnu.org; Sun, 05 Jul 2020 05:42:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59394) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1js1AI-0000YF-Cm; Sun, 05 Jul 2020 05:42:26 -0400 Received: from [2a01:e0a:fa:a50:84fd:6270:81db:82dd] (port=54384 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1js1AH-0007cs-PY; Sun, 05 Jul 2020 05:42:26 -0400 From: Mathieu Othacehe References: <20200704213710.32539-1-arunisaac@systemreboot.net> Date: Sun, 05 Jul 2020 11:42:24 +0200 In-Reply-To: <20200704213710.32539-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 5 Jul 2020 03:07:09 +0530") Message-ID: <875zb2jo1r.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hello, This looks fine, please go ahead! Thanks, Mathieu From unknown Tue Aug 19 18:20:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#42204: closed (Re: [bug#42204] [PATCH] gnu: rubber: Update to 1.5.1.) Message-ID: References: <87sge6teyj.fsf@systemreboot.net> <20200704213710.32539-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 42204 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42204@debbugs.gnu.org Date: Sun, 05 Jul 2020 10:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1593946142-12607-1" This is a multi-part message in MIME format... ------------=_1593946142-12607-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42204: [PATCH] gnu: rubber: Update to 1.5.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42204@debbugs.gnu.org. --=20 42204: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42204 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1593946142-12607-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42204-done) by debbugs.gnu.org; 5 Jul 2020 10:48:42 +0000 Received: from localhost ([127.0.0.1]:60104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js2CQ-0003Go-3H for submit@debbugs.gnu.org; Sun, 05 Jul 2020 06:48:42 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js2CN-0003Ge-Ky for 42204-done@debbugs.gnu.org; Sun, 05 Jul 2020 06:48:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=IOS3fLwqdwodqudstKpzYE3gJJLEHoHehhzky7vUto4=; b=TBbzoahC/afr8RNmvooG3DkYr THmimatovZpmUFjZar1bMJSu/5sli9nLeemPKzATRaytA5df3Ci+vbl/SENlac6laCjYxIWGzqugz gUQLKwyq4OyJTJ/M+1SM8wYOD7FahlfFWOuUjZIU87e2XDzNx25h8oGfBR0vI/AUmj1gs=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1js2CK-000FxO-J1; Sun, 05 Jul 2020 16:18:36 +0530 From: Arun Isaac To: Mathieu Othacehe Subject: Re: [bug#42204] [PATCH] gnu: rubber: Update to 1.5.1. In-Reply-To: <875zb2jo1r.fsf@gnu.org> References: <20200704213710.32539-1-arunisaac@systemreboot.net> <875zb2jo1r.fsf@gnu.org> Date: Sun, 05 Jul 2020 16:18:36 +0530 Message-ID: <87sge6teyj.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42204-done Cc: 42204-done@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 (-) --=-=-= Content-Type: text/plain Pushed to master, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl8BsAQACgkQLiXui2GA K7P+dwf/br9+rY3YjglparQqvmqTscBKr8dBdzPWagavQtWcMn0dI+IjQbb73hQ0 j+s57SrZ8+aJUTNJlVP04yMJdkJ+IZoYbX65bGY76st0byxoIrumVlUWs4oONKMv Dvdip0+67wmxKJBQvYs25k3X42wEpmzP7EQF3cICzmMbQmrEkKZoOL60+ajJ2Bzn MSCtXa1HwViYGe1wkXB+6am/0kKV3yAdw6br2PH1rJNJ4RK+XaNniHBhOUqRFkdm BLpdzxEXm/QDGapl7u7OpRLRoH3eHwjIa2EvQZF1UOFQ6g2PdDHVkFaQpNX64haj OS9rF2KIoXQcYSLJ3oc3uldJ+FeElg== =J8tV -----END PGP SIGNATURE----- --=-=-=-- ------------=_1593946142-12607-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Jul 2020 21:37:49 +0000 Received: from localhost ([127.0.0.1]:59768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrpqw-0000ly-Ck for submit@debbugs.gnu.org; Sat, 04 Jul 2020 17:37:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:47852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrpqs-0000ln-Ge for submit@debbugs.gnu.org; Sat, 04 Jul 2020 17:37:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrpqr-00068q-FH for guix-patches@gnu.org; Sat, 04 Jul 2020 17:37:38 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:53424) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrpqn-0004tV-Om for guix-patches@gnu.org; Sat, 04 Jul 2020 17:37:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wejdJz808yAYXVnB6AJDYCxjUmEF3DzsIWVdP7UFX/M=; b=Z/1Js1MTRg74jSUSkgijF3+kVm TMMmK+4Z5rv41tPbO8uHIdGAHDIPMqoyGB8tNIrrayQhQf6zxC8bUckURMf6nhavX49HBnDANqloO MOYtX5/XeoQkNGIPpm1AmvkXQHUsYDESOy66/aUDKizBLI89Z9ykmjdS61KrxSNinUj8=; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jrpqg-0002MO-St; Sun, 05 Jul 2020 03:07:27 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: rubber: Update to 1.5.1. Date: Sun, 5 Jul 2020 03:07:09 +0530 Message-Id: <20200704213710.32539-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/04 17:37:28 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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 (/) * gnu/packages/tex.scm (rubber): Update to 1.5.1. [build-system]: Switch to python-build-system. [inputs]: Remove python-2 and which. [arguments]: Delete the build phase. Replace the install phase with a custom phase. --- gnu/packages/tex.scm | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 47645a3e34..7b10433269 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2017, 2020 Marius Bakke ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Danny Milosavljevic -;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2018, 2020 Arun Isaac ;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. @@ -35,6 +35,7 @@ #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module (guix build-system perl) + #:use-module (guix build-system python) #:use-module (guix build-system qt) #:use-module (guix build-system trivial) #:use-module (guix build-system texlive) @@ -6005,22 +6006,30 @@ other things it comes with full Unicode support.") (define-public rubber (package (name "rubber") - (version "1.1") + (version "1.5.1") (source (origin - (method url-fetch) - (uri (list (string-append "https://launchpad.net/rubber/trunk/" - version "/+download/rubber-" - version ".tar.gz") - (string-append "http://ebeffara.free.fr/pub/rubber-" - version ".tar.gz"))) - (sha256 - (base32 - "1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq")))) - (build-system gnu-build-system) - (arguments '(#:tests? #f)) ; no `check' target + (method url-fetch) + (uri (list (string-append "https://launchpad.net/rubber/trunk/" + version "/+download/rubber-" + version ".tar.gz") + (string-append "http://ebeffara.free.fr/pub/rubber-" + version ".tar.gz"))) + (sha256 + (base32 + "178dmrp0mza5gqjiqgk6dqs0c10s0c517pk6k9pjbam86vf47a1p")))) + (build-system python-build-system) + (arguments + '(#:tests? #f ; no `check' target + #:phases + (modify-phases %standard-phases + (delete 'build) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + ;; texlive is required to build the PDF documentation; do not + ;; build it. + (invoke "python" "setup.py" "build" "--pdf=False" "install" + (string-append "--prefix=" (assoc-ref outputs "out")))))))) (native-inputs `(("texinfo" ,texinfo))) - (inputs `(("python" ,python-2) ; incompatible with Python 3 (print syntax) - ("which" ,which))) (home-page "https://launchpad.net/rubber") (synopsis "Wrapper for LaTeX and friends") (description -- 2.26.2 ------------=_1593946142-12607-1--