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.ebuild20
-rw-r--r--dev-python/inotifyrecursive/metadata.xml13
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/inotifyrecursive/Manifest b/dev-python/inotifyrecursive/Manifest
new file mode 100644
index 0000000..4ca1923
--- /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 405 BLAKE2B 0e025d1e06c55513ca7b8e6aad753dc0fb81a5090318506016c02e2b10ff0cd68799a02d00dfafc4c3af200126edcf83cc7095ffa3ec801df016a4f49e2b1ec7 SHA512 d8e26c1564ecde65f17b541c561e2b6742da221f06085004926268adb1eadc056593714115e1d75bd70a1fe9e3e23f76af697da6da0f8c8578c084ef48c276de
+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 0000000..8d2cea6
--- /dev/null
+++ b/dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild
@@ -0,0 +1,20 @@
+# 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
+
+DESCRIPTION="Recursive inotify watches for Python"
+HOMEPAGE="https://github.com/letorbi/inotifyrecursive"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+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 0000000..3c2b3fc
--- /dev/null
+++ b/dev-python/inotifyrecursive/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/letorbi/inotifyrecursive/issues</bugs-to>
+ <remote-id type="github">letorbi/inotifyrecursive</remote-id>
+ <remote-id type="pypi">inotifyrecursive</remote-id>
+ </upstream>
+</pkgmetadata>