Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fusepy/
Date: Mon, 02 Jan 2017 17:19:08
Message-Id: 1483377542.642c886f2adbd17cf685d839453712d44392dc29.monsieurp@gentoo
1 commit: 642c886f2adbd17cf685d839453712d44392dc29
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 17:18:44 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 17:19:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642c886f
7
8 dev-python/fusepy: get description right.
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/fusepy/metadata.xml | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml
16 index aefaba8..d806a30 100644
17 --- a/dev-python/fusepy/metadata.xml
18 +++ b/dev-python/fusepy/metadata.xml
19 @@ -5,10 +5,9 @@
20 <email>python@g.o</email>
21 <name>Python</name>
22 </maintainer>
23 - <longdescription>Pika is a pure-Python implementation of the AMQP 0-9-1
24 - protocol that tries to stay fairly independent of the underlying network
25 - support library. Pika was developed primarily for use with RabbitMQ, but
26 - should also work with other AMQP 0-9-1 brokers.
27 + <longdescription>
28 + fusepy is a Python module that provides a simple interface to FUSE and
29 + MacFUSE. It's just one file and is implemented using ctypes.
30 </longdescription>
31 <upstream>
32 <remote-id type="github">terencehonles/fusepy</remote-id>