svn commit: r513737 - head/textproc/py-python-slugify

Kubilay Kocak koobs at FreeBSD.org
Fri Oct 4 02:33:27 UTC 2019


On 4/10/2019 7:52 am, Matthew Seaman wrote:
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.16:converters/py-unidecode@${PY_FLAVOR}
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}text-unidecode>=1.3:converters/py-text-unidecode@${PY_FLAVOR}
> +
> +### Can alternatively require:
> +### 	${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1:converters/py-unidecode@${PY_FLAVOR}
> +### but text-unidecode is preferred upstream.

Good method for this is an OPTIONS_SINGLE with both options, with the 
OPTIONS_DEFAULT being the 'preferred' version


More information about the svn-ports-head mailing list