public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfuse3/
Date: Mon, 28 Feb 2022 00:01:44 +0000 (UTC)	[thread overview]
Message-ID: <1646006502.3966444060bd05facecf261375258dd9b3ad7942.slashbeast@gentoo> (raw)

commit:     3966444060bd05facecf261375258dd9b3ad7942
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 23:47:31 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> 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 <slashbeast <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>slashbeast@gentoo.org</email>
+		<name>Piotr Karbowski</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">libfuse/pyfuse3</remote-id>
+		<remote-id type="pypi">pyfuse3</remote-id>
+	</upstream>
+</pkgmetadata>

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


             reply	other threads:[~2022-02-28  0:01 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28  0:01 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-06 23:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfuse3/ Piotr Karbowski
2022-04-15  6:43 Sam James
2022-05-16 13:24 Michał Górny
2022-06-19 14:33 Piotr Karbowski
2022-06-19 14:58 Piotr Karbowski
2022-08-16 15:07 Sam James
2022-08-16 15:07 Sam James
2022-09-28 18:34 Michał Górny
2022-11-03 19:28 Sam James
2022-11-04  8:16 Agostino Sarubbo
2022-11-04  8:38 Michał Górny
2023-05-04 16:22 Michał Górny
2023-05-10  3:00 Michał Górny
2023-06-11 13:46 Sam James
2023-06-11 18:38 Jakov Smolić
2023-06-11 19:19 Michał Górny
2023-07-30 10:04 Piotr Karbowski
2023-08-07  2:36 Michał Górny
2023-08-28 23:13 Sam James
2023-08-28 23:13 Sam James
2023-09-07 19:52 Sam James
2023-09-07 19:52 Sam James
2023-09-08  4:53 Michał Górny
2024-02-10  3:28 Sam James
2024-06-20 18:49 Michał Górny
2024-08-29  4:52 Michał Górny
2024-09-14 11:31 Arthur Zamarin
2024-09-14 12:06 Arthur Zamarin
2024-09-14 13:22 Arthur Zamarin
2024-09-14 14:07 Michał Górny
2025-03-25  8:14 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1646006502.3966444060bd05facecf261375258dd9b3ad7942.slashbeast@gentoo \
    --to=slashbeast@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox