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 B239715808B for ; Mon, 28 Feb 2022 00:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD23BE0829; Mon, 28 Feb 2022 00:01:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91102E0829 for ; Mon, 28 Feb 2022 00:01:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 658F23433C6 for ; Mon, 28 Feb 2022 00:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F04F32EE for ; Mon, 28 Feb 2022 00:01:44 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1646006502.3966444060bd05facecf261375258dd9b3ad7942.slashbeast@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/metadata.xml dev-python/pyfuse3/pyfuse3-3.1.1.ebuild X-VCS-Directories: dev-python/pyfuse3/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 3966444060bd05facecf261375258dd9b3ad7942 X-VCS-Branch: master Date: Mon, 28 Feb 2022 00:01:44 +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: 4eb31554-c5dc-40f5-b64c-8e47ce874dd4 X-Archives-Hash: a2fd49e23893331b0e22ace16fad115b commit: 3966444060bd05facecf261375258dd9b3ad7942 Author: Piotr Karbowski gentoo org> AuthorDate: Sun Feb 27 23:47:31 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Mon Feb 28 00:01:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39664440 dev-python/pyfuse3: new package. Signed-off-by: Piotr Karbowski gentoo.org> dev-python/pyfuse3/Manifest | 1 + dev-python/pyfuse3/metadata.xml | 13 +++++++++++++ dev-python/pyfuse3/pyfuse3-3.1.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/pyfuse3/Manifest b/dev-python/pyfuse3/Manifest new file mode 100644 index 000000000000..ffa8fd846299 --- /dev/null +++ b/dev-python/pyfuse3/Manifest @@ -0,0 +1 @@ +DIST pyfuse3-3.1.1.tar.gz 460405 BLAKE2B 12be1eb8aeea1e76993dc46fb32d8afd220f9429fd9b17354849527417daf9b65fbb8ce031569eef80925783dda5fe2b76f7a82bf33b04a0ce6b299819887ef2 SHA512 8e091c770f1f8521ad7a2bfe6c88a4032b088b5cc47220790ea794bc3f8bf6e6a56776e30708d27f17da5ae57b35b0dbdf694822fb63313f4818a62326626d40 diff --git a/dev-python/pyfuse3/metadata.xml b/dev-python/pyfuse3/metadata.xml new file mode 100644 index 000000000000..0cb24f5bf954 --- /dev/null +++ b/dev-python/pyfuse3/metadata.xml @@ -0,0 +1,13 @@ + + + + + slashbeast@gentoo.org + Piotr Karbowski + + + + libfuse/pyfuse3 + pyfuse3 + + diff --git a/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild b/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild new file mode 100644 index 000000000000..ae3a573f428a --- /dev/null +++ b/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Python 3 bindings for libfuse 3 with asynchronous API" +HOMEPAGE="https://github.com/libfuse/pyfuse3" +SRC_URI="https://github.com/libfuse/${PN}/releases/download/release-${PV}/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +CDEPEND=" + sys-fs/fuse:3 +" + +RDEPEND=" + dev-python/trio[${PYTHON_USEDEP}] + ${CDEPEND} +" + +DEPEND="${CDEPEND}" + +BDEPEND="test? ( + dev-python/pytest-trio[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest