pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/srain



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:57:59 UTC 2024

Modified Files:
        pkgsrc/chat/srain: Makefile

Log Message:
srain: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/srain/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/srain/Makefile
diff -u pkgsrc/chat/srain/Makefile:1.34 pkgsrc/chat/srain/Makefile:1.35
--- pkgsrc/chat/srain/Makefile:1.34     Wed May 29 16:31:32 2024
+++ pkgsrc/chat/srain/Makefile  Sat Aug 10 06:57:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/05/29 16:31:32 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/08/10 06:57:59 adam Exp $
 
 DISTNAME=      srain-1.3.2
 PKGREVISION=   16
@@ -12,10 +12,9 @@ LICENSE=     gnu-gpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+USE_TOOLS+=    msgfmt msgmerge pkg-config xgettext
 
-USE_TOOLS+=    pkg-config
-USE_TOOLS+=    msgfmt msgmerge xgettext
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 MESON_ARGS+=   -Ddoc_builders=man
 



Home | Main Index | Thread Index | Old Index