Search Criteria
Package Details: beanquery 0.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/beanquery.git (read-only, click to copy) |
|---|---|
| Package Base: | beanquery |
| Description: | A customizable light-weight SQL query tool that works on tabular data, including Beancount |
| Upstream URL: | https://github.com/beancount/beanquery |
| Licenses: | GPL |
| Submitter: | wzyboy |
| Maintainer: | wzyboy |
| Last Packager: | wzyboy |
| Votes: | 2 |
| Popularity: | 0.000093 |
| First Submitted: | 2024-12-30 02:41 (UTC) |
| Last Updated: | 2025-04-13 10:33 (UTC) |
Dependencies (8)
- beancountAUR (beancount-gitAUR)
- python
- python-click
- python-tatsu-ltsAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
ngoonee commented on 2025-01-26 22:46 (UTC)
Based on https://github.com/beancount/beanquery/issues/226 it seems master depends on tatsu-LTS so that may fix it eventually?
wzyboy commented on 2025-01-19 00:42 (UTC)
It's unfortunate that the dependency of python-tatsu keeps breaking. Before upstream fixes this, I would suggest using
pipx install beanqueryas a workaround.ngoonee commented on 2025-01-18 13:06 (UTC)
Doesn't seem to work with python-tatsu 5.13.1 (it didn't work with python-tatsu 5.7.3 either, but bumping to 5.7.4 worked). Not sure if a separate package for that makes sense.
wzyboy commented on 2024-12-31 23:43 (UTC)
I filed a bug report for the
python-pipenvpackage: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv/-/issues/1Mayrixon commented on 2024-12-31 01:31 (UTC)
@wzyboy thanks for your fast reply! The issue has been solved now.
I will fill the bug report for the
python-pipenvpackage.wzyboy commented on 2024-12-31 01:26 (UTC) (edited on 2024-12-31 01:27 (UTC) by wzyboy)
@Mayrixon thanks for reporting this. These are indeed conflicting files. Neither of the two packages should have these files. I have removed these conflicting files from beanquery package.
Would you mind also filing a bug report for the python-pipenv package? It puts "docs" and "examples" directories in the site-packages directory which it should not.
Mayrixon commented on 2024-12-31 00:43 (UTC)
I am getting an error that the following three files are existing and owned by
python-pipenv, which are/usr/lib/python3.13/site-packages/docs/__pycache__/conf.cpython-313.opt-1.pyc,/usr/lib/python3.13/site-packages/docs/__pycache__/conf.cpython-313.pyc, and/usr/lib/python3.13/site-packages/docs/conf.py.I tried removing
python-pipenvand installedbeanquerysuccessfully. However, the installation ofpython-pipenvwas also blocked by the similar reasons, that the three files mentioned above were owned bybeanquery.The package
python-pipenvis in the official extra repo and I did not meet this issue before, hence I think the problem may occur in this repo. Would you like to have a look of this problem?wzyboy commented on 2024-12-30 11:48 (UTC)
@xuhcc Thanks! I can confirm that python-tatsu 5.7.4 works without errors. Let's wait for the maintainer of python-tatsu to bump the package.
xuhcc commented on 2024-12-30 11:32 (UTC)
I'm getting an error:
tatsu.exceptions.FailedRef: (1:1) could not resolve reference to rule 'start'This is probably because beanquery requires python-tatsu 5.7.4 when AUR only has 5.7.3
https://github.com/beancount/beanquery/blob/51ad2619acf787845b149b6330defb99ee33366b/requirements.txt#L4
« First ‹ Previous 1 2