Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45633 - new ebuild: Python Imaging Library (PIL)
Summary: new ebuild: Python Imaging Library (PIL)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Highest enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-03-24 12:00 UTC by David Grant
Modified: 2004-03-31 19:26 UTC (History)
1 user (show)

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


Attachments
Imaging-1.1.4.ebuild (Imaging-1.1.4.ebuild,530 bytes, text/plain)
2004-03-24 12:18 UTC, David Grant
Details
Imaging-1.1.4.ebuild (Imaging-1.1.4.ebuild,480 bytes, text/plain)
2004-03-24 17:06 UTC, David Grant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Grant 2004-03-24 12:00:31 UTC
Python Imaging Library (PIL): The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
Comment 1 David Grant 2004-03-24 12:04:36 UTC
ebuild forthcoming
Comment 2 David Grant 2004-03-24 12:18:50 UTC
Created attachment 27947 [details]
Imaging-1.1.4.ebuild

Simple ebuild, compile a binary, then distutils_src_compile and
distutils_src_install
Comment 3 David Grant 2004-03-24 12:25:53 UTC
Sorry, should be python.  This package is not sci-related
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2004-03-24 16:57:03 UTC
looks good, except we need to fix a couple of small things.

needs IUSE="" and needs virtual/python dep removed. src_install() can also be omitted if we just move the DOCS declaration outside of the sub-function.
Comment 5 David Grant 2004-03-24 17:02:16 UTC
Hmmm, that's funny, I had the IUSE="" there but then I thought it wasn't needed.
Comment 6 David Grant 2004-03-24 17:06:57 UTC
Created attachment 27967 [details]
Imaging-1.1.4.ebuild

Updated ebuild.  Made requested changes.  Re-emerged fine.
Comment 7 Bryan Østergaard (RETIRED) gentoo-dev 2004-03-31 18:36:52 UTC
I'm a bit confused as to why this is submitted. As far as I can tell this already exists in portage as dev-python/Imaging - version 1.1.4 being the latest.

Is there any problems with the existing ebuild that needs to be fixed?
Comment 8 David Grant 2004-03-31 19:26:08 UTC
Hmm, I'm equally confused.  I thought it didn't exist already.