summaryrefslogtreecommitdiff
path: root/dev-python/inotify-simple
diff options
context:
space:
mode:
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.ebuild18
-rw-r--r--dev-python/inotify-simple/metadata.xml13
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/inotify-simple/Manifest b/dev-python/inotify-simple/Manifest
new file mode 100644
index 0000000..528d227
--- /dev/null
+++ b/dev-python/inotify-simple/Manifest
@@ -0,0 +1,3 @@
+DIST inotify_simple-1.3.5.tar.gz 9747 BLAKE2B 9471e0dee9821e26c0dbca1d0480333f5e310d7b2dd177d4733c66653bb365994143c7588d3efbb122b95ec6e44d87a1cca2085f6e70b970c8e0f9b66a7ead34 SHA512 fa8048786e6d4771ca63d6a2cc3e4230ec68a2d6f4bf8ca5a06056d0d261a678c3769112796a4e6a0f9c6be7331a16c4a06283d0240debb6ab407cd86b460c49
+EBUILD inotify-simple-1.3.5.ebuild 402 BLAKE2B 8882a71cec9e469a132bf24beca9ffbebbee5db14e2474e24e376e0fcbe3c8f8d0c226de31dc377e45e213c14b3efa21e1b1b178e8691e6a1c3817fc0431431b SHA512 86422f3b0df4ff9b89325e3c29196cd2978c9f1c31b0a3d2b5fbbfb0cf54180541b00f378e9a3bc88b939f97da8c9f2382205ef9da83267fbc7596f83854d0a0
+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
new file mode 100644
index 0000000..19ecbd8
--- /dev/null
+++ b/dev-python/inotify-simple/inotify-simple-1.3.5.ebuild
@@ -0,0 +1,18 @@
+# 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_{8..11} )
+
+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"
diff --git a/dev-python/inotify-simple/metadata.xml b/dev-python/inotify-simple/metadata.xml
new file mode 100644
index 0000000..e10bc4f
--- /dev/null
+++ b/dev-python/inotify-simple/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
+ <remote-id type="github">chrisjbillington/inotify_simple</remote-id>
+ <remote-id type="pypi">inotify-simple</remote-id>
+ </upstream>
+</pkgmetadata>