The packages are stuck on py3.6 which means they will be pain once we switch to 3.7. Please test them on 3.7 *and* 3.8 (so we don't to revisit this in a few months), and update PYTHON_COMPAT appropriately. If it doesn't work, please either fix it, remove Python or issue last rites. Please consider this mgorny@pomiot.
With python 3.8, I am getting a deprecation warning: setup.py:73: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead. config.readfp(f) Apart from this, the package builds with python3_{6,7,8} and seems to work with all three versions.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f290e6b53c2707d45bd6079c373ea99d7a896896 commit f290e6b53c2707d45bd6079c373ea99d7a896896 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-04-19 13:37:44 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-04-19 13:38:44 +0000 app-emacs/pymacs: Add python 3.7 and 3.8 support. Don't remove the version in pymacs-python-command. Build PDF documentation with USE=doc (which was commented out). Closes: https://bugs.gentoo.org/718206 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-emacs/pymacs/pymacs-0.26-r1.ebuild | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+)