diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/llfuse | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/llfuse')
| -rw-r--r-- | dev-python/llfuse/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/llfuse/files/llfuse-1.3.5-cflags.patch | 15 | ||||
| -rw-r--r-- | dev-python/llfuse/llfuse-1.5.2.ebuild | 59 | ||||
| -rw-r--r-- | dev-python/llfuse/metadata.xml | 12 |
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest deleted file mode 100644 index 3f7a757a42aa..000000000000 --- a/dev-python/llfuse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST llfuse-1.5.2.tar.gz 1010784 BLAKE2B e939df082a550bf720d2c945aed22da741c4bed9694854013592749e3c75fdd2075ac1dc328be72ac4be946d5281592b7804de84ad148fcbef4dccacbf6d4e17 SHA512 071fe2a7415959560a85cb5734261dc34d0d8cb83ca23413a06c6118ca7efc34ad17adcbf490b8cf71d8b2c55afd17e3fc0b091bfb12af842fc5c3f5b03de845 diff --git a/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch b/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch deleted file mode 100644 index 43490cf5f4db..000000000000 --- a/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch +++ /dev/null @@ -1,15 +0,0 @@ -Build fails under pypy(3) when enabling these flags. - ---- llfuse-1.3.5/setup.py -+++ llfuse-1.3.5/setup.py -@@ -74,8 +74,8 @@ - long_desc = fh.read() - - compile_args = pkg_config('fuse', cflags=True, ldflags=False, min_ver='2.8.0') -- compile_args += ['-DFUSE_USE_VERSION=29', '-Wall', '-Wextra', '-Wconversion', -- '-Wsign-compare', '-DLLFUSE_VERSION="%s"' % LLFUSE_VERSION] -+ compile_args += ['-DFUSE_USE_VERSION=29', '-Wall', '-Wextra', -+ '-DLLFUSE_VERSION="%s"' % LLFUSE_VERSION] - - # We may have unused functions if we compile for older FUSE versions - compile_args.append('-Wno-unused-function') diff --git a/dev-python/llfuse/llfuse-1.5.2.ebuild b/dev-python/llfuse/llfuse-1.5.2.ebuild deleted file mode 100644 index 28a2d392ec84..000000000000 --- a/dev-python/llfuse/llfuse-1.5.2.ebuild +++ /dev/null @@ -1,59 +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=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for the low-level FUSE API" -HOMEPAGE=" - https://github.com/python-llfuse/python-llfuse/ - https://pypi.org/project/llfuse/ -" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -IUSE="doc examples" - -RDEPEND=" - >=sys-fs/fuse-2.8.0:0 -" -DEPEND=" - ${RDEPEND} - sys-apps/attr -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/llfuse-1.3.5-cflags.patch -) - -distutils_enable_sphinx rst -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - # force regen - rm src/llfuse.c || die - distutils-r1_src_prepare -} - -python_compile() { - if [[ ! -f src/llfuse.c ]]; then - esetup.py build_cython - fi - distutils-r1_python_compile -} - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -} diff --git a/dev-python/llfuse/metadata.xml b/dev-python/llfuse/metadata.xml deleted file mode 100644 index ae38926afd1c..000000000000 --- a/dev-python/llfuse/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">llfuse</remote-id> - <remote-id type="github">python-llfuse/python-llfuse</remote-id> - </upstream> -</pkgmetadata> |
