Gentoo Archives: gentoo-python

From: Mike Gilbert <floppym@g.o>
To: gentoo-python@l.g.o
Subject: [gentoo-python] [PATCH] Support -A / --ABIs-patterns option in python_mod_optimize() and python_mod_cleanup()
Date: Thu, 29 Dec 2011 13:08:35
Message-Id: 4EFC664A.10105@gentoo.org
1 I would like to apply the attached patch to python.eclass. This is a
2 port from Progress overlay.
3
4 This patch allows python_mod_optimize to be used in cases where a
5 different set of python modules is installed depending on the python abi.
6
7 For example, dev-python/feedparse-5.1 (not yet in the tree) installs the
8 _feedparser_sgmllib.py module only in python-3*.
9
10 The only difference from Arfrever's original changeset (Progress r1408)
11 is the "return_status" variable. For some reason, he has renamed this to
12 "exit_status".
13
14 Please provide any comments/questions/objections you may have.

Attachments

File name MIME type
python-eclass-progress-r1408.patch text/x-patch
signature.asc application/pgp-signature

Replies