[Bug 242997] games/oolite: Fix build for Python 3.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 22 05:43:08 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242997

--- Comment #6 from Kubilay Kocak <koobs at FreeBSD.org> ---
(In reply to lightside from comment #5)

USES=python:<version> spec is declarative, not imperative, and should describe
the Python versions a package 'supports', not which Python versions it should
'use', which is the responsibility of the ports framework and ultimately the
user to select.

If oolite supports Python 2.x/3.x, USES=python:<version-spec> should be 2.7+ or
2.7-3.x where x is the highest currently supported Python 3.x version

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list