pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-lazy-object-proxy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 13:28:46 UTC 2021

Modified Files:
        pkgsrc/devel/py-lazy-object-proxy: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-lazy-object-proxy/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-lazy-object-proxy/Makefile
diff -u pkgsrc/devel/py-lazy-object-proxy/Makefile:1.11 pkgsrc/devel/py-lazy-object-proxy/Makefile:1.12
--- pkgsrc/devel/py-lazy-object-proxy/Makefile:1.11     Wed Dec 15 20:09:40 2021
+++ pkgsrc/devel/py-lazy-object-proxy/Makefile  Sun Dec 19 13:28:46 2021
@@ -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 @@ HOMEPAGE=     https://github.com/ionelmc/pyt
 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