Github messages for voidlinux
 help / color / mirror / Atom feed
From: Luciogi <Luciogi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bCNC: fix breakage
Date: Sat, 21 Oct 2023 19:12:14 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46817@inbox.vuxu.org> (raw)

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

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

https://github.com/Luciogi/void-packages bCNC
https://github.com/void-linux/void-packages/pull/46817

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 33e6f63e585257c9b6fa4089987b4c01bf7ce883 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Sat, 21 Oct 2023 22:06:14 +0500
Subject: [PATCH] bCNC: fix breakage

---
 srcpkgs/bCNC/patches/import_sys.patch | 36 +++++++++++++++++++++++++++
 srcpkgs/bCNC/template                 |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/bCNC/patches/import_sys.patch

diff --git a/srcpkgs/bCNC/patches/import_sys.patch b/srcpkgs/bCNC/patches/import_sys.patch
new file mode 100644
index 0000000000000..e498f7596298f
--- /dev/null
+++ b/srcpkgs/bCNC/patches/import_sys.patch
@@ -0,0 +1,36 @@
+diff --git a/bCNC/FilePage.py b/bCNC/FilePage.py
+index 0bb436a..fca11ce 100644
+--- a/bCNC/FilePage.py
++++ b/bCNC/FilePage.py
+@@ -16,6 +16,7 @@ try:
+ except ImportError:
+ 	from tkinter import *
+ 
++import sys
+ import tkExtra
+ import Utils
+ import Sender
+diff --git a/bCNC/ToolsPage.py b/bCNC/ToolsPage.py
+index f550186..30d27cb 100644
+--- a/bCNC/ToolsPage.py
++++ b/bCNC/ToolsPage.py
+@@ -18,6 +18,7 @@ except ImportError:
+ 	import tkinter.messagebox as tkMessageBox
+ from operator import attrgetter
+ 
++import sys
+ import os
+ import time
+ import glob
+diff --git a/bCNC/Utils.py b/bCNC/Utils.py
+index 2a0b231..8d3b57b 100644
+--- a/bCNC/Utils.py
++++ b/bCNC/Utils.py
+@@ -9,6 +9,7 @@ from __future__ import print_function
+ __author__ = "Vasilis Vlachoudis"
+ __email__  = "vvlachoudis@gmail.com"
+ 
++import sys
+ import os
+ import glob
+ import traceback
diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 4bfdbe16cca19..850eb4e3dc15c 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,7 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.307
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

             reply	other threads:[~2023-10-21 17:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21 17:12 Luciogi [this message]
2023-10-21 17:12 ` Luciogi
2023-10-21 17:31 ` Luciogi
2023-10-25 11:27 ` ahesford
2023-10-25 11:42 ` Luciogi
2023-10-25 11:42 ` Luciogi
2023-10-25 12:20 ` paper42
2023-10-25 12:55 ` [PR PATCH] [Updated] " Luciogi
2023-10-26 17:01 ` [PR PATCH] [Closed]: " Luciogi

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-46817@inbox.vuxu.org \
    --to=luciogi@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).