pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-lazy-object-proxy py-lazy-object-proxy: mark ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7447bbd5803
branches:  trunk
changeset: 771553:e7447bbd5803
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 19 13:28:46 2021 +0000

description:
py-lazy-object-proxy: mark as not for python 2.7

diffstat:

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

diffs (18 lines):

diff -r 89be2d565746 -r e7447bbd5803 devel/py-lazy-object-proxy/Makefile
--- a/devel/py-lazy-object-proxy/Makefile       Sun Dec 19 13:22:34 2021 +0000
+++ b/devel/py-lazy-object-proxy/Makefile       Sun Dec 19 13:28:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/12/15 20:09:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/12/19 13:28:46 wiz Exp $
 
 DISTNAME=      lazy-object-proxy-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Fast and thorough lazy object proxy
 LICENSE=       modified-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.3.1:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 



Home | Main Index | Thread Index | Old Index