Bug 225517 - devel/py-nbconvert: Enable concurrent installs
Summary: devel/py-nbconvert: 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: 225515 225516
Blocks:
  Show dependency treegraph
 
Reported: 2018-01-29 00:58 UTC by John W. O'Brien
Modified: 2018-02-20 09:30 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
devel/py-nbconvert: Enable concurrent installs (590 bytes, text/plain)
2018-01-29 00:58 UTC, John W. O'Brien
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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