pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Python 3.x, .py[co] files and print-PLIST not ordered (was: CVS commit: pkgsrc/devel/py-ruamel-yaml)



Hello Greg,

Greg Troxel writes:
> [...]
> Log Message:
> devel/py-ruamel-yaml: Sort PLIST
>
> No functional change; PLIST was not sorted per print-PLIST, making
> updates difficult.
> [...]

Unfortunately I think that print-PLIST when using Python 3.x doesn't
"sort" the PLIST, i.e. the several entries aren't properly ordered as
usual and `pkglint -Wall' probably warns about that too (the root
problem is that Python 3.x bytecode and corresponding PRINT_PLIST_AWK
make them not ordered as espected).

I would keep the PLIST ordered (as pkglint) to ease reading possible
diffs (and AFAIT that's what most Python packages are currently
doing).



Home | Main Index | Thread Index | Old Index