From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5116C158086 for ; Mon, 25 Oct 2021 01:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47B7FE0828; Mon, 25 Oct 2021 01:42:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CE2BE0828 for ; Mon, 25 Oct 2021 01:42:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C1D343757 for ; Mon, 25 Oct 2021 01:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC18163 for ; Mon, 25 Oct 2021 01:42:45 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1635126148.2e806dab70b5f6e27db19148c79c19409e39cbdc.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify_simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inotify_simple/Manifest dev-python/inotify_simple/inotify_simple-1.3.5.ebuild dev-python/inotify_simple/metadata.xml X-VCS-Directories: dev-python/inotify_simple/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 2e806dab70b5f6e27db19148c79c19409e39cbdc X-VCS-Branch: master Date: Mon, 25 Oct 2021 01:42:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fea7bc33-5089-4b4e-ae9c-ca2354a23bb2 X-Archives-Hash: 055d1a12f50da7a6af5fec6f952cb0ff commit: 2e806dab70b5f6e27db19148c79c19409e39cbdc Author: Rick Farina gentoo org> AuthorDate: Mon Oct 25 01:42:28 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Oct 25 01:42:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e806dab dev-python/inotify_simple: initial commit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> dev-python/inotify_simple/Manifest | 1 + dev-python/inotify_simple/inotify_simple-1.3.5.ebuild | 19 +++++++++++++++++++ dev-python/inotify_simple/metadata.xml | 11 +++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/inotify_simple/Manifest b/dev-python/inotify_simple/Manifest new file mode 100644 index 00000000000..af642423f10 --- /dev/null +++ b/dev-python/inotify_simple/Manifest @@ -0,0 +1 @@ +DIST inotify_simple-1.3.5.tar.gz 8534 BLAKE2B bda4abce55277d8502ed47b07d3ab0fc4202bf191c1c98d12614671196f4b43c818c23d0ffeed1637f154d39cf97477b92abdea686d9bf130947407938b3d550 SHA512 a2f837ef123ae149c3e203e2d7c7e567214792c7ee3d54b6e36292822e6b9c476c754554ee1109f9ada3dcf3f615024f191aa903b54a875fa6d89f68669999bf 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 00000000000..e075cb22f88 --- /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 00000000000..922ce76ec7b --- /dev/null +++ b/dev-python/inotify_simple/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + zerochaos@gentoo.org + Rick Farina (Zero_Chaos) + +