Summary: | graphics/vigra: replace dependency from python 2.7 to default 3.7 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Vladimir Druzenko <vvd> |
Component: | Individual Port(s) | Assignee: | Dima Panov <fluffy> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | fluffy, rhurlin |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Vladimir Druzenko
2020-02-24 15:50:25 UTC
- NUMPY_USES= compiler:gcc-c++11-lib python:2.7,build + NUMPY_USES= compiler:gcc-c++11-lib python:build The change to Python 3.7 builds and installs fine. Vigra seems to work fine as a dependency of math/saga. I am looking forward to a commit ;) (In reply to Rainer Hurling from comment #2) editors/libreoffice depends on vigra and build fine too. (In reply to Rainer Hurling from comment #2) testing with py36/37/38 :) Looks good, no failures. Will commit tonight A commit references this bug: Author: fluffy Date: Mon Jun 1 17:09:32 UTC 2020 New revision: 537494 URL: https://svnweb.freebsd.org/changeset/ports/537494 Log: graphics/vigra: get rid of hardcoded python2.7 dependency tested with python 3.6/3.7/3.8, no consumer issues detected PR: 244371 Reported by: VVD <vvd@unislabs.com> Changes: head/graphics/vigra/Makefile Committed, thanks! |