Index | Thread | Search

From:
Daniel Dickman <didickman@gmail.com>
Subject:
remove python dep from bitlbee
To:
Tom Doherty <tom@singlesecond.com>
Cc:
ports@openbsd.org
Date:
Tue, 16 Jun 2026 21:19:31 -0400

Download raw body.

Thread
Hi Tom, as far as I can tell this port does not use Python anywhere?

I see 2 Python scripts within the source tarball, but I don't see them 
being used in the build or bundled into the package.

ok on the below to remove the Python 2 dependency? Did I miss anything?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/bitlbee/Makefile,v
diff -u -p -u -r1.80 Makefile
--- Makefile	15 Jan 2025 00:17:46 -0000	1.80
+++ Makefile	17 Jun 2026 01:16:33 -0000
@@ -7,7 +7,7 @@ V=			3.6
 DISTNAME=		bitlbee-$V
 PKGSPEC=		bitlbee-=$V
 CATEGORIES=		net
-REVISION=		2
+REVISION=		3
 
 HOMEPAGE=		https://bitlbee.org/
 
@@ -28,9 +28,7 @@ DOCDIR=			${PREFIX}/share/doc/bitlbee/
 
 BUILD_DEPENDS=		textproc/docbook-xsl \
 			textproc/libxslt
-MODULES=		lang/python
-MODPY_VERSION=		${MODPY_DEFAULT_VERSION_2}
-MODPY_RUNDEP=		No
+
 LIB_DEPENDS=		devel/glib2
 
 CONFIGURE_STYLE=	simple