Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] deluge: update to 2.1.1 (and fix boost for Python 3.11)
Date: Fri, 11 Nov 2022 15:05:23 +0100	[thread overview]
Message-ID: <20221111140523.8XrR-B4nrjVAHOD75z7KFPUKzZNJHvYf1J34NLMNg90@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40453@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]

There is an updated pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages update/deluge
https://github.com/void-linux/void-packages/pull/40453

deluge: update to 2.1.1 (and fix boost for Python 3.11)
I had to pull a patch from upstream boost to fix, the current deluge version in repo doesn't actually work because of this, might be affecting others as well.

I don't know what else I need to do as far as bumping dependents of boost and libtorrent-rasterbar, I just wanted to put this up here since apparently deluge is currently unusable.

https://github.com/boostorg/python/pull/385

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40453.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/deluge-40453.patch --]
[-- Type: text/x-diff, Size: 2017 bytes --]

From e4874aacc81c1c03b6e0c0e5432ea5adea9665c1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 10 Nov 2022 14:25:34 -0500
Subject: [PATCH] deluge: update to 2.1.1.

---
 srcpkgs/deluge/template | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 6ac544ff9fa60..0fbbccf2a43cc 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,22 +1,21 @@
 # Template file for 'deluge'
 pkgname=deluge
-version=2.0.5
-revision=3
+version=2.1.1
+revision=1
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
 depends="python3-setuptools python3-chardet python3-Twisted python3-Mako
  python3-xdg python3-rencode python3-setproctitle libtorrent-rasterbar-python3
  python3-Pillow python3-pyasn1 python3-openssl python3-six python3-zope.interface"
-checkdepends="python3-pytest $depends python3-pytest-mock python3-mock gtk+3
- python3-gobject xvfb-run cantarell-fonts"
 short_desc="Fully-featured cross-platform BitTorrent client"
 maintainer="Alexey Rochev <equeim@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://deluge-torrent.org/"
 changelog="https://raw.githubusercontent.com/deluge-torrent/deluge/develop/CHANGELOG.md"
-distfiles="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-${version}.tar.xz"
-checksum=c4bd04abfd211b65218be03f3c46d26f44024884de10e01859fb856fdd6f25d8
+distfiles="https://ftp.osuosl.org/pub/deluge/source/2.1/deluge-${version}.tar.xz"
+checksum=768dd319802e42437ab3794ebe75b497142e08ed5b0fb2503bad62cef442dff7
+make_check=no # requires unpackaged pytest_twisted
 
 system_accounts="deluge"
 deluge_homedir="/var/lib/deluge"
@@ -27,11 +26,6 @@ make_dirs="
  /var/lib/deluge/.config/deluge 0755 deluge deluge
  "
 
-do_check() {
-	rm deluge/tests/test_torrentview.py deluge/tests/test_files_tab.py
-	xvfb-run python3 -m pytest
-}
-
 post_install() {
 	vsv deluged
 }

  parent reply	other threads:[~2022-11-11 14:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 20:17 [PR PATCH] deluge: update to 2.1.1 TinfoilSubmarine
2022-11-11  3:41 ` deluge: update to 2.1.1 (and fix boost for Python 3.11) sgn
2022-11-11  9:55 ` [PR PATCH] [Updated] " sgn
2022-11-11  9:59 ` sgn
2022-11-11 14:05 ` TinfoilSubmarine [this message]
2022-11-11 14:05 ` TinfoilSubmarine
2022-11-11 15:50 ` [PR PATCH] [Closed]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221111140523.8XrR-B4nrjVAHOD75z7KFPUKzZNJHvYf1J34NLMNg90@z \
    --to=tinfoilsubmarine@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).