summaryrefslogtreecommitdiff
path: root/dev-python/fuse-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-01 00:07:06 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-01 00:07:06 +0100
commit1551fe56fd6ba43a94509cffc61b6bf854b7ac9f (patch)
treebe99b6ceb874878a108d68c641b476a2df076517 /dev-python/fuse-python
parent0e2a727aba684f1a44cc0402a3f77d242140681b (diff)
gentoo auto-resync : 01:06:2024 - 00:07:06
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r--dev-python/fuse-python/Manifest3
-rw-r--r--dev-python/fuse-python/fuse-python-1.0.5.ebuild27
-rw-r--r--dev-python/fuse-python/metadata.xml13
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/fuse-python/Manifest b/dev-python/fuse-python/Manifest
deleted file mode 100644
index 64c36113ad10..000000000000
--- a/dev-python/fuse-python/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-fuse-1.0.5.gh.tar.gz 46592 BLAKE2B 9d33cf508a57b1a08f6c257ecee89386826f5f6c9be223f33c36789930baccaacab112305e264aa5c412f30bfff0562c6701b8ec1f9632d9d2e5ff8ea6013073 SHA512 e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2
-EBUILD fuse-python-1.0.5.ebuild 575 BLAKE2B 9f00abed3b896122b3e9f7dde7529ad717de9b8221fd5d21e1347ec1346d7b3f801517b6f0d3c91f5b4199602fb94a4f4aa65fdb4d6b64a3cea96e483e8162dd SHA512 4adf88fa718921b0bbd475df81eeb35a5662fd4b4399477e19de4c087a56af2ebeef93b07f935434e543d3aff0574cca434a655a0de99ff717d31c325107766d
-MISC metadata.xml 423 BLAKE2B 215c321173822a9a1cdce134889b1a22aa74b0cb1ad4fc1ad04c65198b80f712dfdd71ab3169fbae14a899838340cffa1cb13e653ea681d41f35c7b2cefa676c SHA512 24cca49d8b9417368d09132a09ad5884ead565057dad4773e788a264e64028f0c7ad87d2faed16a6e2eee57d3284a23329419e6ac3904408e548a9a5ca8ce591
diff --git a/dev-python/fuse-python/fuse-python-1.0.5.ebuild b/dev-python/fuse-python/fuse-python-1.0.5.ebuild
deleted file mode 100644
index a45fa1f4a3ef..000000000000
--- a/dev-python/fuse-python/fuse-python-1.0.5.ebuild
+++ /dev/null
@@ -1,27 +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_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P=python-fuse-${PV}
-DESCRIPTION="Python FUSE bindings"
-HOMEPAGE="https://github.com/libfuse/python-fuse"
-SRC_URI="
- https://github.com/libfuse/python-fuse/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-fs/fuse:0="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
diff --git a/dev-python/fuse-python/metadata.xml b/dev-python/fuse-python/metadata.xml
deleted file mode 100644
index 85b1282ba244..000000000000
--- a/dev-python/fuse-python/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">libfuse/python-fuse</remote-id>
- <remote-id type="pypi">fuse-python</remote-id>
- <remote-id type="sourceforge">fuse</remote-id>
- </upstream>
-</pkgmetadata>