Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106983 - pydot-0.9.10.ebuild (New)
Summary: pydot-0.9.10.ebuild (New)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://dkbza.org/
Whiteboard: [sunrise-overlay]
Keywords: EBUILD, InOverlay
Depends on:
Blocks: 106982
  Show dependency tree
 
Reported: 2005-09-23 04:58 UTC by Tommie
Modified: 2006-12-07 00:16 UTC (History)
7 users (show)

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


Attachments
pydot-0.9.10.ebuild (pydot-0.9.10.ebuild,457 bytes, text/plain)
2005-09-23 04:59 UTC, Tommie
Details
pydot-quote.patch (pydot-quote.patch,507 bytes, patch)
2006-07-01 07:05 UTC, Sam Jacobson
Details | Diff
pydot-0.9.10.ebuild (pydot-0.9.10.ebuild,438 bytes, text/plain)
2006-08-10 15:04 UTC, Jakub Moc (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tommie 2005-09-23 04:58:34 UTC
Hi again!

Pydot is a GraphViz binding for Python. It draws graphs in various ways.

This is a straight forward Python module => dev-python.
Comment 1 Tommie 2005-09-23 04:59:04 UTC
Created attachment 69070 [details]
pydot-0.9.10.ebuild
Comment 2 Thomas Fullhart 2005-10-11 17:16:19 UTC
I tested it on PPC. It works well. The "EBUILD" keyword should probably be added
to the bug entry to indicate that there is a .ebuild file attached.

Tommie, do you know of any packages that use pydot?
Comment 3 Tommie 2005-10-13 11:52:29 UTC
(In reply to comment #2)
> Tommie, do you know of any packages that use pydot?

Yes, I posted it because the Tiny ERP (a Python accounting/CRM program) server
uses it. It's in bug #106982.
Comment 4 lzap 2005-11-06 04:08:12 UTC
Works good.
Comment 5 tim 2006-02-12 11:35:52 UTC
poke ... would be great to have it in portage ...
only mistake in ebuild: license is MIT, not GPL-2
Comment 6 Raimondo Giammanco 2006-04-09 23:42:38 UTC
Hello, 
 it is possible that 
dev-python/pyparsing
must be listed as explicit dependency.
At least I needed to install it before I could emerge
pydot.
Comment 7 Sam Jacobson 2006-07-01 07:05:49 UTC
Created attachment 90613 [details, diff]
pydot-quote.patch

Does anyone have any issue with including the pydot-quote.patch with the package? It's stated as required by networkx. Bug #120794. To make it work I added the following to the ebuild.

src_unpack() {
    unpack ${A}
    cd "${S}"
    epatch "${FILESDIR}"/pydot-quote.patch
}

If anyone wants I'll post an updated ebuild.
Comment 8 David Grant 2006-07-13 16:33:48 UTC
I've made some changes to the ebuild and I'm going to commit it to sunrise.
Comment 9 David Grant 2006-07-13 17:03:11 UTC
I've committed this to sunrise and it should move to the reviewed section soon. Can someone please obsolete these ebuilds? Thanks.
Comment 10 Alastair Tse (RETIRED) gentoo-dev 2006-07-13 17:20:55 UTC
can you give a url to where it is on gentoo-sunrise.org? i quick browse of some categories doesn't turn it up for me.

i think having the ebuilds in overlays is a great idea, at the very least it makes it much easier for devs to test and merge into portage.
Comment 11 David Grant 2006-07-13 17:27:45 UTC
It hasn't quite made it to the reviewed section of sunrise yet. Should be soon though I hope. The one I committed looks like this: 

http://www.rafb.net/paste/results/rHdfRw20.html

Not much different. Someone should still obsolete the attachments though.
Comment 12 Alastair Tse (RETIRED) gentoo-dev 2006-07-14 07:35:50 UTC
ok .. i suppose i can see them here then:

http://www.gentoo-sunrise.org/sunrise/browser/sunrise/media-gfx/pydot
Comment 13 David Grant 2006-07-14 08:59:18 UTC
yep, it just made it there overnight. For anyone who doesn't know, emerge layman:

emerge layman
layman -f
layman -a sunrise
Comment 14 Jakub Moc (RETIRED) gentoo-dev 2006-08-10 15:04:21 UTC
Created attachment 93947 [details]
pydot-0.9.10.ebuild
Comment 15 Cédric Krier gentoo-dev 2006-12-06 13:40:20 UTC
Now in portage