On Thu, Sep 19, 2019 at 09:10:10PM +0200, Klemens Nanni wrote:
> > -RUN_DEPENDS = devel/py-future${MODPY_FLAVOR}>=0.16 \
> > - devel/py-wcwidth${MODPY_FLAVOR}>=0.1.7,<2.0 \
> > - www/py-beautifulsoup4${MODPY_FLAVOR}>=4.5.0,<5.0 \
> > - www/py-requests${MODPY_FLAVOR}>=2.13,<3.0
> > +RUN_DEPENDS = devel/py-urwid${MODPY_FLAVOR}>=2.0.0 \
> > + devel/py-wcwidth${MODPY_FLAVOR}>=0.1.7 \
> > + www/py-beautifulsoup4${MODPY_FLAVOR}>=4.5.0 \
> > + www/py-requests${MODPY_FLAVOR}>=2.13
> Dropping the smaller-than dependencies is fine with me, but why do you
> remove py-future as RDEP? Just add py-urwid after it.
py-future isn't listed as a requirement.
Yes we could keep the smaller-than deps, see below:
python_requires=">=3.4",
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",
"wcwidth>=0.1.7,<2.0",
"urwid>=2.0.0,<3.0",
],
> > +FLAVORS = python3
> > +FLAVOR ?=
> Nope, toot does not support Python 2.
Yes that's right.
Thanks for the feedback.
--
clematis (0x7e96fd2400fe7b59)