Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 13:33:31 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r402210 - head/sysutils/py-dlipower
Message-ID:  <5651297B.2080908@FreeBSD.org>
In-Reply-To: <201511220109.tAM19ne8049272@repo.freebsd.org>
References:  <201511220109.tAM19ne8049272@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5651297B.2080908>