summaryrefslogtreecommitdiff
path: root/dev-python/inotifyrecursive
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/inotifyrecursive')
-rw-r--r--dev-python/inotifyrecursive/Manifest3
-rw-r--r--dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild21
-rw-r--r--dev-python/inotifyrecursive/metadata.xml12
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/inotifyrecursive/Manifest b/dev-python/inotifyrecursive/Manifest
new file mode 100644
index 000000000000..6f815659085d
--- /dev/null
+++ b/dev-python/inotifyrecursive/Manifest
@@ -0,0 +1,3 @@
+DIST inotifyrecursive-0.3.5.tar.gz 4576 BLAKE2B ed20d4142a5ea209b606c8025b308c8ccd965029e2b724b721d5ed466494487cecb6b8b04a6dd765738d543ca82cb99f5a56ece93283a87e94ae4c0cd51e5fd5 SHA512 23d37d1574dd8228d1905bb02ff9ae2ad56e7905482c004029c3d9f79f94da10a1255395df638dd356b69da787f4dc05d1f90eeb65d0abfedec71054c3fdc0ca
+EBUILD inotifyrecursive-0.3.5.ebuild 413 BLAKE2B 00f8dc20b6a99bc27ed6ec41825a096900b549ebd36db7b4e7689ebe2d47447d9dff5c300574cf3efc817d5806eebd4fefa5ad117dbf6bc1b597654253604471 SHA512 844e861b9d5a6d7604a5f8af61deca3a38d9d6db90ab0c1bfdb4e968c4c8fc165a52f075765582399e7026d4627d06e9ce6712a2d388ee7f937513fe7850eedc
+MISC metadata.xml 471 BLAKE2B 90a7849cbbb947bbe72159dfe4c6857674b8a3db8fd9f6176c5dcc027a31753282f3a9b72c17e9a8c0d4b2c1fbb4b2a308baee1463b9c85938d9d72b2941fe9b SHA512 7a278c21447f46638d4578e89f4d5830eb30cfaf663d1bf2543d3ebd7aec8d1510d6358b38ee7474636718a8ef269de25eee199f766214e0aebd16ba67c22e66
diff --git a/dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild b/dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild
new file mode 100644
index 000000000000..c6482b616c92
--- /dev/null
+++ b/dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild
@@ -0,0 +1,21 @@
+# 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_{7,8,9,10,11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Recursive inotify watches for Python"
+HOMEPAGE="https://github.com/letorbi/inotifyrecursive"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-python/inotify-simple-1.3.5
+"
diff --git a/dev-python/inotifyrecursive/metadata.xml b/dev-python/inotifyrecursive/metadata.xml
new file mode 100644
index 000000000000..7c29a8a02a76
--- /dev/null
+++ b/dev-python/inotifyrecursive/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/letorbi/inotifyrecursive/issues</bugs-to>
+ </upstream>
+ <origin>slonko-overlay</origin>
+</pkgmetadata> \ No newline at end of file