First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 63789
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Josh Glover (RETIRED) <jmglov@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Moritz Armingeon <mort@bug.ch>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
fuse-python-0.1.ebuild sys-fs/fuse-python-0.1.ebuild text/plain Moritz Armingeon 2004-09-12 09:24 0000 663 bytes Details
fuse-python-0.1-r1.ebuild fuse-python-0.1-r1.ebuild text/plain Lars Strojny 2005-03-03 14:17 0000 751 bytes Details
fix_fuse-compat.diff patch to fix compile errors patch Lars Strojny 2005-03-03 14:18 0000 274 bytes Details | Diff
python-fuse-2.3.ebuild Ebuild for python bindings to FUSE text/plain Gunnar Wrobel 2005-09-12 14:45 0000 480 bytes Details
fuse-python-20060312.tar.bz2 fuse-python-20060312.tar.bz2 application/octet-stream Antonio 2006-03-12 07:25 0000 12.71 KB Details
fuse-python-20060312.ebuild fuse-python-20060312.ebuild text/plain Antonio 2006-03-12 08:22 0000 1.05 KB Details
fuse-python-20060912.ebuild new ebuild for a checked out version from September 12th 2006 text/plain Jürgen Geuter 2006-09-12 08:41 0000 799 bytes Details
fuse-python-20061027.ebuild sys-fs/fuse-python-20061027.ebuild text/plain Francesco R. (RETIRED) 2006-10-27 15:33 0000 650 bytes Details
fuse-python-20061027.ebuild sys-fs/fuse-python-20061027.ebuild text/plain Francesco R. (RETIRED) 2006-10-27 15:42 0000 629 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 63789 depends on: 59733 Show dependency tree
Bug 63789 blocks: 63785 112550
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-12 09:23 0000
Hi all

This is a python binding for fuse(http://bugs.gentoo.org/show_bug.cgi?id=59733) which is needed by gmailfs(http://bugs.gentoo.org/show_bug.cgi?id=63785).

Also here is a problem with the filename: It makes it hard to update. I'll also contact the devs about this.

Moritz

------- Comment #1 From Moritz Armingeon 2004-09-12 09:24:22 0000 -------
Created an attachment (id=39447) [edit]
sys-fs/fuse-python-0.1.ebuild

------- Comment #2 From Lukasz Strzygowski (RETIRED) 2004-09-12 10:04:07 0000 -------
We are not going to add ebuild for gmailfs to Portage. Do we have any other
package depending on fuse-python?

------- Comment #3 From Radek Podgorny 2004-10-06 14:50:09 0000 -------
There's no package right now AFAIK but I'd still like to see this in portage.
I'm doing some development with the python bindings and this would make the
installation a lot easier...

Thanks...

------- Comment #4 From Lars Strojny 2005-03-03 14:17:31 0000 -------
Created an attachment (id=52577) [edit]
fuse-python-0.1-r1.ebuild

Applies patch to make it building again

------- Comment #5 From Lars Strojny 2005-03-03 14:18:18 0000 -------
Created an attachment (id=52578) [edit]
patch to fix compile errors

------- Comment #6 From Alastair Tse (RETIRED) 2005-03-10 06:43:33 0000 -------
the ebuild should attempt to use the distutils eclass. also it would be better
if the tarball was versioned for mirroring purposes. if we can't convince
upstream to change the name, we'll have to mirror our own version of the
tarball.

------- Comment #7 From Gunnar Wrobel 2005-09-12 14:45:20 0000 -------
Created an attachment (id=68297) [edit]
Ebuild for python bindings to FUSE

Another attempt at getting the python bindings for FUSE into the tree :)

