Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469344 - [ebuild request] dev-python/fusepy
Summary: [ebuild request] dev-python/fusepy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/terencehonles/fusepy
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 20:43 UTC by Pavlos Ratis (RETIRED)
Modified: 2016-12-22 22:02 UTC (History)
1 user (show)

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


Attachments
dev-python/fusepy ebuild (fusepy-2.0.2.ebuild,485 bytes, text/plain)
2014-08-30 20:10 UTC, Vince C.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavlos Ratis (RETIRED) Gentoo Infrastructure gentoo-dev 2013-05-10 20:43:37 UTC
fusepy is a Python module that provides a simple interface to FUSE and MacFUSE.
Comment 1 Vince C. 2014-08-30 20:10:08 UTC
Created attachment 383982 [details]
dev-python/fusepy ebuild

This ebuild comes directly from GIT Hub (aka https://github.com/lotan/gentoo_overlay/blob/master/dev-python/fusepy/fusepy-2.0.2.ebuild) but I added the required dependencies, especially the conflict with fuse-python, which fuse.py collides with that of fusepy hence both may not be installed simultaneously.
Comment 2 Patrice Clement gentoo-dev 2016-12-18 23:22:00 UTC
commit 8e2501d99a6b8487ff49a835c69d413da90cd092 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Mon Dec 19 00:20:56 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Dec 19 00:21:15 2016 +0100

dev-python/fusepy: new package.

fusepy is a Python module that provides a simple interface to FUSE and MacFUSE.
It's just one file and is implemented using ctypes.

Gentoo-Bug: https://bugs.gentoo.org/469344

Package-Manager: portage-2.3.0

dev-python/fusepy/Manifest            |  1 +
dev-python/fusepy/fusepy-2.0.4.ebuild | 20 ++++++++++++++++++++
dev-python/fusepy/metadata.xml        | 16 ++++++++++++++++
3 files changed, 37 insertions(+)
create mode 100644 dev-python/fusepy/Manifest
create mode 100644 dev-python/fusepy/fusepy-2.0.4.ebuild
create mode 100644 dev-python/fusepy/metadata.xml

Package added to the tree. Thanks for reporting it!
Comment 3 Diogo Pereira 2016-12-22 22:02:32 UTC
longdescription in metadata.xml is wrong (copied from an unrelated package):

> Pika is a pure-Python implementation of the AMQP 0-9-1
> protocol that tries to stay fairly independent of the underlying network
> support library. Pika was developed primarily for use with RabbitMQ, but
> should also work with other AMQP 0-9-1 brokers.