Bug 225516

Summary: devel/py-jupyter_core: Enable concurrent installs
Product: Ports & Packages Reporter: John W. O'Brien <john>
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Only Me CC: python
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 225515, 225517, 225518    
Attachments:
Description Flags
devel/py-jupyter_core: Enable concurrent installs none

Description John W. O'Brien 2018-01-29 00:40:13 UTC
Created attachment 190142 [details]
devel/py-jupyter_core: Enable concurrent installs

devel/py-jupyter_core installs the following CLI scripts to ${PREFIX}/bin.

        jupyter
        jupyter-migrate
        jupyter-troubleshoot

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 commit-hook freebsd_committer freebsd_triage 2018-02-20 09:23:11 UTC
A commit references this bug:

Author: koobs
Date: Tue Feb 20 09:22:28 UTC 2018
New revision: 462381
URL: https://svnweb.freebsd.org/changeset/ports/462381

Log:
  devel/py-jupyter_core: Enable concurrent installation

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

Changes:
  head/devel/py-jupyter_core/Makefile
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2018-02-20 09:29:58 UTC
Committed, thank you John