Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384497 - [java-overlay] antlr-python-3.1.3.ebuild issues deprecation warning
Summary: [java-overlay] antlr-python-3.1.3.ebuild issues deprecation warning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-26 02:27 UTC by Carlos Konstanski
Modified: 2012-05-14 17:19 UTC (History)
0 users

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


Attachments
antlr-python-3.1.3.ebuild.patch (antlr-python-3.1.3.ebuild.patch,946 bytes, text/plain)
2011-09-28 09:50 UTC, Ralph Sennhauser (RETIRED)
Details
python3-compat.patch (python3-compat.patch,1.67 KB, text/plain)
2011-09-28 09:52 UTC, Ralph Sennhauser (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Konstanski 2011-09-26 02:27:54 UTC
* QA Notice: The 'hasq' function is deprecated (replaced by 'has')
 * 
 * "/var/lib/layman/java-overlay/dev-python/antlr-python/antlr-python-3.1.3.ebuild":
 * Deprecation Warning: Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated and will be banned on 2011-06-01.
 * The ebuild needs to be fixed. Please report a bug, if it has not been already reported.


Reproducible: Always
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2011-09-28 09:50:24 UTC
Created attachment 288063 [details]
antlr-python-3.1.3.ebuild.patch

The patch adds multi abi support and bumps the ebuild to EAPI 3.
Comment 2 Ralph Sennhauser (RETIRED) gentoo-dev 2011-09-28 09:52:32 UTC
Created attachment 288065 [details]
python3-compat.patch

patch to get antlr-python to build (not run) with python3.
Comment 3 Ralph Sennhauser (RETIRED) gentoo-dev 2012-05-14 17:19:04 UTC
The python eclass now allows to use EAPI 4 and setting phython2 as locally active. Fixed other QA issues as well.

*antlr-python-3.1.3-r1 (14 May 2012)

  14 May 2012; Ralph Sennhauser <sera@gentoo.org> -antlr-python-3.1.3.ebuild,
  +antlr-python-3.1.3-r1.ebuild, +metadata.xml:
  Fix builing with active python3.
  Fix QA issues. #384497