svn commit: r449196 - in head: . databases databases/py33-gdbm databases/py33-sqlite3 devel devel/py3-enum34 devel/py33-setuptools lang lang/python33 x11-toolkits x11-toolkits/py33-tkinter

Kubilay Kocak koobs at FreeBSD.org
Mon Sep 4 10:24:12 UTC 2017


On 9/4/17 8:10 PM, Kubilay Kocak wrote:
> It is *not* only relevant for 3.3, it is relevant for any python package
> (current, or future) that references it as a dependency, orthogonal to
> the Python version.

To clarify since it's not immediately obvious and wasn't made explicit
(apologies), "references it as a dependency" means:

Referenced in a) setup.py:*_requires and b) code (import enum34.foo),
thereby requiring a RUN_DEPENDS port line.

not:

Just has a RUN_DEPENDS port line.


More information about the svn-ports-head mailing list