Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254654 - dev-python/pytables-2.1 version bump
Summary: dev-python/pytables-2.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 17:45 UTC by Darren Dale
Modified: 2009-02-18 17:49 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 Darren Dale 2009-01-12 17:45:09 UTC
pytables-2.1 is available. Could it please be included in portage?

Reproducible: Always

Steps to Reproduce:
Comment 1 Patrick Lauer gentoo-dev 2009-02-04 13:50:55 UTC
+*pytables-2.1 (04 Feb 2009)
+
+  04 Feb 2009; Patrick Lauer <patrick@gentoo.org> +pytables-2.1.ebuild:
+  Bump to 2.1, fixes #254654
Comment 2 Matt Summers (RETIRED) gentoo-dev 2009-02-18 16:47:18 UTC
Reopening due to a small detail that needs fixed.

Build error:
>>> Compiling source in /var/tmp/portage/dev-python/pytables-2.1/work/tables-2.1 ...
.. ERROR:: You need numpy 1.2 or greater to run PyTables!

So, to fix this we simply need to change the ebuild from:
DEPEND=">=sci-libs/hdf5-1.6.5
	>=dev-python/numpy-1.0.3
	dev-libs/lzo:2
	app-arch/bzip2"
to:
DEPEND=">=sci-libs/hdf5-1.6.5
	>=dev-python/numpy-1.2.1
	dev-libs/lzo:2
	app-arch/bzip2"


That'll do it.
Cheers
Comment 3 Patrick Lauer gentoo-dev 2009-02-18 17:49:29 UTC
+  18 Feb 2009; Patrick Lauer <patrick@gentoo.org> pytables-2.1.ebuild:
+  Fixing dep, thanks to Matt Summers, fixes #254654