Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 13:04:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225532] devel/py-coverage: Allow concurrent installation
Message-ID:  <bug-225532-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225532

            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@FreeBSD.org
          Reporter: jhale@FreeBSD.org
          Assignee: lwhsu@FreeBSD.org
             Flags: maintainer-feedback?(lwhsu@FreeBSD.org)

Created attachment 190156
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190156&action=
=3Dedit
Allow concurrent installation of devel/py-coverage

Currently, it is not possible to install multiple Python flavors of this po=
rt
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=3Dconcurrent 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225532-13>