pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb  7 08:58:06 UTC 2024

Modified Files:
        pkgsrc/lang: Makefile
Added Files:
        pkgsrc/lang/py-pyformlang: DESCR Makefile PLIST distinfo

Log Message:
py-pyformlang: added version 1.0.6

A Python library to manipulate formal grammar. In general, it can be used to
better understand algorithms in a formal way.


To generate a diff of this commit:
cvs rdiff -u -r1.718 -r1.719 pkgsrc/lang/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-pyformlang/DESCR \
    pkgsrc/lang/py-pyformlang/Makefile pkgsrc/lang/py-pyformlang/PLIST \
    pkgsrc/lang/py-pyformlang/distinfo

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

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.718 pkgsrc/lang/Makefile:1.719
--- pkgsrc/lang/Makefile:1.718  Tue Jan 30 21:04:34 2024
+++ pkgsrc/lang/Makefile        Wed Feb  7 08:58:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.718 2024/01/30 21:04:34 adam Exp $
+# $NetBSD: Makefile,v 1.719 2024/02/07 08:58:05 adam Exp $
 #
 
 COMMENT=       Programming languages
@@ -256,6 +256,7 @@ SUBDIR+=    py-parso
 SUBDIR+=       py-paver
 SUBDIR+=       py-pure-eval
 SUBDIR+=       py-py3c
+SUBDIR+=       py-pyformlang
 SUBDIR+=       py-pygls
 SUBDIR+=       py-pyrex
 SUBDIR+=       py-python-lua

Added files:

