Search Criteria
Package Details: python-tatsu-lts 5.13.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-tatsu-lts.git (read-only, click to copy) |
|---|---|
| Package Base: | python-tatsu-lts |
| Description: | TatSu-LTS is a friendly fork of TatSu that guarantees compatibility with all supported versions of Python. |
| Upstream URL: | https://github.com/dnicolodi/TatSu-LTS |
| Licenses: | BSD |
| Conflicts: | python-tatsu |
| Submitter: | wzyboy |
| Maintainer: | wzyboy |
| Last Packager: | wzyboy |
| Votes: | 1 |
| Popularity: | 0.003565 |
| First Submitted: | 2025-01-27 00:03 (UTC) |
| Last Updated: | 2025-01-27 00:03 (UTC) |
Dependencies (7)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-colorama (python-colorama-gitAUR) (optional)
- python-rich (optional)
Latest Comments
wzyboy commented on 2025-01-27 01:51 (UTC)
@AlphaJack Hi, I don't believe that tatsu-lts provides tatsu because tatsu-lts is forked by the maintainer of beanquery to provide compatibility as the original tatsu project keeps changing. Therefore, tatsu-lts is not a drop-in replacement of tatsu.
I updated the beanquery to depend on tatsu-lts but unfortunately it's broken right now as beanquery 0.1.0 is incompatible with tatsu-lts. Let's wait for the release of beanquery 0.2.0 which will solve this dependency hell...
As a side note, I suggest using
pipx install beanqueryas a temporary workaround.AlphaJack commented on 2025-01-27 01:44 (UTC) (edited on 2025-01-27 01:49 (UTC) by AlphaJack)
Hi, can you add
provides=("python-tatsu")to the PKGBUILD and replace_name="tatsu"with_name="tatsu_lts"?