diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-07 07:18:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-07 07:18:42 +0000 |
| commit | fa00ab7f496855d4da054e8fe5d4c857fcb5a5f7 (patch) | |
| tree | 5ad63c1d12d1af1f36dd3cdce6d1461aba6423dc /dev-python/pyfuse3 | |
| parent | 0ced4acaeda93c504362f0379f41580b9eee2341 (diff) | |
| download | baldeagleos-repo-fa00ab7f496855d4da054e8fe5d4c857fcb5a5f7.tar.gz baldeagleos-repo-fa00ab7f496855d4da054e8fe5d4c857fcb5a5f7.tar.xz baldeagleos-repo-fa00ab7f496855d4da054e8fe5d4c857fcb5a5f7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyfuse3')
| -rw-r--r-- | dev-python/pyfuse3/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyfuse3/pyfuse3-3.4.2.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest index 72ce39a6f83b..9fa2f50f36c1 100644 --- a/dev-python/pyfuse3/Manifest +++ b/dev-python/pyfuse3/Manifest @@ -1,2 +1,3 @@ DIST pyfuse3-3.4.0.tar.gz 962992 BLAKE2B 44bacb061a29034ac02879ace6d727fb99e5341b59233788575b9d460bbef93152d4c29f855fa82966490d228f4c0e7f829d43940d3a36d963618276c5ba9bd1 SHA512 44220578d411abd8c75f9f3a88671dad96407ad261942f7ceb1e86454c9c0ed49cb5e8a8f533c8bddadf189382a75475e4641b2917dd83110cd5e2f6bd733db1 DIST pyfuse3-3.4.1.tar.gz 1185901 BLAKE2B cd51ad6194ea62fa4395ff0dc89ed977defe94a2054cf64803afec2cd99dd69aed3b8fe08537f54afeb1f60bf5de63cc462bed408833d0b674c3130451ebcd7c SHA512 3b82447ef0fc2bfa2264e7e4e42cbfdbb1d12adf33f1c32fb4913ff0d1084a66d1edd2dbbbeff8c379d49e9072471fc57ba07316484a03de3210c3eab0a074b6 +DIST pyfuse3-3.4.2.tar.gz 1189811 BLAKE2B 94de8c369ff73d4b1700967f93bc5b2e7a80765aa6f7d41f75cfc0dffdde976ab286793a54126772e21d2659dde824997dcd5fd4bbe6a08e67a6ae4e6ccf0b8a SHA512 b858fd1b77c22ca064daafeba52f3b6c545c0c9f54393f7c795219de0d53093bee1bf1f31a6491f2db883721a0aeeedbb9e478e937eb3801a175cffe8b5a95ce diff --git a/dev-python/pyfuse3/pyfuse3-3.4.2.ebuild b/dev-python/pyfuse3/pyfuse3-3.4.2.ebuild new file mode 100644 index 000000000000..6f559e84730c --- /dev/null +++ b/dev-python/pyfuse3/pyfuse3-3.4.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=standalone +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python 3 bindings for libfuse 3 with asynchronous API" +HOMEPAGE=" + https://github.com/libfuse/pyfuse3/ + https://pypi.org/project/pyfuse3/ +" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +DEPEND=" + sys-fs/fuse:3= +" +RDEPEND=" + ${DEPEND} + >=dev-python/trio-0.15[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-8.0[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-trio[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
