Details
Details
- Reviewers
vishwin mandree diizzy - Group Reviewers
Python - Commits
- R11:7085414bb689: devel/py-pyyaml: Convert build to use PEP 517
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 75595 Build 72478: arc lint + arc unit
Event Timeline
| devel/py-pyyaml/Makefile | ||
|---|---|---|
| 42 | Under no circumstances is this to be overridden. The framework does not even have this ability and one will never be added. When setuptools is updated past 70.1, ie D46236, it will be normalised to all lowercase anyway. For now, patch setup.py. | |
| 44 | This whole block is excessive. | |
| devel/py-pyyaml/Makefile | ||
|---|---|---|
| 26 | Why is this block here under options/conditional processing instead of the regular location, and +=? | |
| devel/py-pyyaml/Makefile | ||
|---|---|---|
| 26 | Not 100% sure whether python.mk presets it. If safe to assign only, I am fine. | |
| devel/py-pyyaml/Makefile | ||
|---|---|---|
| 26 | Never preset. The build backend that will be used must always be explicitly declared in BUILD_DEPENDS under USE_PYTHON=pep517. This block is still in the wrong location, especially when unconditional. | |