Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] voltron: apply py3.7+ patch
Date: Tue, 31 Dec 2019 23:11:50 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17947@inbox.vuxu.org> (raw)

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

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages voltron_py3.8
https://github.com/void-linux/void-packages/pull/17947

voltron: apply py3.7+ patch


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

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

From 0d284637cc31fc288c3c8e445e25ef2db4bc95aa Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 31 Dec 2019 16:10:32 -0600
Subject: [PATCH] voltron: apply py3.7+ patch

---
 srcpkgs/voltron/patches/fix-py3.8.patch | 25 +++++++++++++++++++++++++
 srcpkgs/voltron/template                |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/voltron/patches/fix-py3.8.patch

diff --git a/srcpkgs/voltron/patches/fix-py3.8.patch b/srcpkgs/voltron/patches/fix-py3.8.patch
new file mode 100644
index 00000000000..7ed21d783e4
--- /dev/null
+++ b/srcpkgs/voltron/patches/fix-py3.8.patch
@@ -0,0 +1,25 @@
+https://github.com/snare/voltron/commit/09d1d75b4d158faef17c8aca22f258c60157550a.patch
+
+From 09d1d75b4d158faef17c8aca22f258c60157550a Mon Sep 17 00:00:00 2001
+From: malet <malet@invalid>
+Date: Sat, 6 Oct 2018 15:55:09 +0200
+Subject: [PATCH] Renaming the async variable
+
+---
+ voltron/plugins/view/memory.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/voltron/plugins/view/memory.py b/voltron/plugins/view/memory.py
+index 09e4d65..b18abed 100644
+--- voltron/plugins/view/memory.py
++++ voltron/plugins/view/memory.py
+@@ -13,7 +13,7 @@
+ class MemoryView(TerminalView):
+     printable_filter = ''.join([(len(repr(chr(x))) == 3) and chr(x) or '.' for x in range(256)])
+ 
+-    async = True
++    asynchronous = True
+     last_memory = None
+     last_address = 0
+ 
+
diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 38f47a824e3..45325a8a4e5 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,7 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=2
+revision=3
 archs=noarch
 build_style=python3-module
 pycompile_module="voltron"

             reply	other threads:[~2019-12-31 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-31 22:11 voidlinux-github [this message]
2020-01-01  9:27 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17947@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).