fixed, sorry that it took so long.
Search Criteria
Package Details: python-pydot 1.0.29-2
Package Actions
| Package Base: | python-pydot |
|---|---|
| Description: | Python interface to Graphviz’s Dot language |
| Upstream URL: | https://github.com/nlhepler/pydot |
| Category: | lib |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | flying-sheep |
| Maintainer: | flying-sheep |
| Last Packager: | flying-sheep |
| Votes: | 10 |
| First Submitted: | 2014-10-11 16:58 |
| Last Updated: | 2014-11-17 11:57 |
Latest Comments
Comment by flying-sheep
Comment by mlotze
The building process fails with line 18: cd: /tmp/pkg/python-pydot/src/pydot-py3-adf18a858a63b321b7e4ffd964a24d73add1bf4f: No such file or directory
Changing the first line of the package() function from
cd "$srcdir/pydot-py3-$_gitrev"
to
cd "$srcdir/pydot-$_gitrev"
fixes this.
Comment by giniu
Hi, readme of this project says:
"This project has been deprecated in favour of github.com/nlhepler/pydot."
While you will be at it, I also believe this package should be named "python-pydot-git" and use proper git version - as this doesn't look like official/released version 1.0.28. You might consider uploading new one with that name, and asking to merge that one with its votes and stuff into new one.
And thanks for maintaining this package.