Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43154 - ebuild for Adodb for Python (new package)
Summary: ebuild for Adodb for Python (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL: http://php.weblogs.com/adodb_python
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-27 19:16 UTC by Salim Fadhley
Modified: 2004-08-13 20:48 UTC (History)
0 users

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


Attachments
adodb-py-0.03.ebuild (adodb-py-0.03.ebuild,612 bytes, text/plain)
2004-02-28 00:39 UTC, Lukasz Strzygowski (RETIRED)
Details
adodb-py-0.03.ebuild (adodb-py-0.03.ebuild,570 bytes, text/plain)
2004-03-01 05:38 UTC, Lukasz Strzygowski (RETIRED)
Details
eBuild for dev-python/adodb-py (adodb-py-1.01.ebuild,570 bytes, text/plain)
2004-08-09 12:33 UTC, Salim Fadhley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Salim Fadhley 2004-02-27 19:16:32 UTC
The popular PHP database library 'adodb' (Ms style ADO api, but in a non-ms language) has recently been ported to python.
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-02-28 00:39:36 UTC
Created attachment 26504 [details]
adodb-py-0.03.ebuild

Suggested category - dev-python
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-02-28 04:44:45 UTC
you can replace the src_install() with just 

DOCS="LICENSE.txt README.txt adodb-py-docs.htm"

it'll make the ebuild a little more simplier
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-03-01 05:38:34 UTC
Created attachment 26652 [details]
adodb-py-0.03.ebuild

Corrected ebuild.
Comment 4 Salim Fadhley 2004-08-09 12:33:52 UTC
Created attachment 37113 [details]
eBuild for dev-python/adodb-py

This package is now in a stable release; the eBuild appears to work fine, I
just bumped it's version and modified it because the phplens team have
re-hosted on sourceforge. Any chance we could see this in the official portage
tree? Those of us who know this lib from PHP know that adodb is a really nifty
database library.
Comment 5 Rob Cakebread (RETIRED) gentoo-dev 2004-08-09 20:59:04 UTC
Thanks for the ebuild, Salim, added to CVS.
Comment 6 Salim Fadhley 2004-08-10 13:46:18 UTC
Unlike PHP, python does not include modules for most types of database by default. Is there a way to check if use flag +MYSQL, and make may mysql-python a dependancy?

The ebuild works fine, but it's quite possible to install it without any working python database drivers; as a consequence adodb-py would be unusable.

Should this bug be re-opened or should I suggest this as a new item.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2004-08-13 20:11:25 UTC
reopen i guess? 

maybe they juse need USE flag conditional deps on mysql-python pgsql and other db access modules.

also, the HOMEPAGE needs to be changed to http://adodb.sourceforge.net/
Comment 8 Rob Cakebread (RETIRED) gentoo-dev 2004-08-13 20:48:05 UTC
Thanks guys. Fixed in CVS: added USE flags for mysql and postgresql, changed dependency on python to >=2.3 and changed homepage.