freebsd-ports/devel/py-synr/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
374 B
Text

Synr is a library that provides a stable Abstract Syntax Tree for Python.
Features:
* The Synr AST does not change between Python versions.
* Every AST node contains line and column information.
* There is a single AST node for assignments (compared to three in Python's ast
module).
* Support for returning multiple errors at once.
* Support for custom error reporting.