Summary: | textproc/py-pygments: add concurrent to USE_PYTHON | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthieu Volat <mazhe> | ||||||
Component: | Individual Port(s) | Assignee: | Nicola Vitale <nivit> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | demon, john, python | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(nivit) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 179400 [details]
textproc/py-pygments: Enable concurrent installation
Bump PORTREVISION since this patch changes the plist for the default build.
portlint testport: OK (py2.7, py3.4, py3.5, py3.6)
A commit references this bug: Author: demon Date: Tue Feb 14 11:12:28 UTC 2017 New revision: 434079 URL: https://svnweb.freebsd.org/changeset/ports/434079 Log: Allow concurrent installs. PR: 214295 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> maintainer timeout. Changes: head/textproc/py-pygments/Makefile |
Created attachment 176714 [details] Add concurrent to USE_PYTHON Hello, Working on some python 3 code requires me to have concurrently pygments installed for python 2 and 3. Would it be possible to add "concurrent" to USE_PYTHON so that it's possible? Thanks, Some QA: # portlint WARN: Makefile: Setting PORTREVISION to 0 is not necessary. 0 fatal errors and 1 warning found. # make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) # make check-plist PYTHON_VERSION=python3.5 ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist)