2018-02-07 08:20:31 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2016-12-19 08:53:35 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
2017-05-16 23:51:27 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
2016-12-19 08:53:35 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Python FUSE bindings using ctypes"
|
2018-02-07 08:20:31 +03:00
|
|
|
HOMEPAGE="https://github.com/fusepy/fusepy"
|
|
|
|
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
2016-12-19 08:53:35 +03:00
|
|
|
LICENSE="BSD"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=">=sys-fs/fuse-2.9.7"
|
2016-12-20 09:40:42 +03:00
|
|
|
RDEPEND="
|
|
|
|
${DEPEND}
|
|
|
|
!dev-python/fuse-python"
|