Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448580 - dev-python/txAMQP - add support for more ABIs
Summary: dev-python/txAMQP - add support for more ABIs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-12-25 19:29 UTC by Carpentier
Modified: 2013-01-05 11:37 UTC (History)
0 users

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


Attachments
ebuild with modification (txAMQP-0.6.1.ebuild,567 bytes, text/plain)
2012-12-25 19:29 UTC, Carpentier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carpentier 2012-12-25 19:29:45 UTC
Created attachment 333336 [details]
ebuild with modification

dev-python/txAMQP only installs itself for the (e)selected version of python

Just adding "SUPPORT_PYTHON_ABIS="1"" works

modified ebuild in the attchment
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-26 02:58:42 UTC
Comment on attachment 333336 [details]
ebuild with modification

--- txAMQP-0.6.1.ebuild 2012-04-19 12:07:12.000000000 +0200
+++ -   2012-12-26 03:58:25.406797345 +0100
@@ -4,6 +4,8 @@
 
 EAPI="3"
 
+SUPPORT_PYTHON_ABIS="1"
+
 inherit distutils
 
 DESCRIPTION="Python library for communicating with AMQP peers using Twisted"
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2013-01-05 11:37:50 UTC
done