commit: 8e2501d99a6b8487ff49a835c69d413da90cd092 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Dec 18 23:20:56 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Dec 18 23:21:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2501d9
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(+) diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest new file mode 100644 index 00000000..a1e8651 --- /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 00000000..86a593f --- /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 00000000..aefaba8 --- /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>[email protected]</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>
