diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-25 12:50:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-25 12:50:33 +0000 |
| commit | 22556625ff9ef6f9199d3738109cfecc87fdf23e (patch) | |
| tree | 13d897dc9be730005d53cbc9d65ecbd13e04e1e8 /dev-python/fuse-python/fuse-python-1.0.5.ebuild | |
| parent | 13b1ad8454c73fbeb307dd617f236adaf633ca6b (diff) | |
| download | baldeagleos-repo-22556625ff9ef6f9199d3738109cfecc87fdf23e.tar.gz baldeagleos-repo-22556625ff9ef6f9199d3738109cfecc87fdf23e.tar.xz baldeagleos-repo-22556625ff9ef6f9199d3738109cfecc87fdf23e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/fuse-python/fuse-python-1.0.5.ebuild')
| -rw-r--r-- | dev-python/fuse-python/fuse-python-1.0.5.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/fuse-python/fuse-python-1.0.5.ebuild b/dev-python/fuse-python/fuse-python-1.0.5.ebuild new file mode 100644 index 000000000000..3307f9c9fe70 --- /dev/null +++ b/dev-python/fuse-python/fuse-python-1.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + +inherit distutils-r1 + +MY_P=python-fuse-${PV} +DESCRIPTION="Python FUSE bindings" +HOMEPAGE="https://github.com/libfuse/python-fuse" +SRC_URI=" + https://github.com/libfuse/python-fuse/archive/v${PV}.tar.gz + -> ${MY_P}.tar.gz +" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-fs/fuse:0=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" |
