pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-css-parser



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov  6 20:11:25 UTC 2023

Modified Files:
        pkgsrc/textproc/py-css-parser: Makefile

Log Message:
py-css-parser: Add PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-css-parser/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-css-parser/Makefile
diff -u pkgsrc/textproc/py-css-parser/Makefile:1.7 pkgsrc/textproc/py-css-parser/Makefile:1.8
--- pkgsrc/textproc/py-css-parser/Makefile:1.7  Sun Nov  5 00:52:28 2023
+++ pkgsrc/textproc/py-css-parser/Makefile      Mon Nov  6 20:11:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/11/05 00:52:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/06 20:11:25 jperkin Exp $
 
 DISTNAME=      css-parser-1.0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       src/css_parser/*.py
 REPLACE_PYTHON+=       src/css_parser/scripts/*.py
 



Home | Main Index | Thread Index | Old Index