Search Criteria
Package Details: python-poethepoet 0.32.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-poethepoet.git (read-only, click to copy) |
---|---|
Package Base: | python-poethepoet |
Description: | A task runner that works well with poetry |
Upstream URL: | https://github.com/nat-n/poethepoet |
Licenses: | MIT |
Submitter: | carlosal1015 |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.013625 |
First Submitted: | 2023-04-01 04:15 (UTC) |
Last Updated: | 2025-01-30 19:55 (UTC) |
Dependencies (7)
- python-pastel
- python-tomli
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- python-poetry (python-poetry-gitAUR) (optional)
Required by (1)
- python-copier (check)
Latest Comments
SpotlightKid commented on 2025-02-11 20:00 (UTC) (edited on 2025-02-11 20:02 (UTC) by SpotlightKid)
I would agree with the conclusion, but what do you mean by "this project"? Or did you mean to say "poetry < 2.0"?
thatch45 commented on 2025-02-11 19:37 (UTC)
Upstream is right to not want to comply here, they are compatible with poetry 2.0 and greater. I would argue that they should match a breaking change in the build process with a major release number but I don't think that is my call to make.
Until poetry is updated to 2.0 in the extra repo I would do one of these two things: 1. For now I would suggest either patching the pyproject.toml to include the tool.poetry section 2. Revert to a version that did not have a hard dep on poetry 2
I would suggest option 2, since this project has not been tested or build with the intention of using poetry 2.0
Thank you for your work! Keep it up!
fridge commented on 2025-02-02 15:26 (UTC)
I opened an issue in the upstream GitHub repository: https://github.com/nat-n/poethepoet/issues/275
irashid commented on 2025-02-02 09:45 (UTC) (edited on 2025-02-02 09:54 (UTC) by irashid)
i edited pyproject.toml and add section :
under the project section then save and update tar.gz file. then
solved the problem
SpotlightKid commented on 2025-01-31 13:42 (UTC)
Same here. Maybe upstream introduced an incompatibility with poetry < 2.0?
fridge commented on 2025-01-31 09:55 (UTC)
Version
0.32.2-1
does not build on my system. Could this be a common problem?bcb commented on 2024-10-09 09:44 (UTC)
python-poetry-core
needs to be a makedepends, it doesn't build without it.rid9 commented on 2023-09-14 17:03 (UTC)
Build is failing for 0.22.1-1 because the tarball root folder is back to not using
v
as version prefix