pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 15 10:57:19 UTC 2024

Modified Files:
        pkgsrc/textproc/py-lxml: Makefile

Log Message:
py-lxml: not for Python 2 any longer, use py27-lxml


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/textproc/py-lxml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.98 pkgsrc/textproc/py-lxml/Makefile:1.99
--- pkgsrc/textproc/py-lxml/Makefile:1.98       Sun Jan 14 09:44:22 2024
+++ pkgsrc/textproc/py-lxml/Makefile    Mon Jan 15 10:57:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2024/01/14 09:44:22 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2024/01/15 10:57:19 wiz Exp $
 
 DISTNAME=      lxml-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-cssselect>
 
 USE_CC_FEATURES=       c99
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index