Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63789 - sys-fs/fuse-python-0.1 (New package)
Summary: sys-fs/fuse-python-0.1 (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Josh Glover (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
: 146652 (view as bug list)
Depends on: 59733
Blocks: 63785 112550
  Show dependency tree
 
Reported: 2004-09-12 09:23 UTC by Moritz Armingeon
Modified: 2007-06-17 12:52 UTC (History)
15 users (show)

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


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

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Armingeon 2004-09-12 09:23:04 UTC
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 Moritz Armingeon 2004-09-12 09:24:22 UTC
Created attachment 39447 [details]
sys-fs/fuse-python-0.1.ebuild
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-09-12 10:04:07 UTC
We are not going to add ebuild for gmailfs to Portage. Do we have any other package depending on fuse-python?
Comment 3 Radek Podgorny 2004-10-06 14:50:09 UTC
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 Lars Strojny 2005-03-03 14:17:31 UTC
Created attachment 52577 [details]
fuse-python-0.1-r1.ebuild

Applies patch to make it building again
Comment 5 Lars Strojny 2005-03-03 14:18:18 UTC
Created attachment 52578 [details, diff]
patch to fix compile errors
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2005-03-10 06:43:33 UTC
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 Gunnar Wrobel (RETIRED) gentoo-dev 2005-09-12 14:45:20 UTC
Created attachment 68297 [details]
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 Daniel Milne 2005-11-07 23:42:28 UTC
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 Radek Podgorny 2005-11-10 15:15:29 UTC
Compiles just fine, will test functionality later...
Comment 10 Gunnar Wrobel (RETIRED) gentoo-dev 2005-11-14 13:42:24 UTC
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 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-01-29 03:58:22 UTC
Reassigned to maintainer-wanted.
Comment 12 Antonio 2006-03-12 07:25:04 UTC
Created attachment 81979 [details]
fuse-python-20060312.tar.bz2

Snapshot from cvs
Comment 13 Antonio 2006-03-12 08:22:32 UTC
Created attachment 81983 [details]
fuse-python-20060312.ebuild
Comment 14 Jürgen Geuter 2006-09-12 08:41:58 UTC
Created attachment 96798 [details]
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 Alastair Tse (RETIRED) gentoo-dev 2006-09-19 13:54:45 UTC
*** Bug 146652 has been marked as a duplicate of this bug. ***
Comment 16 Francesco R. (RETIRED) gentoo-dev 2006-10-27 15:33:46 UTC
Created attachment 100621 [details]
sys-fs/fuse-python-20061027.ebuild
Comment 17 Francesco R. (RETIRED) gentoo-dev 2006-10-27 15:42:54 UTC
Created attachment 100622 [details]
sys-fs/fuse-python-20061027.ebuild

this may be better
Comment 18 Erlend Davidson 2006-11-03 12:05:31 UTC
(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 David Grant 2007-01-30 08:06:53 UTC
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 Gwern Branwen 2007-04-30 17:23:43 UTC
(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 Josh Glover (RETIRED) gentoo-dev 2007-06-17 11:51:04 UTC
Snagging this.
Comment 22 Josh Glover (RETIRED) gentoo-dev 2007-06-17 11:52:54 UTC
Adding this to Portage now.
Comment 23 Josh Glover (RETIRED) gentoo-dev 2007-06-17 12:52:03 UTC
Added to Portage as ~x86. Resolving.