pkgsrc-WIP-changes archive

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

wip/py-lark-parser: update to 0.10.1



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Nov 16 09:57:28 2020 +0100
Changeset:	361f613bf88b63c1ce8deb86f5ae0556070567b4

Modified Files:
	py-lark-parser/DESCR
	py-lark-parser/Makefile
	py-lark-parser/PLIST
	py-lark-parser/distinfo

Log Message:
wip/py-lark-parser: update to 0.10.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=361f613bf88b63c1ce8deb86f5ae0556070567b4

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

diffstat:
 py-lark-parser/DESCR    | 8 +++-----
 py-lark-parser/Makefile | 4 ++--
 py-lark-parser/PLIST    | 3 +++
 py-lark-parser/distinfo | 8 ++++----
 4 files changed, 12 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-lark-parser/DESCR b/py-lark-parser/DESCR
index bdd09820b3..299a05913a 100644
--- a/py-lark-parser/DESCR
+++ b/py-lark-parser/DESCR
@@ -1,5 +1,3 @@
-Lark is a parser built with a focus on ergonomics, performance and resilience.
-
-Lark can parse all context-free languages. That means it is capable of parsing
-almost any programming language out there, and to some degree most natural
-languages too.
+Lark is a modern general-purpose parsing library for Python.
+With Lark, you can parse any context-free grammar, efficiently,
+with very little code.
diff --git a/py-lark-parser/Makefile b/py-lark-parser/Makefile
index 8a2175f4dd..9ba8f846d7 100644
--- a/py-lark-parser/Makefile
+++ b/py-lark-parser/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	lark-parser-0.9.0
+DISTNAME=	lark-parser-0.10.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel lang python
-MASTER_SITES=	https://files.pythonhosted.org/packages/8e/ac/c873c508dc2955da6eb85f0425e991a022cf2a4e53933ac057603d0cf890/
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/lark-parser/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/erezsh/lark
diff --git a/py-lark-parser/PLIST b/py-lark-parser/PLIST
index 2e9fb2750c..44fee95094 100644
--- a/py-lark-parser/PLIST
+++ b/py-lark-parser/PLIST
@@ -95,6 +95,9 @@ ${PYSITELIB}/lark/tools/standalone.pyo
 ${PYSITELIB}/lark/tree.py
 ${PYSITELIB}/lark/tree.pyc
 ${PYSITELIB}/lark/tree.pyo
+${PYSITELIB}/lark/tree_matcher.py
+${PYSITELIB}/lark/tree_matcher.pyc
+${PYSITELIB}/lark/tree_matcher.pyo
 ${PYSITELIB}/lark/utils.py
 ${PYSITELIB}/lark/utils.pyc
 ${PYSITELIB}/lark/utils.pyo
diff --git a/py-lark-parser/distinfo b/py-lark-parser/distinfo
index 432779cd7b..8acb34e7ed 100644
--- a/py-lark-parser/distinfo
+++ b/py-lark-parser/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (lark-parser-0.9.0.tar.gz) = 38d3fb6f7c3f426ad67de2d0140e07eaf09b8eb4
-RMD160 (lark-parser-0.9.0.tar.gz) = 91f0c7f864265c18e1d90cde8248ac3e89914655
-SHA512 (lark-parser-0.9.0.tar.gz) = e22f35666aa39cc504eaf48950170bd44eb9d9e15ae2f13d47a4950576be31f1bbabf799847b02e5ee22c0f96fb75c5256c8e4a4aa195caa830444f5b91d6852
-Size (lark-parser-0.9.0.tar.gz) = 298176 bytes
+SHA1 (lark-parser-0.10.1.tar.gz) = 07a9e7c281b32daa115a18ea75cdba0e231cdb04
+RMD160 (lark-parser-0.10.1.tar.gz) = 8bef2ef3afa271dd1b7fc3cb78c96b14cdfe5ecd
+SHA512 (lark-parser-0.10.1.tar.gz) = 716c565b9b496eda8430c8a33e1566620240aa60e3052b3ea4f723c18975b64be69021172705896a60344ce9754e605e79a9c0d97ad28874f50d6036025a5895
+Size (lark-parser-0.10.1.tar.gz) = 216606 bytes


Home | Main Index | Thread Index | Old Index