From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 01 17:22:53 2020 Received: (at submit) by debbugs.gnu.org; 1 Sep 2020 21:22:53 +0000 Received: from localhost ([127.0.0.1]:57527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDDjw-0005t2-TO for submit@debbugs.gnu.org; Tue, 01 Sep 2020 17:22:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:51490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDDjt-0005ss-G9 for submit@debbugs.gnu.org; Tue, 01 Sep 2020 17:22:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kDDjt-0004ay-1V for guix-patches@gnu.org; Tue, 01 Sep 2020 17:22:49 -0400 Received: from mout02.posteo.de ([185.67.36.66]:60317) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kDDjl-0002hr-4i for guix-patches@gnu.org; Tue, 01 Sep 2020 17:22:48 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 21FB72400FD for ; Tue, 1 Sep 2020 23:22:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598995357; bh=2i2g9XF6txFubTe+JBhjfBIsmdRB9APeeE4uW3llvsE=; h=From:To:Cc:Subject:Date:From; b=FwGIg4KxlvYFy24y/ZE1iAVq0BqsU9APZUiXe35wtEFeK+nM2UGYd0c0HpoxwZtmM xZvi+412sUJSk00GOx/K6Bqx6x8npmYJbJ765mmG2cNiGK4IJO+porjk/IZg1xJkh5 lQJQgxeoeeRwYa4EcqOxHGJkmVgRwGA1xiP7x56EBpVIrOLWhtsY3uES2FcT9Kql5z 0Ah4A29ZH6QMfI1SFlI3jECDu9lQgHqqXURo4V/Gr7a5mbOTyzDfks6dE9WQqD/RLf 95gX8Afkx7v+5WavAe421GzM1QsC7phtn5akNUMo2rlODWGvpNRQeQzgBCG4XOcyd1 3+V4IT//wWPkw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bh0Qg6WgZz9rxQ; Tue, 1 Sep 2020 23:22:35 +0200 (CEST) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH] gnu: deluge: Update to 2.0.3. Date: Tue, 1 Sep 2020 17:22:17 -0400 Message-Id: <20200901212217.29981-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=kkebreau@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/01 17:22:37 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau 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: -2.3 (--) * gnu/packages/bittorrent.scm (deluge): Update to 2.0.3. [source]: Update URL. [inputs]: Remove libtorrent, python2-chardet, python2-pygtk, python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted. [propagated-inputs]: Add gobject-introspection, gtk+, librsvg, libtorrent, python-pycairo, python-chardet, python-dbus, python-mako, python-pygobject, python-pillow, python-pyopenssl, python-pyxdg, python-rencode, python-service-identity, python-setproctitle, python-six, python-twisted, and python-zope-interface. [native-inputs]: Add python-wheel. [arguments]: Disable tests. Add 'wrap phase. --- gnu/packages/bittorrent.scm | 60 ++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index f54e568b55..7df9f5fe5b 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -34,6 +34,7 @@ #:use-module (guix build-system python) #:use-module (guix build-system glib-or-gtk) #:use-module ((guix licenses) #:prefix l:) + #:use-module (guix utils) #:use-module (gnu packages) #:use-module (gnu packages adns) #:use-module (gnu packages boost) @@ -55,6 +56,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-crypto) + #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) #:use-module (gnu packages sqlite) @@ -465,29 +467,59 @@ features.") (define-public deluge (package (name "deluge") - (version "1.3.15") + (version "2.0.3") (source (origin (method url-fetch) (uri (string-append - "http://download.deluge-torrent.org/source/deluge-" - version ".tar.xz")) + "https://ftp.osuosl.org/pub/deluge/source/" + (version-major+minor version) "/deluge-" version ".tar.xz")) (sha256 (base32 - "0b7rri4x0wrcj7rjghrnw1kfrsd5i7i6aq85dsg5dg1w1qa0ar59")))) + "14d8kn2pvr1qv8mwqrxmj85jycr73vwfqz12hzag0ararbkfhyky")))) (build-system python-build-system) - (inputs - `(("libtorrent" ,libtorrent-rasterbar) - ("python2-chardet" ,python2-chardet) - ("python2-pygtk" ,python2-pygtk) - ("python2-pyopenssl" ,python2-pyopenssl) - ("python2-pyxdg" ,python2-pyxdg) - ("python2-service-identity" ,python2-service-identity) - ("python2-twisted" ,python2-twisted))) + (propagated-inputs + `(("gobject-introspection" ,gobject-introspection) + ("gtk+" ,gtk+) + ("librsvg" ,librsvg) + ("libtorrent" ,libtorrent-rasterbar) + ("python-pycairo" ,python-pycairo) + ("python-chardet" ,python-chardet) + ("python-dbus" ,python-dbus) + ("python-mako" ,python-mako) + ("python-pygobject" ,python-pygobject) + ("python-pillow" ,python-pillow) + ("python-pyopenssl" ,python-pyopenssl) + ("python-pyxdg" ,python-pyxdg) + ("python-rencode" ,python-rencode) + ("python-service-identity" ,python-service-identity) + ("python-setproctitle" ,python-setproctitle) + ("python-six" ,python-six) + ("python-twisted" ,python-twisted) + ("python-zope-interface" ,python-zope-interface))) (native-inputs - `(("intltool" ,intltool))) + `(("intltool" ,intltool) + ("python-wheel" ,python-wheel))) + ;; TODO: Enable tests. + ;; After "pytest-twisted" is packaged, HOME is set, and an X server is + ;; started, some of the tests still fail. There are likely some tests that + ;; require a network connection. (arguments - `(#:python ,python-2)) + `(#:tests? #f + #:phases + (modify-phases %standard-phases + (add-after 'install 'wrap + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) + (for-each + (lambda (program) + (wrap-program program + `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))) + (map (lambda (name) + (string-append out "/bin/" name)) + '("deluge" "deluge-gtk")))) + #t))))) (home-page "https://www.deluge-torrent.org/") (synopsis "Fully-featured cross-platform ​BitTorrent client") (description -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 04 06:01:07 2020 Received: (at 43161) by debbugs.gnu.org; 4 Sep 2020 10:01:07 +0000 Received: from localhost ([127.0.0.1]:37518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kE8Wo-0001ql-V4 for submit@debbugs.gnu.org; Fri, 04 Sep 2020 06:01:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kE8Wn-0001qA-Uw for 43161@debbugs.gnu.org; Fri, 04 Sep 2020 06:01:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59971) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kE8Wh-0001IK-Tq; Fri, 04 Sep 2020 06:00:59 -0400 Received: from [2a01:e0a:19b:d9a0:9d9d:97cc:d92a:8ac0] (port=35862 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kE8Wg-0000uc-V7; Fri, 04 Sep 2020 06:00:59 -0400 From: Mathieu Othacehe To: Kei Kebreau Subject: Re: [bug#43161] [PATCH] gnu: deluge: Update to 2.0.3. References: <20200901212217.29981-1-kkebreau@posteo.net> Date: Fri, 04 Sep 2020 12:00:56 +0200 In-Reply-To: <20200901212217.29981-1-kkebreau@posteo.net> (Kei Kebreau's message of "Tue, 1 Sep 2020 17:22:17 -0400") Message-ID: <87ft7xq2sn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43161 Cc: 43161@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: -3.3 (---) Hey, > * gnu/packages/bittorrent.scm (deluge): Update to 2.0.3. > [source]: Update URL. > [inputs]: Remove libtorrent, python2-chardet, python2-pygtk, python2-pyopenssl, > python2-pyxdg, python2-service-identity, python2-twisted. > [propagated-inputs]: Add gobject-introspection, gtk+, librsvg, libtorrent, > python-pycairo, python-chardet, python-dbus, python-mako, python-pygobject, > python-pillow, python-pyopenssl, python-pyxdg, python-rencode, > python-service-identity, python-setproctitle, python-six, python-twisted, and > python-zope-interface. > [native-inputs]: Add python-wheel. > [arguments]: Disable tests. Add 'wrap phase. That's a major update! > + ;; After "pytest-twisted" is packaged, HOME is set, and an X server is > + ;; started, some of the tests still fail. There are likely some tests that > + ;; require a network connection. Besides wrapping this comment to stay under the 78 columns limit, it all looks fine. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 05 15:59:29 2020 Received: (at 43161-done) by debbugs.gnu.org; 5 Sep 2020 19:59:30 +0000 Received: from localhost ([127.0.0.1]:44126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEeLR-0002Wt-LC for submit@debbugs.gnu.org; Sat, 05 Sep 2020 15:59:29 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEeLP-0002Wg-RZ for 43161-done@debbugs.gnu.org; Sat, 05 Sep 2020 15:59:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8E9A92400FE for <43161-done@debbugs.gnu.org>; Sat, 5 Sep 2020 21:59:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599335961; bh=FVi3kmVREe7kKPLvHqG/KiX0AdZiiJGgGCvzYG7sBws=; h=From:To:Cc:Subject:Date:From; b=f4G1m9KmsweQQAcfMXfmRn9UnfzeGQySHxv5vow7Zphiahgl4YTfITyOFo8nnFRtk 00n3X5OMIBgvImZYlZ1GJqLtmFcggJdPOPDgjmilYAYPX5hhtiJrpQsTfIPZ34fUZf CfO+UTtDzSURGUYo7Lntk6FEh3aiX2TsuS3brTE4E3XA8bkOna+w5v6U1G15Api4dE u5HZCYvH6ckJjvlHsxyult4VB5UICpXlNBhXlAS2gwKwA6E4jnVcMnLJ8xSX42d2ud GArTplcBQg+KLXCBPOqvi/sufluV1qhzamm9JC2C6fZpDecKvdX3dyDS45VKfHKwDs Sb+Hx3VE44iag== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BkQNm2j7Fz6tmN; Sat, 5 Sep 2020 21:59:20 +0200 (CEST) From: Kei Kebreau To: Mathieu Othacehe Subject: Re: [bug#43161] [PATCH] gnu: deluge: Update to 2.0.3. References: <20200901212217.29981-1-kkebreau@posteo.net> <87ft7xq2sn.fsf@gnu.org> Date: Sat, 05 Sep 2020 15:59:04 -0400 In-Reply-To: <87ft7xq2sn.fsf@gnu.org> (Mathieu Othacehe's message of "Fri, 04 Sep 2020 12:00:56 +0200") Message-ID: <871rjgov07.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 43161-done Cc: 43161-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 (-) Mathieu Othacehe writes: > Hey, > >> * gnu/packages/bittorrent.scm (deluge): Update to 2.0.3. >> [source]: Update URL. >> [inputs]: Remove libtorrent, python2-chardet, python2-pygtk, >> python2-pyopenssl, >> python2-pyxdg, python2-service-identity, python2-twisted. >> [propagated-inputs]: Add gobject-introspection, gtk+, librsvg, libtorrent, >> python-pycairo, python-chardet, python-dbus, python-mako, python-pygobject, >> python-pillow, python-pyopenssl, python-pyxdg, python-rencode, >> python-service-identity, python-setproctitle, python-six, python-twisted, and >> python-zope-interface. >> [native-inputs]: Add python-wheel. >> [arguments]: Disable tests. Add 'wrap phase. > > That's a major update! > >> + ;; After "pytest-twisted" is packaged, HOME is set, and an X server is >> + ;; started, some of the tests still fail. There are likely some >> tests that >> + ;; require a network connection. > > Besides wrapping this comment to stay under the 78 columns limit, it all > looks fine. > Alright, I was under the impression that the column limit was 80 based on the note in guix/lint.scm. > Thanks, > > Mathieu Pushed with size-reducing and bug-fixing changes to master as commit 01d5eec92d! Thanks for reviewing, Kei From unknown Sat Sep 20 14:55:16 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:09 +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