Date: Tue, 8 Nov 2016 22:17:49 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Babak Farrokhi <farrokhi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, "python@freebsd.org" <python@freebsd.org> Subject: Re: svn commit: r425727 - in head/textproc: . py3-pager Message-ID: <e39b4013-a67d-cfe8-1a3a-17e4fc6d6aac@FreeBSD.org> In-Reply-To: <201611081025.uA8APK7Q046383@repo.freebsd.org> References: <201611081025.uA8APK7Q046383@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e39b4013-a67d-cfe8-1a3a-17e4fc6d6aac>