diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-19 00:20:56 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-19 00:21:15 +0100 |
commit | 8e2501d99a6b8487ff49a835c69d413da90cd092 (patch) | |
tree | bffb9276bceb3db3ff717796cdcd5dffbd2891f1 /dev-python/fusepy/metadata.xml | |
parent | dev-php/symfony-process: add the PHP project as a co-maintainer. (diff) | |
download | gentoo-8e2501d99a6b8487ff49a835c69d413da90cd092.tar.gz gentoo-8e2501d99a6b8487ff49a835c69d413da90cd092.tar.bz2 gentoo-8e2501d99a6b8487ff49a835c69d413da90cd092.zip |
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
Diffstat (limited to 'dev-python/fusepy/metadata.xml')
-rw-r--r-- | dev-python/fusepy/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml new file mode 100644 index 000000000000..aefaba83bc26 --- /dev/null +++ b/dev-python/fusepy/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription>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. + </longdescription> + <upstream> + <remote-id type="github">terencehonles/fusepy</remote-id> + </upstream> +</pkgmetadata> |