*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / fuse-python / fuse-python-0.2.1-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 PYTHON_COMPAT=( python2_7 )
7
8 inherit distutils-r1
9
10 KEYWORDS="amd64 x86"
11 DESCRIPTION="Python FUSE bindings"
12 HOMEPAGE="https://github.com/libfuse/python-fuse"
13
14 SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
15 LICENSE="GPL-2"
16 SLOT="0"
17 IUSE=""
18
19 RDEPEND=">=sys-fs/fuse-2.0"
20 DEPEND="${RDEPEND}"