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

See Also:
koobs: maintainer-feedback+


Attachments
devel/py-jupyter_core: Enable concurrent installs (610 bytes, text/plain)
2018-01-29 00:40 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: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