commit:     ff1c34cc8e742a8f038560b3129a6508c49f1c49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 04:52:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 04:53:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1c34cc

dev-python/pyfuse3: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyfuse3/Manifest                |  1 -
 dev-python/pyfuse3/pyfuse3-3.2.3-r1.ebuild | 40 ------------------------------
 dev-python/pyfuse3/pyfuse3-3.2.3.ebuild    | 40 ------------------------------
 3 files changed, 81 deletions(-)

diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest
index 3e1db09c024e..4b6c7350f565 100644
--- a/dev-python/pyfuse3/Manifest
+++ b/dev-python/pyfuse3/Manifest
@@ -1,2 +1 @@
-DIST pyfuse3-3.2.3.tar.gz 512352 BLAKE2B 
1b5826ea42a72fd5d688b4cd7617c2fd08a7f9b69381d52343e8891c90ba51f8c5c79a2b9c7c42944cd20493ea645a00a26e7c04cebec10322f71241b8b12df3
 SHA512 
2f35ea5e0f05af7184fe83458b976742f4f500d09098c68b71982e4b8c089485677bf1e704536e037d6f690fce3006a4fdb71697c68999ed412cc9d73aef8b13
 DIST pyfuse3-3.3.0.tar.gz 867765 BLAKE2B 
29a871bbd4c82298231eac0c8d4b668a75a9ea748c3dd15f093a369770fbfe080620b6209c79ce934880757764c946c3216b558dcc63cd1d1a7ef03e124174c2
 SHA512 
b23116104fc78e9d6688e05f495a1cc48ff2c0af03a537c1f2743f84a596ba36b59e1ccba2e8272a0483c083479df91be2ccd49bd2e0cb160ff02a74ad623d18

diff --git a/dev-python/pyfuse3/pyfuse3-3.2.3-r1.ebuild 
b/dev-python/pyfuse3/pyfuse3-3.2.3-r1.ebuild
deleted file mode 100644
index b2da2b9727ba..000000000000
--- a/dev-python/pyfuse3/pyfuse3-3.2.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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_{9..12} )
-
-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-3[${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.2.3.ebuild 
b/dev-python/pyfuse3/pyfuse3-3.2.3.ebuild
deleted file mode 100644
index f6b09e1eea65..000000000000
--- a/dev-python/pyfuse3/pyfuse3-3.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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_{9..11} )
-
-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
-}

Reply via email to