Search Criteria
Package Details: frappe-bench 5.23.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/frappe-bench.git (read-only, click to copy) |
---|---|
Package Base: | frappe-bench |
Description: | CLI to manage multi-tenant deployments for Frappe apps. |
Upstream URL: | https://github.com/frappe/bench |
Licenses: | GPL-3.0-or-later |
Provides: | bench |
Submitter: | ssiyad |
Maintainer: | Spixmaster |
Last Packager: | Spixmaster |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-28 21:19 (UTC) |
Last Updated: | 2024-11-28 15:13 (UTC) |
Dependencies (23)
- cronie (cronie-selinuxAUR)
- git (git-gitAUR, git-glAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-gitpython
- python-jinja
- python-pip
- python-python-crontabAUR
- python-requests
- python-semantic-version
- python-setuptools
- python-tomli
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- ruby-foremanAUR
- supervisor
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- Show 3 more dependencies...
Latest Comments
celebrimbor commented on 2024-03-25 13:42 (UTC)
@Spixmaster Well, downgrading python-hatchling version to 1.21.0 worked, editing the .toml file didn't. Much thanks.
Spixmaster commented on 2024-03-24 10:59 (UTC) (edited on 2024-03-24 10:59 (UTC) by Spixmaster)
@celebrimbor The current version of
python-hatchling
in the Arch Linux repositories is1.21.1
. I doubt that that single patch breaks the dependent programme. You do not need to installv1.6.0
. The best options I see are either installingpython-hatchling
v1.21.0
or editing the file line inpyproject.toml
.Unfortunately, this requires manual intervention. This is not something a package can or should do.
That is a general issue with interpreted languages.
celebrimbor commented on 2024-03-24 10:47 (UTC)
Doesn't install. Throws error for python-hatchling.
ERROR Missing dependencies: hatchling<=1.21.0,>=1.6.0 ==> ERROR: A failure occurred in build().
Installing 1.6.0 version of python-hatchling from the archive and then installing is another burrow of issues.
ssiyad commented on 2023-06-22 10:46 (UTC)
Hey! I'm currently not in a situation to test this package. The PKGBUILD is managed via a GitHub repo though. So if you'd like to contribute, please do. If anybody want to adopt the package, I'm open for that as well.
Repo - https://github.com/ssiyad/pkgbuilds/
Spixmaster commented on 2023-06-20 15:28 (UTC)
An update is needed. The package "python-crontab" was renamed to "python-python-crontab".
yochananmarqos commented on 2023-03-03 22:39 (UTC)
Please depend on
python-python-crontab
instead ofpython-crontab
. See [PRQ#40465] Merge Request for python-crontabSpixmaster commented on 2023-03-03 12:30 (UTC)
The dependency "supervisor" is missing. It belongs in the "depends" array.