Bug 225515 - devel/py-nbformat: Enable concurrent installs
Summary: devel/py-nbformat: 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: 225514 225516
Blocks: 225517
  Show dependency treegraph
 
Reported: 2018-01-29 00:30 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-nbformat: Enable concurrent installs (571 bytes, patch)
2018-01-29 00:37 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-29 00:30:53 UTC
devel/py-nbformat installs the following CLI scripts to ${PREFIX}/bin.

    jupyter-trust

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 00:32:01 UTC
This patch can be committed but won't be useful until the patch in bug 225514 is committed because devel/py-nbformat depends upon devel/py-jsonschema.
Comment 2 John W. O'Brien 2018-01-29 00:37:14 UTC
Created attachment 190141 [details]
devel/py-nbformat: Enable concurrent installs
Comment 3 John W. O'Brien 2018-01-29 00:43:44 UTC
This patch can be committed but won't be useful until the patch in bug 225516 is committed because devel/py-nbformat depends upon devel/py-jupyter_core.
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-02-20 09:24:15 UTC
A commit references this bug:

Author: koobs
Date: Tue Feb 20 09:23:51 UTC 2018
New revision: 462382
URL: https://svnweb.freebsd.org/changeset/ports/462382

Log:
  devel/py-nbformat: Enable concurrent installation

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

Changes:
  head/devel/py-nbformat/Makefile
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2018-02-20 09:29:32 UTC
Comment on attachment 190141 [details]
devel/py-nbformat: Enable concurrent installs

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