Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109719 - dev-python/imdbpy new ebuild
Summary: dev-python/imdbpy new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: MythTV Maintainers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-10-18 08:56 UTC by Jeff Kowalczyk
Modified: 2009-11-21 04:56 UTC (History)
1 user (show)

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


Attachments
imdbpy-2.2.ebuild new ebuild (imdbpy-2.2.ebuild,656 bytes, text/plain)
2005-10-18 08:57 UTC, Jeff Kowalczyk
Details
imdbpy-2.7.ebuild (imdbpy-2.7.ebuild,490 bytes, text/plain)
2006-11-30 14:17 UTC, Leszek
Details
dev-python/imdbpy/imdbpy-3.2.ebuild (imdbpy-3.2.ebuild,528 bytes, text/plain)
2007-10-13 18:45 UTC, Pedro Romano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2005-10-18 08:56:45 UTC
This package has odd capitalization differences between its package and unpacked
source directory name. The new formencode ebuild has a perfect match for the
needed gyrations. Ebuild available as attachement.

Reproducible: Always
Steps to Reproduce:
Comment 1 Jeff Kowalczyk 2005-10-18 08:57:47 UTC
Created attachment 70948 [details]
imdbpy-2.2.ebuild new ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-18 14:04:00 UTC
- the ebuild header is invalid
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-18 14:04:00 UTC
- the ebuild header is invalid¹
- inheriting eutils is not necessary
- remove RESTRICT="nomirror
- src_unpack() is superfluous


[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 4 Leszek 2006-11-30 14:17:05 UTC
Created attachment 103066 [details]
imdbpy-2.7.ebuild

* new version
* license corrected : GPL-2
* tidied ebuild
Comment 5 Pedro Romano 2007-10-13 18:45:28 UTC
Created attachment 133352 [details]
dev-python/imdbpy/imdbpy-3.2.ebuild

Update to version 3.2.
Comment 6 Szymon Szypulski 2008-08-30 16:54:30 UTC
3.2 ebuild works also with new 3.6 version
Comment 7 Daniel Marmander 2009-05-03 09:13:40 UTC
3.2 ebuild works with 4.2 if a dependency for dev-python/setuptools is added. I have not investigated which version of setuptools that is required.
Comment 8 Daniel Marmander 2009-05-03 09:14:59 UTC
(In reply to comment #7)
> 3.2 ebuild works with 4.2 if a dependency for dev-python/setuptools is added. I
> have not investigated which version of setuptools that is required.
> 

It should be 4.1,  4.2 hasn't even been released at the time of writing.
Comment 9 Doug Goldstein (RETIRED) gentoo-dev 2009-11-21 04:00:22 UTC
MythTV herd can watch over this for now
Comment 10 Doug Goldstein (RETIRED) gentoo-dev 2009-11-21 04:56:22 UTC
Alright in the tree. The package appears to have an issue with Python 3.x so I made it support Python 2.x only.