Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify_simple/
Date: Sat, 06 Nov 2021 10:59:16
Message-Id: 1636196344.c91d04658e18fd48cbc6fc0a5c18c744e5da8224.mgorny@gentoo
1 commit: c91d04658e18fd48cbc6fc0a5c18c744e5da8224
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 08:38:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 10:59:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d0465
7
8 Revert "dev-python/inotify_simple: initial commit"
9
10 This bad quality ebuild has been added with python@ as primary
11 maintainer without permission and without meeting the minimal
12 requirements listed on Python project page.
13
14 Reverts: 2e806dab70b5f6e27db19148c79c19409e39cbdc
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 dev-python/inotify_simple/Manifest | 1 -
18 dev-python/inotify_simple/inotify_simple-1.3.5.ebuild | 19 -------------------
19 dev-python/inotify_simple/metadata.xml | 11 -----------
20 3 files changed, 31 deletions(-)
21
22 diff --git a/dev-python/inotify_simple/Manifest b/dev-python/inotify_simple/Manifest
23 deleted file mode 100644
24 index af642423f10..00000000000
25 --- a/dev-python/inotify_simple/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST inotify_simple-1.3.5.tar.gz 8534 BLAKE2B bda4abce55277d8502ed47b07d3ab0fc4202bf191c1c98d12614671196f4b43c818c23d0ffeed1637f154d39cf97477b92abdea686d9bf130947407938b3d550 SHA512 a2f837ef123ae149c3e203e2d7c7e567214792c7ee3d54b6e36292822e6b9c476c754554ee1109f9ada3dcf3f615024f191aa903b54a875fa6d89f68669999bf
29
30 diff --git a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild b/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
31 deleted file mode 100644
32 index e075cb22f88..00000000000
33 --- a/dev-python/inotify_simple/inotify_simple-1.3.5.ebuild
34 +++ /dev/null
35 @@ -1,19 +0,0 @@
36 -# Copyright 2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -PYTHON_COMPAT=( python3_9 )
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="simple Python wrapper around inotify"
45 -HOMEPAGE="https://github.com/chrisjbillington/inotify_simple"
46 -SRC_URI="https://github.com/chrisjbillington/inotify_simple/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="BSD-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -DEPEND=""
53 -RDEPEND="${DEPEND}"
54 -BDEPEND=""
55
56 diff --git a/dev-python/inotify_simple/metadata.xml b/dev-python/inotify_simple/metadata.xml
57 deleted file mode 100644
58 index 922ce76ec7b..00000000000
59 --- a/dev-python/inotify_simple/metadata.xml
60 +++ /dev/null
61 @@ -1,11 +0,0 @@
62 -<?xml version="1.0" encoding="UTF-8"?>
63 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
64 -<pkgmetadata>
65 - <maintainer type="project">
66 - <email>python@g.o</email>
67 - </maintainer>
68 - <maintainer type="person">
69 - <email>zerochaos@g.o</email>
70 - <name>Rick Farina (Zero_Chaos)</name>
71 - </maintainer>
72 -</pkgmetadata>