| Summary: | [PATCH] textproc/py-xlsxwriter: Enable concurrent installs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | John W. O'Brien <john> | ||||
| Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | python | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(antoine) |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: antoine Date: Sat Dec 17 20:52:45 UTC 2016 New revision: 428801 URL: https://svnweb.freebsd.org/changeset/ports/428801 Log: - Update to 0.9.4 - Allow concurrent installation [1] PR: 215331 [1] Changes: head/textproc/py-xlsxwriter/Makefile head/textproc/py-xlsxwriter/distinfo |
Created attachment 178004 [details] textproc/py-xlsxwriter: Enable concurrent install Due to the vba_extract.py script, the textproc/py-xlsxwriter port requires USE_PYTHON=concurrent to successfully install with multiple versions of python. The attached patch enables "concurrent" and bumps PORTREVISION due to the new, version-qualified script installed under the default build. QA == portlint: OK -- one warning about >30day old distinfo time stamp. poudriere: OK -- tested on 10.3R amd64 with py27 (default), py34, and py35