head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.2.0.4
	pkgsrc-2026Q2-base:1.2
	pkgsrc-2026Q1:1.2.0.2
	pkgsrc-2026Q1-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2026.02.22.13.01.06;	author wiz;	state Exp;
branches;
next	1.1;
commitid	J5LxHri2h68xbnvG;

1.1
date	2026.02.22.12.59.22;	author wiz;	state Exp;
branches;
next	;
commitid	svBFDcNFbCZXanvG;


desc
@@


1.2
log
@py-lark: note conflict with py-lark-parser
@
text
@# $NetBSD: Makefile,v 1.1 2026/02/22 12:59:22 wiz Exp $

DISTNAME=	lark-1.3.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	lang python
MASTER_SITES=	${MASTER_SITE_PYPI:=l/lark/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/lark-parser/lark/
COMMENT=	Parsing toolkit for Python
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

USE_LANGUAGES=	# none

CONFLICTS=	py[0-9]*-lark-parser-[0-9]*

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@lang/py-lark: import py-lark-1.3.1

Lark is a parsing toolkit for Python, built with a focus on ergonomics,
performance and modularity.

Lark can parse all context-free languages. To put it simply, it means that it
is capable of parsing almost any programming language out there, and to some
degree most natural languages too.
@
text
@d1 1
a1 1
# $NetBSD$
d17 2
@

