On Sat, Jan 30, 2021 at 08:19:29AM +0000, Dimitri Karamazov wrote:
> The qutebrowser-2.0.0 needs py-importlib-resources backport
> for python3.8 and lower. One of its dependencies is
> setuptools_scm[toml]>3.4.1 so I need to turn on python2
> flavor for py-toml to update it.
I'd very much prefer if we'd work towards making qutebrowser and
dependencies py3 only.
Otherwise it's a step backwards.
Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/textproc/py-toml/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 3 Nov 2020 13:52:14 -0000 1.3
> +++ pkg/PLIST 30 Jan 2021 07:57:15 -0000
> @@ -1,6 +1,4 @@
> -@comment $OpenBSD: PLIST,v 1.3 2020/11/03 13:52:14 jasper Exp $
> -@conflict py-toml-*
> -@pkgpath textproc/py-toml
> +@comment $OpenBSD: PLIST,v$
There would still be a quirk:
files/Quirks.pm
507: 'py-toml' => 'py3-toml',