Page MenuHomeFreeBSD

devel/py-pyyaml: Convert build to use PEP 517
Needs ReviewPublic

Authored by michaelo on Fri, Aug 14, 10:09 PM.

Details

Reviewers
vishwin
mandree
diizzy
Group Reviewers
Python

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 75605
Build 72488: arc lint + arc unit

Event Timeline

michaelo created this revision.
vishwin added inline comments.
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.

This revision now requires changes to proceed.Fri, Aug 14, 10:36 PM

Address comments and lowercase wheel name in setup.py

Changes applied.