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:   adam
Date:           Thu Aug 13 11:52:11 UTC 2020

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

Log Message:
py-subversion: does not build with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 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.88 pkgsrc/devel/py-subversion/Makefile:1.89
--- pkgsrc/devel/py-subversion/Makefile:1.88    Mon Jul 27 20:48:53 2020
+++ pkgsrc/devel/py-subversion/Makefile Thu Aug 13 11:52:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2020/07/27 20:48:53 adam Exp $
+# $NetBSD: Makefile,v 1.89 2020/08/13 11:52:11 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-subversion-${SVNVER}
 COMMENT=       Python bindings and tools for Subversion
@@ -17,6 +17,8 @@ PY_PATCHPLIST=                YES
 REPLACE_PYTHON=                tools/hook-scripts/mailer/mailer.py
 PYTHON_SELF_CONFLICT=  YES
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # typing
+
 BUILD_TARGET=          swig-py
 INSTALL_TARGET=                install-swig-py
 



Home | Main Index | Thread Index | Old Index