diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-12 01:25:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-12 01:25:50 +0000 |
| commit | b40a2cb71bfecc3cb04f7d262d6fa516354a6df3 (patch) | |
| tree | 0a4a49a880ee6edea6be980746dbd969db36cc03 /dev-python/pyfuse3 | |
| parent | e890c3745142970dfaa988c2c8ec41a1fb327cd9 (diff) | |
| download | baldeagleos-repo-b40a2cb71bfecc3cb04f7d262d6fa516354a6df3.tar.gz baldeagleos-repo-b40a2cb71bfecc3cb04f7d262d6fa516354a6df3.tar.xz baldeagleos-repo-b40a2cb71bfecc3cb04f7d262d6fa516354a6df3.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyfuse3')
| -rw-r--r-- | dev-python/pyfuse3/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyfuse3/pyfuse3-3.2.2.ebuild | 41 | ||||
| -rw-r--r-- | dev-python/pyfuse3/pyfuse3-3.2.3.ebuild | 2 |
3 files changed, 1 insertions, 43 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 c3a86a0de736..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_{7,8,9,10,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 -} diff --git a/dev-python/pyfuse3/pyfuse3-3.2.3.ebuild b/dev-python/pyfuse3/pyfuse3-3.2.3.ebuild index 78f9953845ba..7ca71f8a3b09 100644 --- a/dev-python/pyfuse3/pyfuse3-3.2.3.ebuild +++ b/dev-python/pyfuse3/pyfuse3-3.2.3.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" DEPEND=" sys-fs/fuse:3 |
