Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfuse3/
Date: Mon, 16 May 2022 13:24:32
Message-Id: 1652707263.a22063bbec886d5c4384c4b0341a1803ef675874.mgorny@gentoo
1 commit: a22063bbec886d5c4384c4b0341a1803ef675874
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:21:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:21:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22063bb
7
8 dev-python/pyfuse3: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyfuse3/Manifest | 1 -
13 dev-python/pyfuse3/pyfuse3-3.1.1.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest
17 index 5f51f9b5abe2..e1db1f7198d8 100644
18 --- a/dev-python/pyfuse3/Manifest
19 +++ b/dev-python/pyfuse3/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyfuse3-3.1.1.tar.gz 460405 BLAKE2B 12be1eb8aeea1e76993dc46fb32d8afd220f9429fd9b17354849527417daf9b65fbb8ce031569eef80925783dda5fe2b76f7a82bf33b04a0ce6b299819887ef2 SHA512 8e091c770f1f8521ad7a2bfe6c88a4032b088b5cc47220790ea794bc3f8bf6e6a56776e30708d27f17da5ae57b35b0dbdf694822fb63313f4818a62326626d40
22 DIST pyfuse3-3.2.1.tar.gz 509083 BLAKE2B 16ada8aec47d8049907ef2710e9bfdf7991a8127560e7264e4eb58f7062efde478d2914597333991be4a6ef67a2a83c470560456287c1298b2008454ac831fb0 SHA512 468ef4cf9e2caef346a108f481a4c6dca8909ff3ea5aed11187df4c70c72c6180af9004348d25648368598495e5a5d9be2ba95d37f4d6d8a8c982f4893471b04
23
24 diff --git a/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild b/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild
25 deleted file mode 100644
26 index 6c01439d2f3a..000000000000
27 --- a/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Python 3 bindings for libfuse 3 with asynchronous API"
39 -HOMEPAGE="https://github.com/libfuse/pyfuse3"
40 -SRC_URI="https://github.com/libfuse/${PN}/releases/download/release-${PV}/${P}.tar.gz"
41 -
42 -LICENSE="LGPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
45 -
46 -CDEPEND="
47 - sys-fs/fuse:3
48 -"
49 -
50 -RDEPEND="
51 - dev-python/trio[${PYTHON_USEDEP}]
52 - ${CDEPEND}
53 -"
54 -
55 -DEPEND="${CDEPEND}"
56 -
57 -BDEPEND="test? (
58 - dev-python/pytest-trio[${PYTHON_USEDEP}]
59 -)"
60 -
61 -distutils_enable_tests pytest