Package Details: python2-fusepy 2.0.4-2

Git Clone URL: https://aur.archlinux.org/python2-fusepy.git (read-only, click to copy)
Package Base: python2-fusepy
Description: Simple ctypes bindings for FUSE
Upstream URL: https://github.com/terencehonles/fusepy
Keywords: binding fuse python
Licenses: custom:ISCL
Conflicts: python2-fusepy-git
Submitter: jetm
Maintainer: None
Last Packager: jetm
Votes: 24
Popularity: 0.000000
First Submitted: 2015-08-15 16:52 (UTC)
Last Updated: 2018-12-01 23:15 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

jetm commented on 2018-12-01 23:16 (UTC)

@dreieck: Thank you for the recommendation. I have removed python2-fusepy as a drop-in replacement for python2-fuse.

dreieck commented on 2018-11-28 09:59 (UTC) (edited on 2018-11-28 10:00 (UTC) by dreieck)

For your information:

python2-fusepy is not a drop-in replacement for python2-fuse.
Example:
facadefs, which depends on python2-fuse:
When python2-fusepy is forcefully installed instead of python2-fuse:

$ facadefs 
Traceback (most recent call last):
  File "/sbin/facadefs", line 24, in <module>
    from fuse import Fuse
ImportError: cannot import name Fuse

The other way round, python2-fuse is also not a drop-in replacement for python2-fusepy.

jetm commented on 2017-01-24 00:12 (UTC)

@TrialnError: I upgraded and I do think I make the changes you asked. Check it out and let me know if something else. Thanks!

TrialnError commented on 2017-01-23 23:25 (UTC) (edited on 2017-01-23 23:27 (UTC) by TrialnError)

Could you please adjust the download source and give the downloaded package an unique name? This will help people which use SRCDEST This can be achived by adding ${pkgname}-${pkgver}.tar.gz:: in front of the download url. Or adding a variable like _pkgname=fusepy, so the explicit cd command could use the var, as the downloaded package Thanks in advance

je-vv commented on 2015-08-15 17:15 (UTC)

Isn't it missing a "conflict" against "python2-fusepy-git"?