Package Details: gdrivefs 0.14.13-2

Git Clone URL: https://aur.archlinux.org/gdrivefs.git (read-only, click to copy)
Package Base: gdrivefs
Description: An innovative FUSE wrapper for Google Drive
Upstream URL: https://github.com/dsoprea/GDriveFS
Keywords: drive fuse google
Licenses: GPL2
Submitter: jetm
Maintainer: willemw
Last Packager: willemw
Votes: 37
Popularity: 0.000658
First Submitted: 2015-08-15 15:35 (UTC)
Last Updated: 2021-04-10 06:39 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

essboyer commented on 2022-10-01 01:51 (UTC)

Hi! First comment here! Long time user, first time caller, etc.

FWIW, downloading and installing from source automatically configured against oauth2client 3, so it worked like a charm for me (YMMV)!

e.g:

sudo yay -R gdrivefs
git clone https://github.com/dsoprea/GDriveFS.git
cd GDriveFS
sudo python setup.py install

willemw commented on 2021-03-24 06:11 (UTC)

@axolotl: core/binutils, which includes 'strip', is in the core repository. It should already be installed.

arnottcr commented on 2021-03-23 21:30 (UTC)

during a new install I noticed that build requires strip, mind adding a makedeps entry for binutils, or is this assumed like base?

JonghunBok commented on 2020-03-16 11:34 (UTC)

If you have any trouble because Google doesn't like oauth2client >= 4.0.0, try downgrading the package with sudo pip install --upgrade oauth2client==3.

I'm not sure if using sudo with pip is a good practice though. Worked for me!

willemw commented on 2020-02-16 16:19 (UTC)

GDriveFS is not compatible with Python 3 and not with python-oauth2client (>=4.0.0).

willemw commented on 2020-02-08 10:55 (UTC)

Please migrate to Python 3.

willemw commented on 2019-03-14 07:43 (UTC)

Builds also without python2-distribute.

je-vv commented on 2019-01-22 02:32 (UTC)

Hi @jetm, missing PR 202: https://github.com/dsoprea/GDriveFS/pull/202. It's necessary to prevent issues with fuse multi threading, which corrupts reads...

jetm commented on 2019-01-20 17:07 (UTC)

@je-vv: Updated the packaged with the new version and removed the update() part. Thank you!

je-vv commented on 2019-01-20 03:32 (UTC) (edited on 2019-01-20 04:07 (UTC) by je-vv)

The new 0.14.12 seems to have a bit different dependencies:

'python2' 'python2-dateutil' 'python2-fusepy' 'python2-gevent' 'python2-google-api-python-client' 'python2-greenlet' 'python2-httplib2' 'python2-six'

The build section can be removed I'd guess, and use the following package:

package() { cd ${srcdir}/${_gitname}-${pkgver} python setup.py install --root="${pkgdir}" --prefix="/usr" --optimize=1 }