Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20113 - Ebuild for pythonG
Summary: Ebuild for pythonG
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 12:38 UTC by Federico Moro
Modified: 2003-05-12 17:42 UTC (History)
0 users

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


Attachments
pythong-2.0-r2.ebuild (pythong-2.0-r2.ebuild,743 bytes, text/plain)
2003-04-28 12:39 UTC, Federico Moro
Details
pythong-2.0-r3.ebuild (pythong-2.0-r3.ebuild,767 bytes, text/plain)
2003-04-29 14:04 UTC, Federico Moro
Details
pythong-2.0-r4.ebuild (pythong-2.0-r4.ebuild,1.05 KB, text/plain)
2003-04-29 14:51 UTC, Federico Moro
Details
record.py (record.py,3.53 KB, text/plain)
2003-05-12 17:35 UTC, Federico Moro
Details
practica6.py (practica6.py,1.22 KB, text/plain)
2003-05-12 17:42 UTC, Federico Moro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Moro 2003-04-28 12:38:40 UTC
pythonG is a nice and powerfull spanish development enviroment for Python

Reproducible: Always
Steps to Reproduce:
Comment 1 Federico Moro 2003-04-28 12:39:40 UTC
Created attachment 11254 [details]
pythong-2.0-r2.ebuild

Here is the ebuild
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-04-29 04:46:20 UTC
hmm .. i'm not spanish so i'm not too sure, but does it require tcl or tk? tk is the graphical tool kit and tcl is the actual langauge. you sure you don't have those mixed up?
Comment 3 Federico Moro 2003-04-29 14:04:44 UTC
Created attachment 11302 [details]
pythong-2.0-r3.ebuild

Yes, you have reason, it was a mistake. You need both, tcl and tk.
Sorry about that.
Comment 4 Federico Moro 2003-04-29 14:51:18 UTC
Created attachment 11303 [details]
pythong-2.0-r4.ebuild

Much better ebuild than olders.
It install extra documentation for learn Python and the use of the new python
module installed (record.py), if you have "doc" in your USE variable.
And this ebuild solve some problem olders could cause.
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-05-10 12:32:39 UTC
i've had to make some big changes to the ebuild because there were alot of redundant things and misplaced files etc. 

its been committed to dev-python/pythong-2.0.21.0.ebuild (21 = u) because of the weird version number. thanks.
Comment 6 Federico Moro 2003-05-10 20:45:43 UTC
Thanks you very much, Alastair Tse, for improve and acept the ebuild.
I didn't know that record.py was in pmw package, so sorry about it :P
Changes are really good, but the version should be pythong-2.0.21.2 instead pythong-2.0.21.0 since the really version is 2.0u.2, isn't it? ...or maybe I'm wrong.
Thanks for all.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-05-10 21:12:11 UTC
indeed! oops! 

i've bumped the version to 2.0.21.2 now. thanks
Comment 8 Federico Moro 2003-05-12 17:35:53 UTC
Created attachment 11851 [details]
record.py

Here is library record.py, for use classes very easy.
Comment 9 Federico Moro 2003-05-12 17:42:22 UTC
Created attachment 11852 [details]
practica6.py

This program is an expample using library record.py