From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC81515810F for ; Sun, 11 Jun 2023 19:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 643CEE0905; Sun, 11 Jun 2023 19:19:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23E57E0900 for ; Sun, 11 Jun 2023 19:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68CFF341431 for ; Sun, 11 Jun 2023 19:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD50A9F for ; Sun, 11 Jun 2023 19:19:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686511145.4376d50a8c171af748368ebb98c6ecc291ee231f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfuse3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfuse3/Manifest dev-python/pyfuse3/pyfuse3-3.2.2.ebuild X-VCS-Directories: dev-python/pyfuse3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4376d50a8c171af748368ebb98c6ecc291ee231f X-VCS-Branch: master Date: Sun, 11 Jun 2023 19:19:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d49f4a5-4469-4a09-823b-984e1a6523f4 X-Archives-Hash: a20fb840a4e98549b9f7358e9905b597 commit: 4376d50a8c171af748368ebb98c6ecc291ee231f Author: Michał Górny gentoo org> AuthorDate: Sun Jun 11 19:15:04 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 11 19:19:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4376d50a dev-python/pyfuse3: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyfuse3/Manifest | 1 - dev-python/pyfuse3/pyfuse3-3.2.2.ebuild | 41 --------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest index ca32fce3098c..542b6cee71f6 100644 --- a/dev-python/pyfuse3/Manifest +++ b/dev-python/pyfuse3/Manifest @@ -1,2 +1 @@ -DIST pyfuse3-3.2.2.tar.gz 510868 BLAKE2B a6f11083a3ddec031fdfe5cb810be526cba26d7bc9599a64d28e9a45281aeb04fca8728ff3788e44f1736475c89e64c3c1fd7cb964ff81fc30ce441a5dda7fae SHA512 91787c4198592ff5f0c022141e6c3cb1701108a6635b4d26347c4f7efff2a83aec206e939b44879ad1fd5c6c85aa6731b7465c998ec55ec032a6db024ffee817 DIST pyfuse3-3.2.3.tar.gz 512352 BLAKE2B 1b5826ea42a72fd5d688b4cd7617c2fd08a7f9b69381d52343e8891c90ba51f8c5c79a2b9c7c42944cd20493ea645a00a26e7c04cebec10322f71241b8b12df3 SHA512 2f35ea5e0f05af7184fe83458b976742f4f500d09098c68b71982e4b8c089485677bf1e704536e037d6f690fce3006a4fdb71697c68999ed412cc9d73aef8b13 diff --git a/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild b/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild deleted file mode 100644 index cff71d6a132e..000000000000 --- a/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild +++ /dev/null @@ -1,41 +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}] - sys-apps/which - ) -" - -distutils_enable_tests pytest - -python_configure() { - esetup.py build_cython -}