svn commit: r402210 - head/sysutils/py-dlipower

Kubilay Kocak koobs at FreeBSD.org
Sun Nov 22 02:33:37 UTC 2015


On 22/11/2015 12:09 PM, Warner Losh wrote:
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
> +		${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests

Is also missing 'six' as a dependency, as per setup.py:install_requires:

https://github.com/dwighthubbard/python-dlipower/blob/master/setup.py#L90

Could probably do with USE_PYTHON=concurrent as well, to support
multiple python versions with correctly version suffixed console scripts [1]

[1]
https://github.com/dwighthubbard/python-dlipower/blob/master/setup.py#L104


More information about the svn-ports-all mailing list