pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-libmc py-libmc: not compatible with python 2 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/613c5efe274a
branches:  trunk
changeset: 388156:613c5efe274a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 15:22:01 2022 +0000

description:
py-libmc: not compatible with python 2 any longer

diffstat:

 devel/py-libmc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c1c88e0d4757 -r 613c5efe274a devel/py-libmc/Makefile
--- a/devel/py-libmc/Makefile   Mon Nov 14 15:11:59 2022 +0000
+++ b/devel/py-libmc/Makefile   Mon Nov 14 15:22:01 2022 +0000
@@ -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 @@
 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