svn commit: r500030 - in head/textproc/py-transifex-client: . files

Mathieu Arnold mat at FreeBSD.org
Thu Apr 25 16:33:24 UTC 2019


Writing the versions requirements in the dependencies is probably more
effective than in a comment: 

On Thu, Apr 25, 2019 at 04:18:37PM +0000, Kubilay Kocak wrote:
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.25

		${PYTHON_PKGNAMEPREFIX}urllib3>0<1.25:net/py-urllib3@${PY_FLAVOR}

Even better written as:

		${PYTHON_PKGNAMEPREFIX}urllib3<1.25:net/py-urllib3@${PY_FLAVOR}


> +RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} # <3.0.0

		${PYTHON_PKGNAMEPREFIX}requests>=2.19.1<3:www/py-requests@${PY_FLAVOR}

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190425/a9148c3c/attachment.sig>


More information about the svn-ports-all mailing list