Bug 225517

Summary: devel/py-nbconvert: 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: john, python
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 225515, 225516    
Bug Blocks:    
Attachments:
Description Flags
devel/py-nbconvert: Enable concurrent installs none

Description John W. O'Brien 2018-01-29 00:58:47 UTC
Created attachment 190143 [details]
devel/py-nbconvert: Enable concurrent installs

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

    jupyter-nbconvert

The attached patch enables "concurrent" and bumps PORTREVISION due to the new,
version-qualified script 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-01-29 01:00:27 UTC
This patch can be committed but won't be useful until the patched in bug 225515 and bug 225516 are committed because devel/py-nbconvert depends upon devel/py-jupyter_core and devel/py-nbformat.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-02-20 09:25:18 UTC
A commit references this bug:

Author: koobs
Date: Tue Feb 20 09:24:47 UTC 2018
New revision: 462383
URL: https://svnweb.freebsd.org/changeset/ports/462383

Log:
  devel/py-nbconvert: Enable concurrent installation

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

Changes:
  head/devel/py-nbconvert/Makefile
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-02-20 09:30:10 UTC
Committed, thank you John