HomeFreeBSD

python.mk: use script to process RECORD for the first pass

Description

python.mk: use script to process RECORD for the first pass

RECORD is a CSV file [0] containing more data than our plist format
accepts. The original processing method used sed(1) exclusively,
but paths containing quotes, spaces and commas throw it off. Process
the CSV properly instead for the first pass.

References: https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-record-file [0]

Details

Provenance
vishwinAuthored on Mar 9 2023, 3:33 AM
Parents
R11:1e9c9994ae53: Tools/scripts: add strip_RECORD.py
Branches
Unknown
Tags
Unknown