Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236638 - dev-python/django-1.0 ebuild
Summary: dev-python/django-1.0 ebuild
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: http://www.djangoproject.com/weblog/2...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2008-09-04 01:20 UTC by michael@smith-li.com
Modified: 2008-09-04 06:22 UTC (History)
0 users

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


Attachments
django-1.0.ebuild (django-1.0.ebuild,1.83 KB, text/plain)
2008-09-04 01:20 UTC, michael@smith-li.com
Details
django-1.0.ebuild (django-1.0.ebuild,1.34 KB, text/plain)
2008-09-04 01:50 UTC, michael@smith-li.com
Details
django-0.96.2_to_1.0.ebuild.diff (django-0.96.2_to_1.0.ebuild.diff,1.17 KB, text/plain)
2008-09-04 01:51 UTC, michael@smith-li.com
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michael@smith-li.com 2008-09-04 01:20:17 UTC
Tested on Gentoo-FreeBSD with good success. The update did require some non-trivial changes to the ebuild.

Reproducible: Always

Steps to Reproduce:
Comment 1 michael@smith-li.com 2008-09-04 01:20:38 UTC
Created attachment 164523 [details]
django-1.0.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-04 01:28:39 UTC
0! DAY! BUMP! :)

(In reply to comment #0)
> Tested on Gentoo-FreeBSD with good success. The update did require some
> non-trivial changes to the ebuild.

The differences would be easier to assess if you attached a diff of old vs. new ebuild instead of the ebuild itself. :)
Comment 3 michael@smith-li.com 2008-09-04 01:50:25 UTC
Created attachment 164525 [details]
django-1.0.ebuild

Deleted some cruft. I wonder if USE=sqlite should be sqlite3 (that's what the test function uses).
Comment 4 michael@smith-li.com 2008-09-04 01:51:05 UTC
Created attachment 164526 [details]
django-0.96.2_to_1.0.ebuild.diff

Diff, per comment #1
Comment 5 Rob Cakebread (RETIRED) gentoo-dev 2008-09-04 06:22:29 UTC
Thanks, Michael, added to CVS.

A minor regression test failed so I forced it to skip and reported upstream: http://code.djangoproject.com/ticket/8865

Also switched sqlite USE to sqlite3