pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-lark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 22 13:01:06 UTC 2026

Modified Files:
        pkgsrc/lang/py-lark: Makefile

Log Message:
py-lark: note conflict with py-lark-parser


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-lark/Makefile

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

Modified files:

Index: pkgsrc/lang/py-lark/Makefile
diff -u pkgsrc/lang/py-lark/Makefile:1.1 pkgsrc/lang/py-lark/Makefile:1.2
--- pkgsrc/lang/py-lark/Makefile:1.1    Sun Feb 22 12:59:22 2026
+++ pkgsrc/lang/py-lark/Makefile        Sun Feb 22 13:01:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/02/22 12:59:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/22 13:01:06 wiz Exp $
 
 DISTNAME=      lark-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
+CONFLICTS=     py[0-9]*-lark-parser-[0-9]*
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index