From 948456de1b862e13f58f95f083dd752cd726d8d2 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 26 Dec 2022 18:18:30 +0100 Subject: Initial ebuild for dev-python/inotifyrecursive --- .../inotifyrecursive/inotifyrecursive-0.3.5.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild (limited to 'dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild') 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..e3b6357 --- /dev/null +++ b/dev-python/inotifyrecursive/inotifyrecursive-0.3.5.ebuild @@ -0,0 +1,22 @@ +# 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 + +DESCRIPTION="Recursive inotify watches for Python" +HOMEPAGE="https://github.com/letorbi/inotifyrecursive" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-python/inotify-simple-1.3.5 +" -- cgit v1.2.3