mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 21:48:16 -07:00
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
This commit is contained in:
1
dev-python/fusepy/Manifest
Normal file
1
dev-python/fusepy/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fusepy-2.0.4.tar.gz 14113 SHA256 802610ab25ad04fc9ef34d024a0abe41cdcaff6a2cb8b2fb92cdda0057c09d1f SHA512 a76d6a795ea08bcfea30f783b06e263c0c31d603ade95f8ac40071fa844668c5f989111649908d26b4c2759feb48abedaf887c75f177c3639b1916b246e7d83c WHIRLPOOL 0f134aefa66d834810cb02fa527b53840ec1064ee8517934673bff26dfed8ab8d2be81f4248d7156896dbe26486e2c92611e0fb7d9b54fbe71e5770faf018399
|
||||
20
dev-python/fusepy/fusepy-2.0.4.ebuild
Normal file
20
dev-python/fusepy/fusepy-2.0.4.ebuild
Normal file
@@ -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}"
|
||||
16
dev-python/fusepy/metadata.xml
Normal file
16
dev-python/fusepy/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user