From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/fusepy/Manifest | 1 + dev-python/fusepy/fusepy-3.0.1.ebuild | 21 +++++++++++++++++++++ dev-python/fusepy/metadata.xml | 16 ++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/fusepy/Manifest create mode 100644 dev-python/fusepy/fusepy-3.0.1.ebuild create mode 100644 dev-python/fusepy/metadata.xml (limited to 'dev-python/fusepy') diff --git a/dev-python/fusepy/Manifest b/dev-python/fusepy/Manifest new file mode 100644 index 000000000000..1654ec36983d --- /dev/null +++ b/dev-python/fusepy/Manifest @@ -0,0 +1 @@ +DIST fusepy-3.0.1.tar.gz 11519 BLAKE2B c76319b0d0b64a8dc674b803551f32352fed9a1e6e050110963a159259c3fed8fefbb63cfe6dda689738f07cb796c6b9da14e3070c4a1cf5b70892a6ebe52cc2 SHA512 f913dfd9f29412daa8239548c8ad8bcc64f8fc7be1425bf34cd40a5c4d22faae67c5d5575c187395d911f64ad0dda186614ada598b38b9557e18794639d43767 diff --git a/dev-python/fusepy/fusepy-3.0.1.ebuild b/dev-python/fusepy/fusepy-3.0.1.ebuild new file mode 100644 index 000000000000..4eeef7ba4637 --- /dev/null +++ b/dev-python/fusepy/fusepy-3.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Python FUSE bindings using ctypes" +HOMEPAGE="https://github.com/fusepy/fusepy https://pypi.org/project/fusepy/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + >=sys-fs/fuse-2.9.7:0 + !dev-python/fuse-python +" diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml new file mode 100644 index 000000000000..cf61fe136a92 --- /dev/null +++ b/dev-python/fusepy/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + Python + + + fusepy is a Python module that provides a simple interface to FUSE and + MacFUSE. It's just one file and is implemented using ctypes. + + + fusepy/fusepy + + gentoo-staging + -- cgit v1.3.1