Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: remove python dep from bitlbee
To:
Daniel Dickman <didickman@gmail.com>
Cc:
Tom Doherty <tom@singlesecond.com>, ports@openbsd.org
Date:
Wed, 17 Jun 2026 02:26:40 +0100

Download raw body.

Thread
On 2026/06/16 21:19, Daniel Dickman wrote:
> 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.

Version 3.5.1:
[..]
- Included help.txt in the release tarball, which was missing in the previous
  release and resulted in adding python as a build dependency. The release
  tarball of 3.5.1 does not require python.

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

should be good


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