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 5A2C6158086 for ; Tue, 26 Oct 2021 18:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A32BCE07F1; Tue, 26 Oct 2021 18:20:52 +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 86FACE07F1 for ; Tue, 26 Oct 2021 18:20:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 495B73434B1 for ; Tue, 26 Oct 2021 18:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD7A89 for ; Tue, 26 Oct 2021 18:20:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1635272443.4c69c7a22ecb41bfbbc598da55d504be7afedf40.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inotify/Manifest dev-python/inotify/inotify-0.2.10.ebuild dev-python/inotify/metadata.xml X-VCS-Directories: dev-python/inotify/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4c69c7a22ecb41bfbbc598da55d504be7afedf40 X-VCS-Branch: master Date: Tue, 26 Oct 2021 18:20:49 +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: bd16ff5e-2af9-418d-a3cd-7d1248fbbefd X-Archives-Hash: 2f234e293811db02bee0c45912fdef1f commit: 4c69c7a22ecb41bfbbc598da55d504be7afedf40 Author: David Seifert gentoo org> AuthorDate: Tue Oct 26 18:20:43 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Oct 26 18:20:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c69c7a2 dev-python/inotify: [QA] revert "initial import" * Package was dumped on python@ without discussion, and tests don't work with the explanation "and I don't care" Reverts: b29cdf3024a8de39f3dd86ad0b8a5bbf1a1ad32f Signed-off-by: David Seifert gentoo.org> dev-python/inotify/Manifest | 1 - dev-python/inotify/inotify-0.2.10.ebuild | 25 ------------------------- dev-python/inotify/metadata.xml | 11 ----------- 3 files changed, 37 deletions(-) diff --git a/dev-python/inotify/Manifest b/dev-python/inotify/Manifest deleted file mode 100644 index 462a220ab3a..00000000000 --- a/dev-python/inotify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST inotify-0.2.10.tar.gz 18774 BLAKE2B 51b35541d70d8855b7b5a2d52abf8d1667334a02cb1623d30f7f74ca8a15dc5f70728b465dae91cca687a94b485eba1caf8e0735387cbb3ff0d15ad95d97f693 SHA512 1c8e78e1787f30d8dd0fae73b02f03c0b89f7feab3ab122bff56d7e7bcb2f752da6f167731b2d60b179a696d8ed935b8071587c873d9f8618869f6615f316d5f diff --git a/dev-python/inotify/inotify-0.2.10.ebuild b/dev-python/inotify/inotify-0.2.10.ebuild deleted file mode 100644 index 68db6e6b324..00000000000 --- a/dev-python/inotify/inotify-0.2.10.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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="an efficient and elegant inotify" -HOMEPAGE="https://github.com/dsoprea/PyInotify" -SRC_URI="https://github.com/dsoprea/PyInotify/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/PyInotify-${PV}" - -#tests don't work and I don't care -RESTRICT="test" -distutils_enable_tests pytest diff --git a/dev-python/inotify/metadata.xml b/dev-python/inotify/metadata.xml deleted file mode 100644 index 922ce76ec7b..00000000000 --- a/dev-python/inotify/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - zerochaos@gentoo.org - Rick Farina (Zero_Chaos) - -