diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-02 20:33:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-02 20:33:47 +0000 |
| commit | b2b90ed2baa48a90f171faafa72d7801874a10eb (patch) | |
| tree | 7ab7a6c3d3104cca20ae0a9e2c38887728e7b6f2 /dev-python/fuse-python/fuse-python-1.0.4.ebuild | |
| parent | d27e4d91f06b2bb5c354f06c64ad40ce84e41e5e (diff) | |
| download | baldeagleos-repo-b2b90ed2baa48a90f171faafa72d7801874a10eb.tar.gz baldeagleos-repo-b2b90ed2baa48a90f171faafa72d7801874a10eb.tar.xz baldeagleos-repo-b2b90ed2baa48a90f171faafa72d7801874a10eb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/fuse-python/fuse-python-1.0.4.ebuild')
| -rw-r--r-- | dev-python/fuse-python/fuse-python-1.0.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/fuse-python/fuse-python-1.0.4.ebuild b/dev-python/fuse-python/fuse-python-1.0.4.ebuild new file mode 100644 index 000000000000..e2c77cfe8a87 --- /dev/null +++ b/dev-python/fuse-python/fuse-python-1.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,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" |