The source code for this ebuild is part of the official FUSE project
(http://fuse.sourceforge.net). The only problem is that they did not publish a
package so far. Nevertheless the python bindings has been in the cvs sources
for a while already (http://cvs.sourceforge.net/viewcvs.py/fuse/python/) and
there is also a debian package available
(http://packages.debian.org/unstable/python/python-fuse). I generated a
snapshot of the sources and made it available from my site. 

Since the code is part of the FUSE project it might be easier to simply add
this ebuild to the standard sys-fs/fuse package with a "python" use flag rather
than having a seperate ebuild. 

------- Comment #8 From Daniel Milne 2005-11-07 23:42:28 0000 -------
Hi there - I'd like to use python-fuse to attempt to make a filesystem for a
web
based photo management system I wrote. What's the likelyhood of this being
included in portage one day?

------- Comment #9 From Radek Podgorny 2005-11-10 15:15:29 0000 -------
Compiles just fine, will test functionality later...

------- Comment #10 From Gunnar Wrobel 2005-11-14 13:42:24 0000 -------
Added flickrfs as bug #112550 

It uses python-fuse to provide access to flickr.com and might be useful for
testing (though it is still a little bit rough around the edges).

------- Comment #11 From Lukasz Strzygowski (RETIRED) 2006-01-29 03:58:22 0000 -------
Reassigned to maintainer-wanted.

------- Comment #12 From Antonio 2006-03-12 07:25:04 0000 -------
Created an attachment (id=81979) [edit]
fuse-python-20060312.tar.bz2

Snapshot from cvs

------- Comment #13 From Antonio 2006-03-12 08:22:32 0000 -------
Created an attachment (id=81983) [edit]
fuse-python-20060312.ebuild

------- Comment #14 From Jürgen Geuter 2006-09-12 08:41:58 0000 -------
Created an attachment (id=96798) [edit]
new ebuild for a checked out version from September 12th 2006

Checked out the fuse-python version today, compiles without the need for a
patch.

I edited the ebuild to include the correct link to the homepage, too, and
uploaded the archive to my webspace to get rid of fetch restriction.

------- Comment #15 From Alastair Tse (RETIRED) 2006-09-19 13:54:45 0000 -------
*** Bug 146652 has been marked as a duplicate of this bug. ***

------- Comment #16 From Francesco R. (RETIRED) 2006-10-27 15:33:46 0000 -------
Created an attachment (id=100621) [edit]
sys-fs/fuse-python-20061027.ebuild

------- Comment #17 From Francesco R. (RETIRED) 2006-10-27 15:42:54 0000 -------
Created an attachment (id=100622) [edit]
sys-fs/fuse-python-20061027.ebuild

this may be better

------- Comment #18 From Erlend Davidson 2006-11-03 12:05:31 0000 -------
(In reply to comment #2)
> We are not going to add ebuild for gmailfs to Portage. Do we have any other
> package depending on fuse-python?
> 

Trackerfs (http://code.google.com/p/trackerfs/) also uses fuse-python.

------- Comment #19 From David Grant 2007-01-30 08:06:53 0000 -------
I suggest this be put in sunrise since it is maintainer-wanted and a lot of
things seem to depend on it.

I can put it in, unless I hear any nays.

------- Comment #20 From Gwern Branwen 2007-04-30 17:23:43 0000 -------
(In reply to comment #18)
> (In reply to comment #2)
> > We are not going to add ebuild for gmailfs to Portage. Do we have any other
> > package depending on fuse-python?
> > 
> 
> Trackerfs (http://code.google.com/p/trackerfs/) also uses fuse-python.
> 

Add in WikipediaFS <http://wikipediafs.sourceforge.net/> as another useful
program that needs the Python binding.

------- Comment #21 From Josh Glover (RETIRED) 2007-06-17 11:51:04 0000 -------
Snagging this.

------- Comment #22 From Josh Glover (RETIRED) 2007-06-17 11:52:54 0000 -------
Adding this to Portage now.

------- Comment #23 From Josh Glover (RETIRED) 2007-06-17 12:52:03 0000 -------
Added to Portage as ~x86. Resolving.

First Last Prev Next    No search results available      Search page      Enter new bug