Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42470 - sqlobject-0.5.1.ebuild (New Package)
Summary: sqlobject-0.5.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-22 05:25 UTC by Marlon Jabbur
Modified: 2004-10-07 20:56 UTC (History)
3 users (show)

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


Attachments
Ebuild file (sqlobject-0.5.1.ebuild,979 bytes, text/plain)
2004-02-22 05:27 UTC, Marlon Jabbur
Details
ChangeLog (ChangeLog,253 bytes, text/plain)
2004-02-22 05:27 UTC, Marlon Jabbur
Details
Updated ebuild for version 0.5.2 (sqlobject-0.5.2.ebuild,748 bytes, text/plain)
2004-09-11 10:36 UTC, Anders Bruun Olsen
Details
Updated Changelog for version 0.5.2 (Changelog,413 bytes, text/plain)
2004-09-11 10:37 UTC, Anders Bruun Olsen
Details
Updated ebuild for version 0.5.2 (sqlobject-0.5.2.ebuild,751 bytes, text/plain)
2004-09-11 14:57 UTC, Anders Bruun Olsen
Details
Ebuild for version 0.6 (sqlobject-0.6.ebuild,787 bytes, text/plain)
2004-10-05 04:01 UTC, Anders Bruun Olsen
Details
Updated Changelog for version 0.6 (Changelog,537 bytes, text/plain)
2004-10-05 04:02 UTC, Anders Bruun Olsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marlon Jabbur 2004-02-22 05:25:00 UTC
Hi,

Attached is an ebuild to SQLObject. 
SQLObject is a python object relational Mapper, it is used to translate RDBMS tables to python objects.

This ebuild has python-2.2 or greater as dependency and it can rdepend on mysql, postgres, sqlite and firebird accordingly to the USE variable.

Marlon
Comment 1 Marlon Jabbur 2004-02-22 05:27:08 UTC
Created attachment 26095 [details]
Ebuild file
Comment 2 Marlon Jabbur 2004-02-22 05:27:53 UTC
Created attachment 26096 [details]
ChangeLog
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-12 13:20:32 UTC
"""
dodoc docs/Authors.txt docs/FAQ.txt 
dodoc docs/SQLBuilder.txt docs/SQLObject.txt docs/News.txt
dohtml docs/default.css docs/Authors.html
dohtml docs/FAQ.html docs/News.html docs/SQLBuilder.html
dohtml docs/SQLObject.html
"""

will be cleaner to replace it with:
dodoc docs/*.txt
dohtml docs/*.css docs/*.html
Comment 4 Anders Bruun Olsen 2004-09-11 10:20:33 UTC
0.5.2 is out and shouldn't require any big changes.
Before discovering this bugentry I made an ebuild for it which does nothing except inherit distutils, which means of course that the documentation doesn't get installed, but it works.
Any chance of seeing sqlobject in Portage anytime soon?
Comment 5 Anders Bruun Olsen 2004-09-11 10:36:25 UTC
Created attachment 39405 [details]
Updated ebuild for version 0.5.2

I went ahead and made an updated ebuild which is essentially a version bump,
cleaner dodoc and dohtml structure and a correct description.
Comment 6 Anders Bruun Olsen 2004-09-11 10:37:07 UTC
Created attachment 39406 [details]
Updated Changelog for version 0.5.2

And an updated Changelog.
Comment 7 Anders Bruun Olsen 2004-09-11 14:57:43 UTC
Created attachment 39411 [details]
Updated ebuild for version 0.5.2

I just found out that the license is not GPL but LGPL, so a small change was
made.
Comment 8 Anders Bruun Olsen 2004-10-05 04:01:45 UTC
Created attachment 41134 [details]
Ebuild for version 0.6

Here is an ebuild for the recently released version 0.6.
It also installs the examples.
Comment 9 Anders Bruun Olsen 2004-10-05 04:02:11 UTC
Created attachment 41135 [details]
Updated Changelog for version 0.6
Comment 10 Rob Cakebread (RETIRED) gentoo-dev 2004-10-07 20:56:11 UTC
Thanks Marlon and Anders, commited to CVS. Nifty package.