Date: Fri, 20 Aug 2021 06:07:11 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: freebsd-ports@freebsd.org Subject: Re: How do I depend on a python port without caring about flavor Message-ID: <PSAPR03MB5639BC487FD2BCAC763BA057FAC09@PSAPR03MB5639.apcprd03.prod.outlook.com> In-Reply-To: <891c5f92-0859-dafc-3356-2d2a08fcfc3c@bluerosetech.com> References: <891c5f92-0859-dafc-3356-2d2a08fcfc3c@bluerosetech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I also want to know the official way :) I think the following ports are strange for python. devel/llvm{-devel,12,11,10,90,80,70} databases/rrdtool graphics/opencv and astro/geographiclib (which are maintained by me :) ) They do not seem to be able to support non-default versions of python. So they are not transparent to FLAVOR, even if they are libraries. I am thinking of the following changes for the next version of astro/geographiclib. - sphinx-build:textproc/py-sphinx + ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} If there is python:env in variable USES, it seems that variables such as PY_FLAVOR will be present. ... So, I'm not sure, what should I do? :) Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB5639BC487FD2BCAC763BA057FAC09>