pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-snappy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 18:28:57 UTC 2023

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

Log Message:
py-snappy: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-snappy/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-snappy/Makefile
diff -u pkgsrc/devel/py-snappy/Makefile:1.1 pkgsrc/devel/py-snappy/Makefile:1.2
--- pkgsrc/devel/py-snappy/Makefile:1.1 Tue Nov 29 05:46:35 2022
+++ pkgsrc/devel/py-snappy/Makefile     Sun Oct 29 18:28:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/29 05:46:35 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/10/29 18:28:57 wiz Exp $
 
 DISTNAME=      python-snappy-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-cffi>=1.15.0:..
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/snappy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index