pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-subversion



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 23:38:59 UTC 2023

Modified Files:
        pkgsrc/devel/py-subversion: Makefile

Log Message:
py-subversion: not for Python 3.12.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-subversion/Makefile

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

Modified files:

Index: pkgsrc/devel/py-subversion/Makefile
diff -u pkgsrc/devel/py-subversion/Makefile:1.101 pkgsrc/devel/py-subversion/Makefile:1.102
--- pkgsrc/devel/py-subversion/Makefile:1.101   Tue Oct 24 22:08:56 2023
+++ pkgsrc/devel/py-subversion/Makefile Sun Nov  5 23:38:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2023/10/24 22:08:56 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2023/11/05 23:38:59 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-subversion-${SVNVER}
 PKGREVISION=   6
@@ -18,7 +18,7 @@ PY_PATCHPLIST=                YES
 REPLACE_PYTHON=                tools/hook-scripts/mailer/mailer.py
 PYTHON_SELF_CONFLICT=  YES
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # typing
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 BUILD_TARGET=          swig-py
 INSTALL_TARGET=                install-swig-py



Home | Main Index | Thread Index | Old Index