Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78517 - version bump for dev-python/4suite (to 1.0a4)
Summary: version bump for dev-python/4suite (to 1.0a4)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 07:10 UTC by Jacob Smullyan
Modified: 2005-01-19 19:57 UTC (History)
1 user (show)

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


Attachments
ebuild for 4Suite 1.0a4 (4suite-1.0_alpha4.ebuild,611 bytes, text/plain)
2005-01-18 07:11 UTC, Jacob Smullyan
Details
ebuild (4suite-1.0_alpha4.ebuild,666 bytes, text/plain)
2005-01-18 16:23 UTC, Jason Shoemaker (RETIRED)
Details
patch to add --root (4S-1.0_a4.addrootopt-gentoo.diff,464 bytes, text/plain)
2005-01-18 16:24 UTC, Jason Shoemaker (RETIRED)
Details
adding doc to IUSE and building docs conditionally (4suite-1.0_alpha4.ebuild,840 bytes, text/plain)
2005-01-18 19:19 UTC, Jacob Smullyan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Smullyan 2005-01-18 07:10:26 UTC
corrected ebuild attached:
  * works with renamed directory in tarball
  * uses the bzipped tarball, not the gzipped
  * updates PyXML dependency

Reproducible: Always
Steps to Reproduce:
Comment 1 Jacob Smullyan 2005-01-18 07:11:11 UTC
Created attachment 48837 [details]
ebuild for 4Suite 1.0a4
Comment 2 Jacob Smullyan 2005-01-18 07:17:00 UTC
I was a little too quick with this.  There is a distutils error with Python2.4 which I need to track down.
Comment 3 Jacob Smullyan 2005-01-18 07:54:41 UTC
The problem is that the package now contains a distutils extension that doesn't support "--root", which is quite unfortunate.  It looks like either it needs fixing upstream or setup.py needs to be patched not to use the distutils extension.  I'll look into it.
Comment 4 Jason Shoemaker (RETIRED) gentoo-dev 2005-01-18 16:23:20 UTC
Created attachment 48906 [details]
ebuild

For testing purposes...needs the patch that follows
Comment 5 Jason Shoemaker (RETIRED) gentoo-dev 2005-01-18 16:24:59 UTC
Created attachment 48907 [details]
patch to add --root

use with #48906 ebuild
Comment 6 Jacob Smullyan 2005-01-18 19:19:53 UTC
Created attachment 48915 [details]
adding doc to IUSE and building docs conditionally

Jason's patch works fine.  I've modified his ebuild to build documentation when
when doc is in USE and install it in the right place.  Also, I'm stubbornly
gone back to using the bzipped tarball, to be nice to everyone with less than
stellar bandwidth.
Comment 7 Rob Cakebread (RETIRED) gentoo-dev 2005-01-19 19:57:46 UTC
Thanks Jacob and Jason, added to CVS.