Index: pkgsrc/lang/py-pyformlang/DESCR
diff -u /dev/null pkgsrc/lang/py-pyformlang/DESCR:1.1
--- /dev/null   Wed Feb  7 08:58:06 2024
+++ pkgsrc/lang/py-pyformlang/DESCR     Wed Feb  7 08:58:06 2024
@@ -0,0 +1,2 @@
+A Python library to manipulate formal grammar. In general, it can be used to
+better understand algorithms in a formal way.
Index: pkgsrc/lang/py-pyformlang/Makefile
diff -u /dev/null pkgsrc/lang/py-pyformlang/Makefile:1.1
--- /dev/null   Wed Feb  7 08:58:06 2024
+++ pkgsrc/lang/py-pyformlang/Makefile  Wed Feb  7 08:58:06 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/02/07 08:58:06 adam Exp $
+
+DISTNAME=      pyformlang-1.0.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    lang python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyformlang/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Aunsiels/pyformlang
+COMMENT=       Python framework for formal grammars
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-dot-[0-9]*:../../graphics/py-dot
+DEPENDS+=      ${PYPKGPREFIX}-networkx-[0-9]*:../../math/py-networkx
+DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-pyformlang/PLIST
diff -u /dev/null pkgsrc/lang/py-pyformlang/PLIST:1.1
--- /dev/null   Wed Feb  7 08:58:06 2024
+++ pkgsrc/lang/py-pyformlang/PLIST     Wed Feb  7 08:58:06 2024
@@ -0,0 +1,297 @@
+@comment $NetBSD: PLIST,v 1.1 2024/02/07 08:58:06 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pyformlang/__init__.py
+${PYSITELIB}/pyformlang/__init__.pyc
+${PYSITELIB}/pyformlang/__init__.pyo
+${PYSITELIB}/pyformlang/cfg/__init__.py
+${PYSITELIB}/pyformlang/cfg/__init__.pyc
+${PYSITELIB}/pyformlang/cfg/__init__.pyo
+${PYSITELIB}/pyformlang/cfg/cfg.py
+${PYSITELIB}/pyformlang/cfg/cfg.pyc
+${PYSITELIB}/pyformlang/cfg/cfg.pyo
+${PYSITELIB}/pyformlang/cfg/cfg_object.py
+${PYSITELIB}/pyformlang/cfg/cfg_object.pyc
+${PYSITELIB}/pyformlang/cfg/cfg_object.pyo
+${PYSITELIB}/pyformlang/cfg/cyk_table.py
+${PYSITELIB}/pyformlang/cfg/cyk_table.pyc
+${PYSITELIB}/pyformlang/cfg/cyk_table.pyo
+${PYSITELIB}/pyformlang/cfg/epsilon.py
+${PYSITELIB}/pyformlang/cfg/epsilon.pyc
+${PYSITELIB}/pyformlang/cfg/epsilon.pyo
+${PYSITELIB}/pyformlang/cfg/llone_parser.py
+${PYSITELIB}/pyformlang/cfg/llone_parser.pyc
+${PYSITELIB}/pyformlang/cfg/llone_parser.pyo
+${PYSITELIB}/pyformlang/cfg/parse_tree.py
+${PYSITELIB}/pyformlang/cfg/parse_tree.pyc
+${PYSITELIB}/pyformlang/cfg/parse_tree.pyo
+${PYSITELIB}/pyformlang/cfg/pda_object_creator.py
+${PYSITELIB}/pyformlang/cfg/pda_object_creator.pyc
+${PYSITELIB}/pyformlang/cfg/pda_object_creator.pyo
+${PYSITELIB}/pyformlang/cfg/production.py
+${PYSITELIB}/pyformlang/cfg/production.pyc
+${PYSITELIB}/pyformlang/cfg/production.pyo
+${PYSITELIB}/pyformlang/cfg/recursive_decent_parser.py
+${PYSITELIB}/pyformlang/cfg/recursive_decent_parser.pyc
+${PYSITELIB}/pyformlang/cfg/recursive_decent_parser.pyo
+${PYSITELIB}/pyformlang/cfg/set_queue.py
+${PYSITELIB}/pyformlang/cfg/set_queue.pyc
+${PYSITELIB}/pyformlang/cfg/set_queue.pyo
+${PYSITELIB}/pyformlang/cfg/terminal.py
+${PYSITELIB}/pyformlang/cfg/terminal.pyc
+${PYSITELIB}/pyformlang/cfg/terminal.pyo
+${PYSITELIB}/pyformlang/cfg/tests/__init__.py
+${PYSITELIB}/pyformlang/cfg/tests/__init__.pyc
+${PYSITELIB}/pyformlang/cfg/tests/__init__.pyo
+${PYSITELIB}/pyformlang/cfg/tests/test_cfg.py
+${PYSITELIB}/pyformlang/cfg/tests/test_cfg.pyc
+${PYSITELIB}/pyformlang/cfg/tests/test_cfg.pyo
+${PYSITELIB}/pyformlang/cfg/tests/test_llone_parser.py
+${PYSITELIB}/pyformlang/cfg/tests/test_llone_parser.pyc
+${PYSITELIB}/pyformlang/cfg/tests/test_llone_parser.pyo
+${PYSITELIB}/pyformlang/cfg/tests/test_production.py
+${PYSITELIB}/pyformlang/cfg/tests/test_production.pyc
+${PYSITELIB}/pyformlang/cfg/tests/test_production.pyo
+${PYSITELIB}/pyformlang/cfg/tests/test_recursive_decent_parser.py
+${PYSITELIB}/pyformlang/cfg/tests/test_recursive_decent_parser.pyc
+${PYSITELIB}/pyformlang/cfg/tests/test_recursive_decent_parser.pyo
+${PYSITELIB}/pyformlang/cfg/tests/test_terminal.py
+${PYSITELIB}/pyformlang/cfg/tests/test_terminal.pyc
+${PYSITELIB}/pyformlang/cfg/tests/test_terminal.pyo
+${PYSITELIB}/pyformlang/cfg/tests/test_variable.py
+${PYSITELIB}/pyformlang/cfg/tests/test_variable.pyc
+${PYSITELIB}/pyformlang/cfg/tests/test_variable.pyo
+${PYSITELIB}/pyformlang/cfg/utils.py
+${PYSITELIB}/pyformlang/cfg/utils.pyc
+${PYSITELIB}/pyformlang/cfg/utils.pyo
+${PYSITELIB}/pyformlang/cfg/utils_cfg.py
+${PYSITELIB}/pyformlang/cfg/utils_cfg.pyc
+${PYSITELIB}/pyformlang/cfg/utils_cfg.pyo
+${PYSITELIB}/pyformlang/cfg/variable.py
+${PYSITELIB}/pyformlang/cfg/variable.pyc
+${PYSITELIB}/pyformlang/cfg/variable.pyo
+${PYSITELIB}/pyformlang/fcfg/__init__.py
+${PYSITELIB}/pyformlang/fcfg/__init__.pyc
+${PYSITELIB}/pyformlang/fcfg/__init__.pyo
+${PYSITELIB}/pyformlang/fcfg/fcfg.py
+${PYSITELIB}/pyformlang/fcfg/fcfg.pyc
+${PYSITELIB}/pyformlang/fcfg/fcfg.pyo
+${PYSITELIB}/pyformlang/fcfg/feature_production.py
+${PYSITELIB}/pyformlang/fcfg/feature_production.pyc
+${PYSITELIB}/pyformlang/fcfg/feature_production.pyo
+${PYSITELIB}/pyformlang/fcfg/feature_structure.py
+${PYSITELIB}/pyformlang/fcfg/feature_structure.pyc
+${PYSITELIB}/pyformlang/fcfg/feature_structure.pyo
+${PYSITELIB}/pyformlang/fcfg/state.py
+${PYSITELIB}/pyformlang/fcfg/state.pyc
+${PYSITELIB}/pyformlang/fcfg/state.pyo
+${PYSITELIB}/pyformlang/fcfg/tests/__init__.py
+${PYSITELIB}/pyformlang/fcfg/tests/__init__.pyc
+${PYSITELIB}/pyformlang/fcfg/tests/__init__.pyo
+${PYSITELIB}/pyformlang/fcfg/tests/test_fcfg.py
+${PYSITELIB}/pyformlang/fcfg/tests/test_fcfg.pyc
+${PYSITELIB}/pyformlang/fcfg/tests/test_fcfg.pyo
+${PYSITELIB}/pyformlang/fcfg/tests/test_feature_structure.py
+${PYSITELIB}/pyformlang/fcfg/tests/test_feature_structure.pyc
+${PYSITELIB}/pyformlang/fcfg/tests/test_feature_structure.pyo
+${PYSITELIB}/pyformlang/finite_automaton/__init__.py
+${PYSITELIB}/pyformlang/finite_automaton/__init__.pyc
+${PYSITELIB}/pyformlang/finite_automaton/__init__.pyo
+${PYSITELIB}/pyformlang/finite_automaton/deterministic_finite_automaton.py
+${PYSITELIB}/pyformlang/finite_automaton/deterministic_finite_automaton.pyc
+${PYSITELIB}/pyformlang/finite_automaton/deterministic_finite_automaton.pyo
+${PYSITELIB}/pyformlang/finite_automaton/doubly_linked_list.py
+${PYSITELIB}/pyformlang/finite_automaton/doubly_linked_list.pyc
+${PYSITELIB}/pyformlang/finite_automaton/doubly_linked_list.pyo
+${PYSITELIB}/pyformlang/finite_automaton/doubly_linked_node.py
+${PYSITELIB}/pyformlang/finite_automaton/doubly_linked_node.pyc
+${PYSITELIB}/pyformlang/finite_automaton/doubly_linked_node.pyo
+${PYSITELIB}/pyformlang/finite_automaton/epsilon.py
+${PYSITELIB}/pyformlang/finite_automaton/epsilon.pyc
+${PYSITELIB}/pyformlang/finite_automaton/epsilon.pyo
+${PYSITELIB}/pyformlang/finite_automaton/epsilon_nfa.py
+${PYSITELIB}/pyformlang/finite_automaton/epsilon_nfa.pyc
+${PYSITELIB}/pyformlang/finite_automaton/epsilon_nfa.pyo
+${PYSITELIB}/pyformlang/finite_automaton/finite_automaton.py
+${PYSITELIB}/pyformlang/finite_automaton/finite_automaton.pyc
+${PYSITELIB}/pyformlang/finite_automaton/finite_automaton.pyo
+${PYSITELIB}/pyformlang/finite_automaton/finite_automaton_object.py
+${PYSITELIB}/pyformlang/finite_automaton/finite_automaton_object.pyc
+${PYSITELIB}/pyformlang/finite_automaton/finite_automaton_object.pyo
+${PYSITELIB}/pyformlang/finite_automaton/hopcroft_processing_list.py
+${PYSITELIB}/pyformlang/finite_automaton/hopcroft_processing_list.pyc
+${PYSITELIB}/pyformlang/finite_automaton/hopcroft_processing_list.pyo
+${PYSITELIB}/pyformlang/finite_automaton/nondeterministic_finite_automaton.py
+${PYSITELIB}/pyformlang/finite_automaton/nondeterministic_finite_automaton.pyc
+${PYSITELIB}/pyformlang/finite_automaton/nondeterministic_finite_automaton.pyo
+${PYSITELIB}/pyformlang/finite_automaton/nondeterministic_transition_function.py
+${PYSITELIB}/pyformlang/finite_automaton/nondeterministic_transition_function.pyc
+${PYSITELIB}/pyformlang/finite_automaton/nondeterministic_transition_function.pyo
+${PYSITELIB}/pyformlang/finite_automaton/partition.py
+${PYSITELIB}/pyformlang/finite_automaton/partition.pyc
+${PYSITELIB}/pyformlang/finite_automaton/partition.pyo
+${PYSITELIB}/pyformlang/finite_automaton/regexable.py
+${PYSITELIB}/pyformlang/finite_automaton/regexable.pyc
+${PYSITELIB}/pyformlang/finite_automaton/regexable.pyo
+${PYSITELIB}/pyformlang/finite_automaton/state.py
+${PYSITELIB}/pyformlang/finite_automaton/state.pyc
+${PYSITELIB}/pyformlang/finite_automaton/state.pyo
+${PYSITELIB}/pyformlang/finite_automaton/symbol.py
+${PYSITELIB}/pyformlang/finite_automaton/symbol.pyc
+${PYSITELIB}/pyformlang/finite_automaton/symbol.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/__init__.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/__init__.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/__init__.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_deterministic_finite_automaton.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_deterministic_finite_automaton.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_deterministic_finite_automaton.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_epsilon.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_epsilon.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_epsilon.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_epsilon_nfa.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_epsilon_nfa.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_epsilon_nfa.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_nondeterministic_finite_automaton.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_nondeterministic_finite_automaton.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_nondeterministic_finite_automaton.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_nondeterministic_transition_function.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_nondeterministic_transition_function.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_nondeterministic_transition_function.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_state.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_state.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_state.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_symbol.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_symbol.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_symbol.pyo
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_transition_function.py
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_transition_function.pyc
+${PYSITELIB}/pyformlang/finite_automaton/tests/test_transition_function.pyo
+${PYSITELIB}/pyformlang/finite_automaton/transition_function.py
+${PYSITELIB}/pyformlang/finite_automaton/transition_function.pyc
+${PYSITELIB}/pyformlang/finite_automaton/transition_function.pyo
+${PYSITELIB}/pyformlang/fst/__init__.py
+${PYSITELIB}/pyformlang/fst/__init__.pyc
+${PYSITELIB}/pyformlang/fst/__init__.pyo
+${PYSITELIB}/pyformlang/fst/fst.py
+${PYSITELIB}/pyformlang/fst/fst.pyc
+${PYSITELIB}/pyformlang/fst/fst.pyo
+${PYSITELIB}/pyformlang/fst/tests/__init__.py
+${PYSITELIB}/pyformlang/fst/tests/__init__.pyc
+${PYSITELIB}/pyformlang/fst/tests/__init__.pyo
+${PYSITELIB}/pyformlang/fst/tests/test_fst.py
+${PYSITELIB}/pyformlang/fst/tests/test_fst.pyc
+${PYSITELIB}/pyformlang/fst/tests/test_fst.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/__init__.py
+${PYSITELIB}/pyformlang/indexed_grammar/__init__.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/__init__.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/consumption_rule.py
+${PYSITELIB}/pyformlang/indexed_grammar/consumption_rule.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/consumption_rule.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/duplication_rule.py
+${PYSITELIB}/pyformlang/indexed_grammar/duplication_rule.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/duplication_rule.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/end_rule.py
+${PYSITELIB}/pyformlang/indexed_grammar/end_rule.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/end_rule.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/indexed_grammar.py
+${PYSITELIB}/pyformlang/indexed_grammar/indexed_grammar.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/indexed_grammar.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/production_rule.py
+${PYSITELIB}/pyformlang/indexed_grammar/production_rule.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/production_rule.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/reduced_rule.py
+${PYSITELIB}/pyformlang/indexed_grammar/reduced_rule.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/reduced_rule.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/rule_ordering.py
+${PYSITELIB}/pyformlang/indexed_grammar/rule_ordering.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/rule_ordering.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/rules.py
+${PYSITELIB}/pyformlang/indexed_grammar/rules.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/rules.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/tests/__init__.py
+${PYSITELIB}/pyformlang/indexed_grammar/tests/__init__.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/tests/__init__.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/tests/test_indexed_grammar.py
+${PYSITELIB}/pyformlang/indexed_grammar/tests/test_indexed_grammar.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/tests/test_indexed_grammar.pyo
+${PYSITELIB}/pyformlang/indexed_grammar/tests/test_rules.py
+${PYSITELIB}/pyformlang/indexed_grammar/tests/test_rules.pyc
+${PYSITELIB}/pyformlang/indexed_grammar/tests/test_rules.pyo
+${PYSITELIB}/pyformlang/pda/__init__.py
+${PYSITELIB}/pyformlang/pda/__init__.pyc
+${PYSITELIB}/pyformlang/pda/__init__.pyo
+${PYSITELIB}/pyformlang/pda/cfg_variable_converter.py
+${PYSITELIB}/pyformlang/pda/cfg_variable_converter.pyc
+${PYSITELIB}/pyformlang/pda/cfg_variable_converter.pyo
+${PYSITELIB}/pyformlang/pda/epsilon.py
+${PYSITELIB}/pyformlang/pda/epsilon.pyc
+${PYSITELIB}/pyformlang/pda/epsilon.pyo
+${PYSITELIB}/pyformlang/pda/pda.py
+${PYSITELIB}/pyformlang/pda/pda.pyc
+${PYSITELIB}/pyformlang/pda/pda.pyo
+${PYSITELIB}/pyformlang/pda/stack_symbol.py
+${PYSITELIB}/pyformlang/pda/stack_symbol.pyc
+${PYSITELIB}/pyformlang/pda/stack_symbol.pyo
+${PYSITELIB}/pyformlang/pda/state.py
+${PYSITELIB}/pyformlang/pda/state.pyc
+${PYSITELIB}/pyformlang/pda/state.pyo
+${PYSITELIB}/pyformlang/pda/symbol.py
+${PYSITELIB}/pyformlang/pda/symbol.pyc
+${PYSITELIB}/pyformlang/pda/symbol.pyo
+${PYSITELIB}/pyformlang/pda/tests/__init__.py
+${PYSITELIB}/pyformlang/pda/tests/__init__.pyc
+${PYSITELIB}/pyformlang/pda/tests/__init__.pyo
+${PYSITELIB}/pyformlang/pda/tests/test_pda.py
+${PYSITELIB}/pyformlang/pda/tests/test_pda.pyc
+${PYSITELIB}/pyformlang/pda/tests/test_pda.pyo
+${PYSITELIB}/pyformlang/pda/transition_function.py
+${PYSITELIB}/pyformlang/pda/transition_function.pyc
+${PYSITELIB}/pyformlang/pda/transition_function.pyo
+${PYSITELIB}/pyformlang/pda/utils.py
+${PYSITELIB}/pyformlang/pda/utils.pyc
+${PYSITELIB}/pyformlang/pda/utils.pyo
+${PYSITELIB}/pyformlang/regular_expression/__init__.py
+${PYSITELIB}/pyformlang/regular_expression/__init__.pyc
+${PYSITELIB}/pyformlang/regular_expression/__init__.pyo
+${PYSITELIB}/pyformlang/regular_expression/python_regex.py
+${PYSITELIB}/pyformlang/regular_expression/python_regex.pyc
+${PYSITELIB}/pyformlang/regular_expression/python_regex.pyo
+${PYSITELIB}/pyformlang/regular_expression/regex.py
+${PYSITELIB}/pyformlang/regular_expression/regex.pyc
+${PYSITELIB}/pyformlang/regular_expression/regex.pyo
+${PYSITELIB}/pyformlang/regular_expression/regex_objects.py
+${PYSITELIB}/pyformlang/regular_expression/regex_objects.pyc
+${PYSITELIB}/pyformlang/regular_expression/regex_objects.pyo
+${PYSITELIB}/pyformlang/regular_expression/regex_reader.py
+${PYSITELIB}/pyformlang/regular_expression/regex_reader.pyc
+${PYSITELIB}/pyformlang/regular_expression/regex_reader.pyo
+${PYSITELIB}/pyformlang/regular_expression/tests/__init__.py
+${PYSITELIB}/pyformlang/regular_expression/tests/__init__.pyc
+${PYSITELIB}/pyformlang/regular_expression/tests/__init__.pyo
+${PYSITELIB}/pyformlang/regular_expression/tests/test_python_regex.py
+${PYSITELIB}/pyformlang/regular_expression/tests/test_python_regex.pyc
+${PYSITELIB}/pyformlang/regular_expression/tests/test_python_regex.pyo
+${PYSITELIB}/pyformlang/regular_expression/tests/test_regex.py
+${PYSITELIB}/pyformlang/regular_expression/tests/test_regex.pyc
+${PYSITELIB}/pyformlang/regular_expression/tests/test_regex.pyo
+${PYSITELIB}/pyformlang/rsa/__init__.py
+${PYSITELIB}/pyformlang/rsa/__init__.pyc
+${PYSITELIB}/pyformlang/rsa/__init__.pyo
+${PYSITELIB}/pyformlang/rsa/box.py
+${PYSITELIB}/pyformlang/rsa/box.pyc
+${PYSITELIB}/pyformlang/rsa/box.pyo
+${PYSITELIB}/pyformlang/rsa/recursive_automaton.py
+${PYSITELIB}/pyformlang/rsa/recursive_automaton.pyc
+${PYSITELIB}/pyformlang/rsa/recursive_automaton.pyo
+${PYSITELIB}/pyformlang/rsa/tests/__init__.py
+${PYSITELIB}/pyformlang/rsa/tests/__init__.pyc
+${PYSITELIB}/pyformlang/rsa/tests/__init__.pyo
+${PYSITELIB}/pyformlang/rsa/tests/test_rsa.py
+${PYSITELIB}/pyformlang/rsa/tests/test_rsa.pyc
+${PYSITELIB}/pyformlang/rsa/tests/test_rsa.pyo
+${PYSITELIB}/pyformlang/tests/__init__.py
+${PYSITELIB}/pyformlang/tests/__init__.pyc
+${PYSITELIB}/pyformlang/tests/__init__.pyo
Index: pkgsrc/lang/py-pyformlang/distinfo
diff -u /dev/null pkgsrc/lang/py-pyformlang/distinfo:1.1
--- /dev/null   Wed Feb  7 08:58:06 2024
+++ pkgsrc/lang/py-pyformlang/distinfo  Wed Feb  7 08:58:06 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/02/07 08:58:06 adam Exp $
+
+BLAKE2s (pyformlang-1.0.6.tar.gz) = 9d2bd42f91897dc978bace94eed2fb306d2e2e18b1d1aaadff6ae13cb93e5462
+SHA512 (pyformlang-1.0.6.tar.gz) = 6e74fcd541743d7b833e35b25118c4a6c6721372b40fadd06873c64af3d2cd346f595086e8c4203678b3c6894df56426cf04a07a77a171a789056ae2c79ecaa7
+Size (pyformlang-1.0.6.tar.gz) = 94143 bytes



Home | Main Index | Thread Index | Old Index