pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-lark: remove, imported to pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Feb 22 14:12:43 2026 +0100
Changeset: 75b71cf637719bad48ec2cfdf1430a58e9e19447
Modified Files:
Makefile
py-bc-python-hcl2/Makefile
py-commentjson/Makefile
Removed Files:
py-lark/COMMIT_MSG
py-lark/DESCR
py-lark/Makefile
py-lark/PLIST
py-lark/distinfo
Log Message:
py-lark: remove, imported to pkgsrc
switch all py-lark-parser packages to py-lark
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=75b71cf637719bad48ec2cfdf1430a58e9e19447
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 +-
py-bc-python-hcl2/Makefile | 5 +-
py-commentjson/Makefile | 4 +-
py-lark/COMMIT_MSG | 5 --
py-lark/DESCR | 6 ---
py-lark/Makefile | 18 -------
py-lark/PLIST | 117 ---------------------------------------------
py-lark/distinfo | 5 --
8 files changed, 3 insertions(+), 160 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index c2587efaf9..eee2f49a58 100644
--- a/Makefile
+++ b/Makefile
@@ -3705,7 +3705,6 @@ SUBDIR+= py-dana
SUBDIR+= py-das
SUBDIR+= py-dash-bootstrap-components
SUBDIR+= py-dask
-SUBDIR+= py-dask_expr
SUBDIR+= py-data-google-auth
SUBDIR+= py-dataclasses-json
SUBDIR+= py-datamarix
@@ -4108,7 +4107,6 @@ SUBDIR+= py-krypy
SUBDIR+= py-ksef2
SUBDIR+= py-lang-trans
SUBDIR+= py-lapack
-SUBDIR+= py-lark
SUBDIR+= py-larlib
SUBDIR+= py-larry
SUBDIR+= py-latexenc
@@ -5050,6 +5048,7 @@ SUBDIR+= py-xlutils
SUBDIR+= py-xpra
SUBDIR+= py-xsdata
SUBDIR+= py-xsdata-pydantic
+SUBDIR+= py-xyzservices
SUBDIR+= py-yamale
SUBDIR+= py-yams
SUBDIR+= py-yapgvb
diff --git a/py-bc-python-hcl2/Makefile b/py-bc-python-hcl2/Makefile
index 98666ac0c1..dbdfb05bef 100644
--- a/py-bc-python-hcl2/Makefile
+++ b/py-bc-python-hcl2/Makefile
@@ -10,10 +10,7 @@ HOMEPAGE= https://github.com/amplify-education/python-hcl2
COMMENT= Parser for HCL2
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-lark-parser>=0.10.0:../../lang/py-lark-parser
-
-# Only for Python 3.x
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+DEPENDS+= ${PYPKGPREFIX}-lark>=0.10.0:../../lang/py-lark
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/hcl2tojson ${DESTDIR}${PREFIX}/bin/hcl2tojson${PYVERSSUFFIX}
diff --git a/py-commentjson/Makefile b/py-commentjson/Makefile
index a3a57a5bd9..f8726f9768 100644
--- a/py-commentjson/Makefile
+++ b/py-commentjson/Makefile
@@ -12,12 +12,10 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-lark-parser>=0.7.1:../../lang/py-lark-parser
+DEPENDS+= ${PYPKGPREFIX}-lark>=0.7.1:../../lang/py-lark
TEST_DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-lark/COMMIT_MSG b/py-lark/COMMIT_MSG
deleted file mode 100644
index d5ccc97e29..0000000000
--- a/py-lark/COMMIT_MSG
+++ /dev/null
@@ -1,5 +0,0 @@
-lang/py-lark: Update py-lark to 1.2.2
-Update prepared in wip by Mayuresh <mayuresh%acm.org@localhost>
-
-lang/py-lark-parser 0.12 is outdated. Also keeping with the usual naming
-pattern, it should use the github project name rather than github username
diff --git a/py-lark/DESCR b/py-lark/DESCR
deleted file mode 100644
index 5a5351c4a0..0000000000
--- a/py-lark/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
diff --git a/py-lark/Makefile b/py-lark/Makefile
deleted file mode 100644
index 0c17a323da..0000000000
--- a/py-lark/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME= lark-1.3.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= lang python
-MASTER_SITES= ${MASTER_SITE_PYPI:=l/lark/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-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
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-lark/PLIST b/py-lark/PLIST
deleted file mode 100644
index 9d35e7e7b8..0000000000
--- a/py-lark/PLIST
+++ /dev/null
@@ -1,117 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/lark/__init__.py
-${PYSITELIB}/lark/__init__.pyc
-${PYSITELIB}/lark/__init__.pyo
-${PYSITELIB}/lark/__pyinstaller/__init__.py
-${PYSITELIB}/lark/__pyinstaller/__init__.pyc
-${PYSITELIB}/lark/__pyinstaller/__init__.pyo
-${PYSITELIB}/lark/__pyinstaller/hook-lark.py
-${PYSITELIB}/lark/__pyinstaller/hook-lark.pyc
-${PYSITELIB}/lark/__pyinstaller/hook-lark.pyo
-${PYSITELIB}/lark/ast_utils.py
-${PYSITELIB}/lark/ast_utils.pyc
-${PYSITELIB}/lark/ast_utils.pyo
-${PYSITELIB}/lark/common.py
-${PYSITELIB}/lark/common.pyc
-${PYSITELIB}/lark/common.pyo
-${PYSITELIB}/lark/exceptions.py
-${PYSITELIB}/lark/exceptions.pyc
-${PYSITELIB}/lark/exceptions.pyo
-${PYSITELIB}/lark/grammar.py
-${PYSITELIB}/lark/grammar.pyc
-${PYSITELIB}/lark/grammar.pyo
-${PYSITELIB}/lark/grammars/__init__.py
-${PYSITELIB}/lark/grammars/__init__.pyc
-${PYSITELIB}/lark/grammars/__init__.pyo
-${PYSITELIB}/lark/grammars/common.lark
-${PYSITELIB}/lark/grammars/lark.lark
-${PYSITELIB}/lark/grammars/python.lark
-${PYSITELIB}/lark/grammars/unicode.lark
-${PYSITELIB}/lark/indenter.py
-${PYSITELIB}/lark/indenter.pyc
-${PYSITELIB}/lark/indenter.pyo
-${PYSITELIB}/lark/lark.py
-${PYSITELIB}/lark/lark.pyc
-${PYSITELIB}/lark/lark.pyo
-${PYSITELIB}/lark/lexer.py
-${PYSITELIB}/lark/lexer.pyc
-${PYSITELIB}/lark/lexer.pyo
-${PYSITELIB}/lark/load_grammar.py
-${PYSITELIB}/lark/load_grammar.pyc
-${PYSITELIB}/lark/load_grammar.pyo
-${PYSITELIB}/lark/parse_tree_builder.py
-${PYSITELIB}/lark/parse_tree_builder.pyc
-${PYSITELIB}/lark/parse_tree_builder.pyo
-${PYSITELIB}/lark/parser_frontends.py
-${PYSITELIB}/lark/parser_frontends.pyc
-${PYSITELIB}/lark/parser_frontends.pyo
-${PYSITELIB}/lark/parsers/__init__.py
-${PYSITELIB}/lark/parsers/__init__.pyc
-${PYSITELIB}/lark/parsers/__init__.pyo
-${PYSITELIB}/lark/parsers/cyk.py
-${PYSITELIB}/lark/parsers/cyk.pyc
-${PYSITELIB}/lark/parsers/cyk.pyo
-${PYSITELIB}/lark/parsers/earley.py
-${PYSITELIB}/lark/parsers/earley.pyc
-${PYSITELIB}/lark/parsers/earley.pyo
-${PYSITELIB}/lark/parsers/earley_common.py
-${PYSITELIB}/lark/parsers/earley_common.pyc
-${PYSITELIB}/lark/parsers/earley_common.pyo
-${PYSITELIB}/lark/parsers/earley_forest.py
-${PYSITELIB}/lark/parsers/earley_forest.pyc
-${PYSITELIB}/lark/parsers/earley_forest.pyo
-${PYSITELIB}/lark/parsers/grammar_analysis.py
-${PYSITELIB}/lark/parsers/grammar_analysis.pyc
-${PYSITELIB}/lark/parsers/grammar_analysis.pyo
-${PYSITELIB}/lark/parsers/lalr_analysis.py
-${PYSITELIB}/lark/parsers/lalr_analysis.pyc
-${PYSITELIB}/lark/parsers/lalr_analysis.pyo
-${PYSITELIB}/lark/parsers/lalr_interactive_parser.py
-${PYSITELIB}/lark/parsers/lalr_interactive_parser.pyc
-${PYSITELIB}/lark/parsers/lalr_interactive_parser.pyo
-${PYSITELIB}/lark/parsers/lalr_parser.py
-${PYSITELIB}/lark/parsers/lalr_parser.pyc
-${PYSITELIB}/lark/parsers/lalr_parser.pyo
-${PYSITELIB}/lark/parsers/lalr_parser_state.py
-${PYSITELIB}/lark/parsers/lalr_parser_state.pyc
-${PYSITELIB}/lark/parsers/lalr_parser_state.pyo
-${PYSITELIB}/lark/parsers/xearley.py
-${PYSITELIB}/lark/parsers/xearley.pyc
-${PYSITELIB}/lark/parsers/xearley.pyo
-${PYSITELIB}/lark/py.typed
-${PYSITELIB}/lark/reconstruct.py
-${PYSITELIB}/lark/reconstruct.pyc
-${PYSITELIB}/lark/reconstruct.pyo
-${PYSITELIB}/lark/tools/__init__.py
-${PYSITELIB}/lark/tools/__init__.pyc
-${PYSITELIB}/lark/tools/__init__.pyo
-${PYSITELIB}/lark/tools/nearley.py
-${PYSITELIB}/lark/tools/nearley.pyc
-${PYSITELIB}/lark/tools/nearley.pyo
-${PYSITELIB}/lark/tools/serialize.py
-${PYSITELIB}/lark/tools/serialize.pyc
-${PYSITELIB}/lark/tools/serialize.pyo
-${PYSITELIB}/lark/tools/standalone.py
-${PYSITELIB}/lark/tools/standalone.pyc
-${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/tree_templates.py
-${PYSITELIB}/lark/tree_templates.pyc
-${PYSITELIB}/lark/tree_templates.pyo
-${PYSITELIB}/lark/utils.py
-${PYSITELIB}/lark/utils.pyc
-${PYSITELIB}/lark/utils.pyo
-${PYSITELIB}/lark/visitors.py
-${PYSITELIB}/lark/visitors.pyc
-${PYSITELIB}/lark/visitors.pyo
diff --git a/py-lark/distinfo b/py-lark/distinfo
deleted file mode 100644
index 28c34ff610..0000000000
--- a/py-lark/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (lark-1.3.1.tar.gz) = 33f5d3214be2b62a59220dabd8903ec451d3ae7107fee5c26933a485cf74d951
-SHA512 (lark-1.3.1.tar.gz) = aee4ec6a6dd2e25801c66688861d0b25b68b7b916492764b3f8621dd70c33a93b364cb70d84ccac645cb7156892b90b503d6c79dedb9f656830c70a9b43549d0
-Size (lark-1.3.1.tar.gz) = 382732 bytes
Home |
Main Index |
Thread Index |
Old Index