Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29897 (PoPy-py21) - dev-python/PoPy-py21-2.0.8.ebuild (New Package)
Summary: dev-python/PoPy-py21-2.0.8.ebuild (New Package)
Status: RESOLVED FIXED
Alias: PoPy-py21
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 06:21 UTC by Stefano Noferi
Modified: 2003-10-24 09:39 UTC (History)
2 users (show)

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


Attachments
PoPy-py21-2.0.8.ebuild (PoPy-py21-2.0.8.ebuild,1.51 KB, text/plain)
2003-09-29 06:23 UTC, Stefano Noferi
Details
PoPy-2.0.8.ebuild (Python2.2) (PoPy-2.0.8.ebuild,1.16 KB, text/plain)
2003-09-29 13:07 UTC, Rob Cakebread (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefano Noferi 2003-09-29 06:21:08 UTC
Hi gentoers!
I've developed an ebuild for PoPy postgresql database python adapter, with the goal of zope and other applications connection.

I suggest dev-python/PoPy-py21
Also, this ebuild depend on postgresql, python (2.1.3) and mxegenix ebuilds.

Ciao,
Stefano
Comment 1 Stefano Noferi 2003-09-29 06:23:09 UTC
Created attachment 18473 [details]
PoPy-py21-2.0.8.ebuild
Comment 2 Stefano Noferi 2003-09-29 06:55:40 UTC
Bug in the attached ebuild: 
this fail dowdloading PoPy source tarball. The correct URI is: 
http://www.zope.org/Members/tm/PoPy/2.0.8/PoPy-2.0.8.tar.gz

Ciao,
Stefano
Comment 3 Rob Cakebread (RETIRED) gentoo-dev 2003-09-29 10:37:18 UTC
Hi Stefano,

I notice version 2.1 of Python is hard-coded in a couple of places. Is this
necessary or was that the version of Python you tested it with?

Thanks,
Rob
Comment 4 Rob Cakebread (RETIRED) gentoo-dev 2003-09-29 13:07:11 UTC
Created attachment 18494 [details]
PoPy-2.0.8.ebuild (Python2.2)
Comment 5 Rob Cakebread (RETIRED) gentoo-dev 2003-09-29 13:11:09 UTC
Nevermind, I answered my own question and used your ebuild to make a Python
2.2 version ;)

I noticed though, Stefano, the SRC_URI in your py21 version seems to be wrong.
I used this to get it to work:
SRC_URI="http://www.zope.org/Members/tm/PoPy/${PV}/${P_NEW}.tar.gz"

liquidx: I tested both ebuilds with Postrgresql 7.3.4 (Python 2.1.3 and Python
2.2.2) and both work with my initial tests.

Comment 6 Stefano Noferi 2003-09-30 00:46:12 UTC
Ok Rob,
for PoPy I follow the guidelines for packages with python support.
Thinking to zope, I build the ebuild with -py21 suffix for python2.1 and,
naturally, without for python 2.2 version.

Thanks for your time ; )

Ciao,
Stefano
Comment 7 Stefano Noferi 2003-10-21 09:26:39 UTC
Hi, can we insert the new ebuild into Gentoo stable?

How can I do it?

Thanks,
Stefano
Comment 8 Rob Cakebread (RETIRED) gentoo-dev 2003-10-24 09:39:30 UTC
Thanks Stefano, I committed your -py21 version.