[Bug 217974] sysutils/rdiff-backup: Allow build with python 3.5 as default version
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 7 06:41:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217974
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Summary|[PATCH] |sysutils/rdiff-backup:
|sysutils/rdiff-backup: |Allow build with python 3.5
|Allow build with python 3.5 |as default version
|as default version |
Keywords|patch |easy, needs-patch, needs-qa
CC| |python at FreeBSD.org
Flags|maintainer-feedback+ |maintainer-feedback?
--- Comment #4 from Kubilay Kocak <koobs at FreeBSD.org> ---
python:2 means depend on the lang/python2 port, specifically and only for the
python2 (and other suffixed) symlinks. It does not mean 'depend on any 2.x
version of Python'.
If rdiff-backup supports (upstream codes for, works and is tested with) 2.6 and
2.7, then '-2.7' is the most correct (precise without being incorrect).
If rdiff-backup only supports (upstream codes for, works and is tested with)
2.7, then =2.7 is the most correct.
Also, the summary for this issue appears in contradiction with comment 0. The
summary states the change proposed is *allowing* building with 3.5, whereas the
patch (and comment 0) changes the port to only build with 2.7 because 3.x does
*not* work.
The issue summary needs to be updated to match whatever the proposed changeset
(patch) does.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list