[Bug 225532] devel/py-coverage: Allow concurrent installation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 29 13:04:14 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225532
Bug ID: 225532
Summary: devel/py-coverage: Allow concurrent installation
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: lwhsu at FreeBSD.org
Reporter: jhale at FreeBSD.org
Assignee: lwhsu at FreeBSD.org
Flags: maintainer-feedback?(lwhsu at FreeBSD.org)
Created attachment 190156
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190156&action=edit
Allow concurrent installation of devel/py-coverage
Currently, it is not possible to install multiple Python flavors of this port
as there is a conflict with the installed files. Namely,
${PREFIX}/bin/coverage. The port also installs the same script versioned as,
for example, ${PREFIX}/bin/coverage2 and ${PREFIX}/bin/coverage-2.7
The attached diff removes the conflict by only installing the unversioned
script and letting USE_PYTHON=concurrent handle the renaming and linking of the
versioned scripts.
PORTREVISION is bumped since installed files will change.
Tests done:
- portlint -Cg: looks fine.
- poudriere: 11.1-RELEASE amd64: PASS
- Unit testing done on audio/py-aubio via devel/py-nose2: PASS
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list