Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19325 - editobj-0.4.2.ebuild (New Package)
Summary: editobj-0.4.2.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-14 17:54 UTC by François Weykmans
Modified: 2003-05-10 14:47 UTC (History)
1 user (show)

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


Attachments
editobj-0.4.2.ebuild.tar.gz (editobj-0.4.2.ebuild.tar.gz,693 bytes, application/x-tar)
2003-04-14 17:57 UTC, François Weykmans
Details
editobj-0.4.2.ebuild.tar.gz (editobj-0.4.2.ebuild.tar.gz,696 bytes, application/x-tar)
2003-04-15 12:15 UTC, François Weykmans
Details
editobj-0.4.2.ebuild (editobj-0.4.2.ebuild,1.32 KB, text/plain)
2003-05-03 17:17 UTC, François Weykmans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description François Weykmans 2003-04-14 17:54:46 UTC
Hello

Please find attached editobj-0.4.2.ebuild.tar.gz containing  editobj-0.4.2.ebuild

EditObj can create and display a Tkinter dialog box for editing any Python
object (similarly to what Java call a Bean editor, but for Python object).
EditObj is a usefull tool for writing (text or non-text) editors of all kinds,
including GUI editor, 3D editor,... It also includes a Python console

see :  http://oomadness.tuxfamily.org/en/editobj/index.html

I suggest dev-python/editobj.

Nectroom
Comment 1 François Weykmans 2003-04-14 17:57:50 UTC
Created attachment 10649 [details]
editobj-0.4.2.ebuild.tar.gz
Comment 2 François Weykmans 2003-04-15 12:15:05 UTC
Created attachment 10688 [details]
editobj-0.4.2.ebuild.tar.gz
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-04-23 07:24:24 UTC
woah, thats a whole load of new builds. give me some time to digest them :)
Comment 4 François Weykmans 2003-04-23 12:02:00 UTC
Thank you :) , do you wish the files of digest for larger facilitated ?
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-04-29 06:02:26 UTC
Hi, i've gone through a couple of your ebuilds and there are several things i want you to fix before i commit them. Have you read the Ebuild HOWTO and the Submission HOWTO? There are a number of things you've missed here:

1. Please submit ebuilds in text form. We don't need to use tar or gzip for one file that is less than 1K

2. Please do not change the header of the ebuild. It should be the same as the one in /usr/portage/skel.ebuild

3. You can use "inherit distutils" to eliminate src_compile and src_install. see the other ebuilds in dev-python

4. Please make sure the DEPEND are correct. I looked at editobj, and there is no need for virtual/opengl, but dev-lang/tk was missing. py2play also looks dubious because it doesn't need virtual/x11 or virtual/opengl. Moreover, is there a strict requirement that they need python-2.2.2?

other than those points, the ebuilds look good, and i appreciate the fact you put in the IUSE and LICENSE correctly unlike alot of other ebuild submissions. one suggestion is that you should use MY_P=${P/editobj/EditObj} to eliminate typing EditObj all the time. but that is a stylistic thing.

if you would submit new ebuilds with the above points addressed, i'd appreciate it. otherwise, these ebuilds are going to take a while to make it into the portage tree.
Comment 6 François Weykmans 2003-05-03 17:15:48 UTC
Thank you, after to have read again documentation and follow-ups your remarks, 
I have remake the ebuilds that here.

For the strict requirement of python-2.2.2, it is the developer which say to test these sources only with python-2.2.2. but this run with  python-2.2 too in theory :)

An update of EditObj is available but after having tested it I found some of news bugs and
I will await new release before poster the ebuild for this one :) 
Comment 7 François Weykmans 2003-05-03 17:17:39 UTC
Created attachment 11442 [details]
editobj-0.4.2.ebuild
Comment 8 Alastair Tse (RETIRED) gentoo-dev 2003-05-10 14:47:02 UTC
added to portage. please take a look at the ebuild so that you know what has changed. i noticed there's a new version out .. hmm..