pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-libmc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 15:22:01 UTC 2022

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

Log Message:
py-libmc: not compatible with python 2 any longer


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-libmc/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-libmc/Makefile
diff -u pkgsrc/devel/py-libmc/Makefile:1.11 pkgsrc/devel/py-libmc/Makefile:1.12
--- pkgsrc/devel/py-libmc/Makefile:1.11 Thu Nov  3 11:50:39 2022
+++ pkgsrc/devel/py-libmc/Makefile      Mon Nov 14 15:22:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/11/03 11:50:39 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/11/14 15:22:01 wiz Exp $
 
 DISTNAME=      pylibmc-1.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,8 @@ HOMEPAGE=     http://sendapatch.se/projects/
 COMMENT=       Quick and small memcached client for Python
 LICENSE=       modified-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/libmemcached/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index