pkgsrc-WIP-changes archive

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

libSavitar: add PYTHON_VERSIONS_ACCEPTED



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Jan 18 19:41:50 2026 +0900
Changeset:	fd35061ef7e04c8632edcb5821bbffab5a0bd98d

Modified Files:
	libSavitar/Makefile

Log Message:
libSavitar: add PYTHON_VERSIONS_ACCEPTED

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd35061ef7e04c8632edcb5821bbffab5a0bd98d

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

diffstat:
 libSavitar/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libSavitar/Makefile b/libSavitar/Makefile
index 09770ea81f..b72b3533b9 100644
--- a/libSavitar/Makefile
+++ b/libSavitar/Makefile
@@ -24,6 +24,8 @@ SUBST_SED.sip=		-e 's|\(SIP_EXECUTABLE sip\)|\1${PYVERSSUFFIX}|'
 
 PY_PATCHPLIST=YES
 
+PYTHON_VERSIONS_ACCEPTED=	311
+
 BUILDLINK_DEPMETHOD.py-sip4?=	build
 
 .include "../../lang/python/extension.mk"


Home | Main Index | Thread Index | Old Index