From 8e2501d99a6b8487ff49a835c69d413da90cd092 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 19 Dec 2016 00:20:56 +0100 Subject: [PATCH] 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 diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest new file mode 100644 index 0000000000000..a1e865102eed5 --- /dev/null +++ b/dev-python/fusepy/Manifest @@ -0,0 +1 @@ +DIST fusepy-2.0.4.tar.gz 14113 SHA256 802610ab25ad04fc9ef34d024a0abe41cdcaff6a2cb8b2fb92cdda0057c09d1f SHA512 a76d6a795ea08bcfea30f783b06e263c0c31d603ade95f8ac40071fa844668c5f989111649908d26b4c2759feb48abedaf887c75f177c3639b1916b246e7d83c WHIRLPOOL 0f134aefa66d834810cb02fa527b53840ec1064ee8517934673bff26dfed8ab8d2be81f4248d7156896dbe26486e2c92611e0fb7d9b54fbe71e5770faf018399 diff --git a/dev-python/fusepy/fusepy-2.0.4.ebuild b/dev-python/fusepy/fusepy-2.0.4.ebuild new file mode 100644 index 0000000000000..86a593f1e43f8 --- /dev/null +++ b/dev-python/fusepy/fusepy-2.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Python FUSE bindings using ctypes" +HOMEPAGE="https://github.com/terencehonles/fusepy" +SRC_URI="https://github.com/terencehonles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +DEPEND=">=sys-fs/fuse-2.9.7" +RDEPEND="${DEPEND}" diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml new file mode 100644 index 0000000000000..aefaba83bc265 --- /dev/null +++ b/dev-python/fusepy/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + Python + + 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. + + + terencehonles/fusepy + +