Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 07:16:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244490] x11-fonts/font-manager: [MAINTAINER] new version, adds python3, removes python2
Message-ID:  <bug-244490-7788-e1DgW19hZs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244490-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244490-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244490

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|easy, patch, patch-ready    |needs-patch, needs-qa

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
A quick sanity check shows that there are still a bunch of print
statements (unsupported in Python 3.x), so this is clearly not yet
ready and I suspect it would be buggy.

$ rg 'print '
src/core/__init__.py.in
834:        print \

src/core/database.py
186:            print font['filepath']

One thing I do not understood here is why you are switching to
your own fork instead of tracking upstream?  Upstream seems to have
newer releases that no longer use Python, so why not update?  That
would solve the Python problem too.

https://github.com/FontManager/font-manager/releases

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244490-7788-e1DgW19hZs>