diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest index 9fa2f50f36c13..2b9928a61d28d 100644 --- a/dev-python/pyfuse3/Manifest +++ b/dev-python/pyfuse3/Manifest @@ -1,3 +1 @@ -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.0-r1.ebuild b/dev-python/pyfuse3/pyfuse3-3.4.0-r1.ebuild deleted file mode 100644 index 3dd8040fe941d..0000000000000 --- a/dev-python/pyfuse3/pyfuse3-3.4.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..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" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -DEPEND=" - sys-fs/fuse:3= -" -RDEPEND=" - ${DEPEND} - dev-python/trio[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-trio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_configure() { - esetup.py build_cython -} diff --git a/dev-python/pyfuse3/pyfuse3-3.4.1.ebuild b/dev-python/pyfuse3/pyfuse3-3.4.1.ebuild deleted file mode 100644 index f51b72c9698b6..0000000000000 --- a/dev-python/pyfuse3/pyfuse3-3.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..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[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-trio[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_configure() { - esetup.py build_cython -}