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 | |
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')
-rw-r--r-- | dev-python/fusepy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/fusepy/fusepy-2.0.4.ebuild | 20 | ||||
-rw-r--r-- | dev-python/fusepy/metadata.xml | 16 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest new file mode 100644 index 000000000000..a1e865102eed --- /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 000000000000..86a593f1e43f --- /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 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> |