notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
Port details
py-sly Python implementation of the lex & yacc tools
0.5 lang on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5Version of this port present on the latest quarterly branch.
Maintainer: awoonyaa@gmail.com search for ports maintained by this maintainer
Port Added: 2024-08-17 20:45:39
Last Update: 2024-08-17 20:44:41
Commit Hash: 37457c2
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://pypi.org/project/sly/
Description:
SLY is a 100% Python implementation of the lex and yacc tools commonly used to write parsers and compilers. Parsing is based on the same LALR(1) algorithm used by many yacc tools. SLY provides very extensive error reporting and diagnostic information to assist in parser construction. The original implementation was developed for instructional purposes. As a result, the system tries to identify the most common types of errors made by novice users. SLY provides full support for empty productions, error recovery, precedence specifiers, and moderately ambiguous grammars. SLY uses various Python metaprogramming features to specify lexers and parsers. There are no generated files or extra steps involved.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sly>0:lang/py-sly@${PY_FLAVOR}
To install the port:
cd /usr/ports/lang/py-sly/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/py-sly
  • pkg install py311-sly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-sly listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-sly
Package flavors (<flavor>: <package>)
  • py311: py311-sly
distinfo:
TIMESTAMP = 1703100021 SHA256 (sly-0.5.tar.gz) = 251d42015e8507158aec2164f06035df4a82b0314ce6450f457d7125e7649024 SIZE (sly-0.5.tar.gz) = 66702

Packages (timestamps in pop-ups are UTC):
py311-sly
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.50.5-0.50.5---
FreeBSD:13:quarterly0.50.5-0.50.5---
FreeBSD:14:latest0.50.5-0.50.5---
FreeBSD:14:quarterly0.50.5-0.50.5---
FreeBSD:15:latest0.50.5n/a0.5n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. comms/py-spsdk

Configuration Options:
No options to configure
Options name:
lang_py-sly
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/sly/
  2. https://pypi.org/packages/source/s/sly/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5
17 Aug 2024 20:44:41
commit hash: 37457c216be0862266bdf50275f9a77f8201d824commit hash: 37457c216be0862266bdf50275f9a77f8201d824commit hash: 37457c216be0862266bdf50275f9a77f8201d824commit hash: 37457c216be0862266bdf50275f9a77f8201d824 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Shapovalov Alexey
lang/py-sly: Python implementation of the lex and yacc tools

Sponsored by:   Serenity Cybersecurity, LLC
Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>

Number of commits found: 1