Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718206 - app-emacs/pymacs: need py3.7, 3.8 port
Summary: app-emacs/pymacs: need py3.7, 3.8 port
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python3.7-compat
  Show dependency tree
 
Reported: 2020-04-19 12:15 UTC by Michał Górny
Modified: 2020-04-19 13:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-19 12:15:57 UTC
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.
Comment 1 Ulrich Müller gentoo-dev 2020-04-19 13:34:42 UTC
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.
Comment 2 Larry the Git Cow gentoo-dev 2020-04-19 13:39:08 UTC
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(+)