pypa / packaging-problems

An issue tracker for the problems in packaging
140 stars 33 forks source link

Metadata violates standard and misses expectations #490

Open jaraco opened 3 years ago

jaraco commented 3 years ago

In https://github.com/pypa/setuptools/issues/1390#issuecomment-762410744, I learned a few things:

Here's what I propose:

@pfmoore What do you think of the proposal? Would you expect a PEP for this proposal?

KOLANICH commented 3 years ago

Drop the | value and update the spec to honor the 8-space format.

distlib will be required to be fixed.

pfmoore commented 3 years ago

See here for a discussion on the matter. Your proposal sounds reasonable, but you should co-ordinate with the people in that discussion.

As this is a change that would affect software interoperability, it should technically require a PEP according to the documented process. I would not expect such a PEP to be large, or controversial, assuming there were no substantial objections during the discussion.

Personally, I think that having a PEP for every change like this might be too much, but that's a PyPA governance discussion, so rather than making a unilateral decision, I'll raise that on the Packaging discourse (Edit: Opened a discussion here).