On Sun, May 19, 2019 at 03:04:29PM +0200, Sebastien Marie wrote: > for I checked if borgmatic strongly requires 'colorama>=0.4.1,<0.5' or > not, and it seems fine with the version we have in port. > > Please note I am using borgmatic, so if it breaks I am crying a lot (and > I write a patch like now). OK kn
> --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-setup_py 19 May 2019 12:56:19 -0000 > @@ -0,0 +1,15 @@ > +$OpenBSD$ > +Permit to use the specific version of colorama we have in ports. That is already obvious from the hunk itself, the *why* would be nice to know here. > + > +Index: setup.py > +--- setup.py.orig > ++++ setup.py > +@@ -33,7 +33,7 @@ setup( > + 'pykwalify>=1.6.0,<14.06', > + 'ruamel.yaml>0.15.0,<0.16.0', > + 'setuptools', > +- 'colorama>=0.4.1,<0.5', > ++ 'colorama',
