Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406945 - dev-python/futures-2.1.2 - Backport of the concurrent.futures package from Python 3.2
Summary: dev-python/futures-2.1.2 - Backport of the concurrent.futures package from Py...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://code.google.com/p/pythonfuture...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-03-05 04:09 UTC by Arseny Solokha
Modified: 2012-03-17 10:28 UTC (History)
1 user (show)

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


Attachments
Proposed ebuild. (futures-2.1.2.ebuild,567 bytes, text/plain)
2012-03-05 04:09 UTC, Arseny Solokha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arseny Solokha 2012-03-05 04:09:49 UTC
Created attachment 304273 [details]
Proposed ebuild.

dev-python/futures is a run-time dependency for bitbake-1.15.1. However, there is no corresponding ebuild in the Portage tree yet.

Please note that I'm not very aware of specifics of writing ebuilds for Python packages. The attached minimal ebuild (which has been copied from dev-python/progressbar) may require some fixing before importing to the Portage tree. However, it works for me w/ Python 2.7.

--- dev-embedded/bitbake/bitbake-1.15.1.ebuild~	2012-03-05 12:06:53.650038082 +0800
+++ dev-embedded/bitbake/bitbake-1.15.1.ebuild	2012-03-05 12:07:21.890040435 +0800
@@ -25,6 +25,7 @@
 IUSE="doc"
 
 RDEPEND="|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] >=dev-python/pysqlite-2.3.2 )
+	dev-python/futures
 	dev-python/ply
 	dev-python/progressbar"
 DEPEND="${RDEPEND}
Comment 1 Tim Harder gentoo-dev 2012-03-17 10:28:52 UTC
Fixed in 1.15.1-r1.