Summary: | [exp-run] Normalize paths for python's autoplist feature | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Marcus von Appen <mva> |
Component: | Ports Framework | Assignee: | Marcus von Appen <mva> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | portmgr |
Priority: | --- | Flags: | mva:
exp-run?
|
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Marcus von Appen
2014-09-24 09:06:58 UTC
Over to portmgr@ Take Exp-run results: http://package18.nyi.freebsd.org/build.html?mastername=91amd64-default-D812&build=2014-09-24_23h57m47s 0 new failure when comparing with baseline A commit references this bug: Author: mva Date: Thu Sep 25 21:01:57 UTC 2014 New revision: 369296 URL: http://svnweb.freebsd.org/changeset/ports/369296 Log: - Resolve relative paths, such as path/./file.py or path/../file.py for USE_PYTHON=autoplist, which can occur, if relative paths are set in a setup.py script. Those cause pkg and QA sanity checks to misbehave. - Remove @dirrm and @dirmmtry additions for USE_PYTHON=autoplist, USE_PYTHON=py3kplist and egg-info entries, if USES=python is set. pkg 1.3.8 does not need those anymore. - Add ${PYTHON_VER} to the PLIST_SUB defaults, if USES=python is set. PR: 193885 Differential Revision: D812 Reviewed by: antoine@ Exp-run by: antoine@ With hat: python@ Changes: head/Mk/Uses/python.mk |