Add project name to pyproject.toml#271
Closed
MitchellAugustin wants to merge 1 commit intoc0fec0de:mainfrom
Closed
Add project name to pyproject.toml#271MitchellAugustin wants to merge 1 commit intoc0fec0de:mainfrom
MitchellAugustin wants to merge 1 commit intoc0fec0de:mainfrom
Conversation
Newer versions of poetry require project.name
Owner
|
Fixed by #272 Please apologize the delayed response. |
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this pull request
May 10, 2025
https://github.com/c0fec0de/anytree/releases/tag/2.13.0 Includes fix for build error: ``` Traceback (most recent call last): File "/usr/bin/gpep517", line 6, in <module> sys.exit(main()) ^^^^^^ File "/usr/lib/python3.12/site-packages/gpep517/__main__.py", line 238, in main return func(args) ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/gpep517/__main__.py", line 45, in build_wheel print(build_wheel_impl(args, args.wheel_dir), file=out) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/gpep517/build.py", line 180, in build_wheel_impl wheel_name = backend.build_wheel(str(wheel_dir), args.config_json) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/poetry/core/masonry/api.py", line 55, in build_wheel poetry = Factory().create_poetry(Path().resolve(), with_groups=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/poetry/core/factory.py", line 59, in create_poetry raise RuntimeError("The Poetry configuration is invalid:\n" + message) RuntimeError: The Poetry configuration is invalid: - project must contain ['name'] properties ``` Upstream PR: c0fec0de/anytree#271
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Newer versions of poetry require project.name