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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69724158003 for ; Sat, 6 Nov 2021 10:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F38D32BC00F; Sat, 6 Nov 2021 10:59:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0B3A2BC00F for ; Sat, 6 Nov 2021 10:59:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85988343154 for ; Sat, 6 Nov 2021 10:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D1D01C6 for ; Sat, 6 Nov 2021 10:59:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1636196344.c91d04658e18fd48cbc6fc0a5c18c744e5da8224.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c91d04658e18fd48cbc6fc0a5c18c744e5da8224 X-VCS-Branch: master Date: Sat, 6 Nov 2021 10:59:09 +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: 495b03ee-d77a-4bb8-a40f-5132c585e4ca X-Archives-Hash: 0f1a96335c8dfeec332a871698df05ce commit: c91d04658e18fd48cbc6fc0a5c18c744e5da8224 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 6 08:38:30 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 6 10:59:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d0465 Revert "dev-python/inotify_simple: initial commit" This bad quality ebuild has been added with python@ as primary maintainer without permission and without meeting the minimal requirements listed on Python project page. Reverts: 2e806dab70b5f6e27db19148c79c19409e39cbdc Signed-off-by: Michał Górny 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 deletions(-) diff --git a/dev-python/inotify_simple/Manifest b/dev-python/inotify_simple/Manifest deleted file mode 100644 index af642423f10..00000000000 --- a/dev-python/inotify_simple/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index e075cb22f88..00000000000 --- a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild +++ /dev/null @@ -1,19 +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="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 deleted file mode 100644 index 922ce76ec7b..00000000000 --- a/dev-python/inotify_simple/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - zerochaos@gentoo.org - Rick Farina (Zero_Chaos) - -