summaryrefslogtreecommitdiff
path: root/dev-python/inotify_simple
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
commit95461df035e3867364495f065e5e805bf629b2d7 (patch)
tree867dce371a84a696e91be255d89f282975aa0480 /dev-python/inotify_simple
parent46eedbedafdb0040c37884982d4c775ce277fb7b (diff)
gentoo resync : 25.10.2021
Diffstat (limited to 'dev-python/inotify_simple')
-rw-r--r--dev-python/inotify_simple/Manifest3
-rw-r--r--dev-python/inotify_simple/inotify_simple-1.3.5.ebuild19
-rw-r--r--dev-python/inotify_simple/metadata.xml11
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/inotify_simple/Manifest b/dev-python/inotify_simple/Manifest
new file mode 100644
index 000000000000..ed9fe2a09c38
--- /dev/null
+++ b/dev-python/inotify_simple/Manifest
@@ -0,0 +1,3 @@
+DIST inotify_simple-1.3.5.tar.gz 8534 BLAKE2B bda4abce55277d8502ed47b07d3ab0fc4202bf191c1c98d12614671196f4b43c818c23d0ffeed1637f154d39cf97477b92abdea686d9bf130947407938b3d550 SHA512 a2f837ef123ae149c3e203e2d7c7e567214792c7ee3d54b6e36292822e6b9c476c754554ee1109f9ada3dcf3f615024f191aa903b54a875fa6d89f68669999bf
+EBUILD inotify_simple-1.3.5.ebuild 469 BLAKE2B 56e3a57f12338e2f42c7efe2c68c9b2c035c0c30e963a57ffd745eba1ced009b03502675eb55a1723382df66a5f1c539a80fbb1253da147a8b5f92f29b6b581c SHA512 6bc8bc07c581b9f40f37bf81cfcd1386d36f7f28d8c870a889ad9916a04ce4aa8c882b2e14726930694bf86c3855d87baa19196fb2b6f3425a9a2eb652b7ecf2
+MISC metadata.xml 340 BLAKE2B 275e93c3908c72e226147376f51c7093c20b1bb0a369f682d8d1061a76199887b119e342c6a8a83a2178c7b662188e1a3a6a80e68f577230d318209afdd17722 SHA512 47465b23601f18be5ca834690c35bd05960a847479c62b449e45b371f15a1f372157e767eea1448729b2d369f622c3692713a4a3553ef1143c548ba1ddfd8583
diff --git a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild b/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
new file mode 100644
index 000000000000..e075cb22f88a
--- /dev/null
+++ b/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_9 )
+inherit distutils-r1
+
+DESCRIPTION="simple Python wrapper around inotify"
+HOMEPAGE="https://github.com/chrisjbillington/inotify_simple"
+SRC_URI="https://github.com/chrisjbillington/inotify_simple/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/dev-python/inotify_simple/metadata.xml b/dev-python/inotify_simple/metadata.xml
new file mode 100644
index 000000000000..922ce76ec7b0
--- /dev/null
+++ b/dev-python/inotify_simple/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ </maintainer>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina (Zero_Chaos)</name>
+ </maintainer>
+</pkgmetadata>