summaryrefslogtreecommitdiff
path: root/dev-python/inotify-simple
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/inotify-simple
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/inotify-simple')
-rw-r--r--dev-python/inotify-simple/Manifest5
-rw-r--r--dev-python/inotify-simple/inotify-simple-1.3.5.ebuild21
-rw-r--r--dev-python/inotify-simple/inotify-simple-2.0.1.ebuild23
-rw-r--r--dev-python/inotify-simple/metadata.xml12
4 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/inotify-simple/Manifest b/dev-python/inotify-simple/Manifest
deleted file mode 100644
index 26dd7427df57..000000000000
--- a/dev-python/inotify-simple/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST inotify-simple-2.0.1.gh.tar.gz 10194 BLAKE2B 4adda698e6d3a5a497ebb3a85d1a1221259c13884760fd45d8288bd16598f3c07f1d69a663aa82df40d544f67755b1c7dda0e898ac76d9ab5f3ff49cc77eaa05 SHA512 b804bc1f08566dd17bc3d5986ccaba89a3f1320dc6239e6d4f1596ebace1fcc271b56e2b8c37c027482495c5ad0c83d2a97e085887066f141e9cd0615496e3de
-DIST inotify_simple-1.3.5.tar.gz 9747 BLAKE2B 9471e0dee9821e26c0dbca1d0480333f5e310d7b2dd177d4733c66653bb365994143c7588d3efbb122b95ec6e44d87a1cca2085f6e70b970c8e0f9b66a7ead34 SHA512 fa8048786e6d4771ca63d6a2cc3e4230ec68a2d6f4bf8ca5a06056d0d261a678c3769112796a4e6a0f9c6be7331a16c4a06283d0240debb6ab407cd86b460c49
-EBUILD inotify-simple-1.3.5.ebuild 463 BLAKE2B 93fe5a6dc1c642aeee002a0dbf23cd0e7aeb7b9a562abe4cab75b3ba5960a74d86d9268f1e67b0ed2d6c5b9aff0e05ba93f349e80216f4dc39083c0961922c9d SHA512 2fd4a286145ae706b4b971a4e209cf16b4b499b2a780b7d9699eece44ddac320bbc162c498b840af46fd51e2320f922fc896bf9f8bc0bc38af93e77bab20d1bb
-EBUILD inotify-simple-2.0.1.ebuild 570 BLAKE2B d0c4beb2c121bc8b0be95ce7a9157079946f5e6eda900756afd8638fbb2585cbd34b5a739d16282cda4c77ba3527812f2eb8ef9b13e045b39d03b3cc9af38248 SHA512 6a112fe994a1030210fb070ea09998a00f84215e8a3f773bb7b253244f19e7319a95a58b0f48b84124ee03655ab075025156f0d71d181223d55b2cbcd0698057
-MISC metadata.xml 483 BLAKE2B 2547795574db21dc6d4f04a6e49a6647e2921e2341b0ce9c8b79e45ae1a5efc6b02a224bbb93d87915b4c4cdc8df3068976073bccb6dd745040e89ac20683bb5 SHA512 f7f9e88dfcb0ec19df71c9da48698604039dcff3bd174957487d83ea858a1548bb085e3248792f836de4cadaecdd39ab8f82e7aca08cdd018c86c07315d57acf
diff --git a/dev-python/inotify-simple/inotify-simple-1.3.5.ebuild b/dev-python/inotify-simple/inotify-simple-1.3.5.ebuild
deleted file mode 100644
index bd472c5e5e5e..000000000000
--- a/dev-python/inotify-simple/inotify-simple-1.3.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-MY_P="${PN//-/_}-${PV}"
-DESCRIPTION="Python wrapper around inotify"
-HOMEPAGE="https://github.com/chrisjbillington/inotify_simple"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
diff --git a/dev-python/inotify-simple/inotify-simple-2.0.1.ebuild b/dev-python/inotify-simple/inotify-simple-2.0.1.ebuild
deleted file mode 100644
index adaf5e79d12c..000000000000
--- a/dev-python/inotify-simple/inotify-simple-2.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-MY_PN="${PN//-/_}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Python wrapper around inotify"
-HOMEPAGE="https://github.com/chrisjbillington/inotify_simple"
-SRC_URI="https://github.com/chrisjbillington/${MY_PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-rtd-theme
diff --git a/dev-python/inotify-simple/metadata.xml b/dev-python/inotify-simple/metadata.xml
deleted file mode 100644
index c96706e2c0d3..000000000000
--- a/dev-python/inotify-simple/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marcin.deranek@slonko.net</email>
- <name>Marcin Deranek</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/chrisjbillington/inotify_simple/issues</bugs-to>
- </upstream>
- <origin>slonko-overlay</origin>
-</pkgmetadata> \ No newline at end of file