Bug 225493 - devel/ipython: Enable concurrent installs
Summary: devel/ipython: Enable concurrent installs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks: 225518
  Show dependency treegraph
 
Reported: 2018-01-27 17:46 UTC by John W. O'Brien
Modified: 2019-04-20 11:52 UTC (History)
1 user (show)

See Also:
koobs: maintainer-feedback+


Attachments
devel/ipython: Enable concurrent installs (653 bytes, text/plain)
2018-01-27 17:46 UTC, John W. O'Brien
no flags Details
devel/ipython: Enable concurrent installs (636 bytes, patch)
2018-02-04 17:34 UTC, John W. O'Brien
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2018-01-27 17:46:07 UTC
Created attachment 190118 [details]
devel/ipython: Enable concurrent installs

devel/ipython installs the following CLI scripts to ${PREFIX}/bin.

    iptest
    iptest${PYTHON_MAJOR_VER}
    ipython
    ipython${PYTHON_MAJOR_VER}

The attached patch enables "concurrent" and bumps PORTREVISION due to the new,
version-qualified scripts installed under the default build.

QA
==

portlint: OK
poudriere: OK -- testport on 10.4-RELEASE-p3 on amd64 w/py27 (default), py34, py35, py36
Comment 1 John W. O'Brien 2018-02-04 17:34:15 UTC
Created attachment 190319 [details]
devel/ipython: Enable concurrent installs

Trivial refresh to rebase the patch after ports r460899.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-02-20 09:26:21 UTC
A commit references this bug:

Author: koobs
Date: Tue Feb 20 09:26:02 UTC 2018
New revision: 462384
URL: https://svnweb.freebsd.org/changeset/ports/462384

Log:
  devel/ipython: Enable concurrent installation

  PR:		225493
  Submitted by:	John W. O'Brien <john saltant com>
  Approved by:	python (koobs, maintainer)

Changes:
  head/devel/ipython/Makefile
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-02-20 09:29:14 UTC
Comment on attachment 190319 [details]
devel/ipython: Enable concurrent installs

Approved by:	python (koobs, maintainer)
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2018-02-20 09:30:16 UTC
Committed, thank you John