svn commit: r425727 - in head/textproc: . py3-pager

Kubilay Kocak koobs at FreeBSD.org
Tue Nov 8 11:19:19 UTC 2016


On 8/11/2016 9:25 PM, Babak Farrokhi wrote:
> +USES=		python:3

:3 means depend on the lang/python3 port (a meta port, providing the
only the python3 symlink) which is unlikely what is intended.

If a python package *only* supports Python 3.x, use USES=python:x.y+
instead, ideally matching what upstream says are the supported versions
as closely as the USES=python syntax allows.

In this case pager supports *both* 2.x and 3.x [1], so a py-pager port
should be created with USES=python.

[1] setup.py: 'Programming Language :: Python :: 2',
              'Programming Language :: Python :: 3',

./koobs


More information about the svn-ports-all mailing list