On Sun, 25 Aug 2019 19:00:31 +0200, Daniel Winters
<[email protected]> wrote:
> Here is a trivial update to the latest version of py-twitter. Tested
> on amd64.
>
> I have not enabled the py3 version as this port installs some scripts
> in /usr/local/bin that would conflict if both versions are installed.
> Would people prefer to update this to py3 and drop py2?
See www/py-gunicorn/Makefile
post-install:
for i in ${PREFIX}/bin/*; do \
mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
done
For now it's probably easier to have a flavor and provide both py2 and
py3.
Cheers,
Daniel