Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bCNC: fix breakage
@ 2023-10-21 17:12 Luciogi
  2023-10-21 17:12 ` Luciogi
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Luciogi @ 2023-10-21 17:12 UTC (permalink / raw)
  To: ml

[-- 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"

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-26 17:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 17:12 [PR PATCH] bCNC: fix breakage Luciogi
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

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).