Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile
index 86cd7233f302..a3bcb2be6a01 100644
--- a/shells/xonsh/Makefile
+++ b/shells/xonsh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xonsh
-DISTVERSION=	0.22.8
+DISTVERSION=	0.23.0
 CATEGORIES=	shells python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -38,7 +38,9 @@ PYTEST_BROKEN_TESTS=	\
 		test_integrations.py \
 		test_man.py \
 		test_os.xsh \
+		test_pipelines.py \
 		test_ptk_highlight.py \
+		test_stress.py \
 		test_specs.py
 SHEBANG_FILES=	tests/bin/cat tests/bin/pwd tests/bin/wc
 
@@ -46,7 +48,7 @@ NO_ARCH=	yes
 
 post-patch:
 	${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' \
-		${WRKSRC}/tests/test_integrations.py \
+		${WRKSRC}/tests/xintegration/test_integrations.py \
 		${WRKSRC}/tests/test_virtualenv_activator.py
 
 .include <bsd.port.mk>
diff --git a/shells/xonsh/distinfo b/shells/xonsh/distinfo
index cd669a6121e8..7a306a3d9595 100644
--- a/shells/xonsh/distinfo
+++ b/shells/xonsh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773873998
-SHA256 (xonsh-0.22.8.tar.gz) = 5eedf7822f1655eb4f29a7c3916b0dcc7b8fe548b4b83001afe79f3bd39be28c
-SIZE (xonsh-0.22.8.tar.gz) = 830111
+TIMESTAMP = 1776709564
+SHA256 (xonsh-0.23.0.tar.gz) = 3212933ab8aee03f2d7689c6f89b578b410f4c3d8426b517f5cfb12a94ea959d
+SIZE (xonsh-0.23.0.tar.gz) = 1012769
diff --git a/shells/xonsh/files/patch-xonsh_platform.py b/shells/xonsh/files/patch-xonsh_platform.py
deleted file mode 100644
index e96ffdf8a317..000000000000
--- a/shells/xonsh/files/patch-xonsh_platform.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- xonsh/platform.py.orig	2026-02-04 16:49:54 UTC
-+++ xonsh/platform.py
-@@ -576,7 +576,7 @@ def LIBC():
-             libc = None
-     elif ON_BSD:
-         try:
--            libc = ctypes.CDLL("libc.so")
-+            libc = ctypes.CDLL(ctypes.util.find_library("c"))
-         except AttributeError:
-             libc = None
-         except OSError:


home | help