Sunday, August 25, 2019

Re: Maintainer UPDATE: py-twitter 0.17.1 -> 0.18.0

On Sun, 25 Aug 2019 19:00:31 +0200, Daniel Winters
<daniel@tydirium.org> 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

No comments:

Post a Comment