dev-python/pyfuse3: 3.2.1 version bump; fix metadata.

Switch to pypi releases, as github does not have proper releases for
anything never than 3.1.1.

Closes: https://bugs.gentoo.org/834333
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2022-03-07 00:26:30 +01:00
parent 3bcb0fce0b
commit f5d0fdfe14
3 changed files with 33 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST pyfuse3-3.1.1.tar.gz 460405 BLAKE2B 12be1eb8aeea1e76993dc46fb32d8afd220f9429fd9b17354849527417daf9b65fbb8ce031569eef80925783dda5fe2b76f7a82bf33b04a0ce6b299819887ef2 SHA512 8e091c770f1f8521ad7a2bfe6c88a4032b088b5cc47220790ea794bc3f8bf6e6a56776e30708d27f17da5ae57b35b0dbdf694822fb63313f4818a62326626d40
DIST pyfuse3-3.2.1.tar.gz 509083 BLAKE2B 16ada8aec47d8049907ef2710e9bfdf7991a8127560e7264e4eb58f7062efde478d2914597333991be4a6ef67a2a83c470560456287c1298b2008454ac831fb0 SHA512 468ef4cf9e2caef346a108f481a4c6dca8909ff3ea5aed11187df4c70c72c6180af9004348d25648368598495e5a5d9be2ba95d37f4d6d8a8c982f4893471b04

View File

@@ -5,7 +5,6 @@
<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>

View File

@@ -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="mirror://pypi/${PN:0:1}/${PN}/${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