From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/pyfuse3/Manifest | 1 - dev-python/pyfuse3/metadata.xml | 9 -------- dev-python/pyfuse3/pyfuse3-3.4.2.ebuild | 39 --------------------------------- 3 files changed, 49 deletions(-) delete mode 100644 dev-python/pyfuse3/Manifest delete mode 100644 dev-python/pyfuse3/metadata.xml delete mode 100644 dev-python/pyfuse3/pyfuse3-3.4.2.ebuild (limited to 'dev-python/pyfuse3') diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest deleted file mode 100644 index 2b9928a61d28..000000000000 --- a/dev-python/pyfuse3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyfuse3-3.4.2.tar.gz 1189811 BLAKE2B 94de8c369ff73d4b1700967f93bc5b2e7a80765aa6f7d41f75cfc0dffdde976ab286793a54126772e21d2659dde824997dcd5fd4bbe6a08e67a6ae4e6ccf0b8a SHA512 b858fd1b77c22ca064daafeba52f3b6c545c0c9f54393f7c795219de0d53093bee1bf1f31a6491f2db883721a0aeeedbb9e478e937eb3801a175cffe8b5a95ce diff --git a/dev-python/pyfuse3/metadata.xml b/dev-python/pyfuse3/metadata.xml deleted file mode 100644 index d901019bc6fb..000000000000 --- a/dev-python/pyfuse3/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - libfuse/pyfuse3 - pyfuse3 - - diff --git a/dev-python/pyfuse3/pyfuse3-3.4.2.ebuild b/dev-python/pyfuse3/pyfuse3-3.4.2.ebuild deleted file mode 100644 index ed93fdb4f1fe..000000000000 --- a/dev-python/pyfuse3/pyfuse3-3.4.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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_{13..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 -- cgit v1.3