commit:     ad581fd86bfffb1751ed69959f6d7b93d9dfdb8f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 29 09:00:18 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 29 09:00:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad581fd8

dev-python/fusepy: new package, add 3.0.1

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/fusepy/fusepy-3.0.1.ebuild | 20 ++++++++++++++++++++
 dev-python/fusepy/metadata.xml        | 16 ++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/fusepy/fusepy-3.0.1.ebuild 
b/dev-python/fusepy/fusepy-3.0.1.ebuild
new file mode 100644
index 000000000..6e9b3de3c
--- /dev/null
+++ b/dev-python/fusepy/fusepy-3.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple ctypes bindings for FUSE"
+HOMEPAGE="https://github.com/fusepy/fusepy";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"        # No usable test phases
+
+DEPEND="sys-fs/fuse:0"
+RDEPEND="${DEPEND}"

diff --git a/dev-python/fusepy/metadata.xml b/dev-python/fusepy/metadata.xml
new file mode 100644
index 000000000..53cf5c2f9
--- /dev/null
+++ b/dev-python/fusepy/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Horea Christian</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">fusepy</remote-id>
+               <remote-id type="github">fusepy/fusepy</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to