Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inotify/
Date: Tue, 26 Oct 2021 18:20:53
Message-Id: 1635272443.4c69c7a22ecb41bfbbc598da55d504be7afedf40.soap@gentoo
1 commit: 4c69c7a22ecb41bfbbc598da55d504be7afedf40
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 26 18:20:43 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 18:20:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c69c7a2
7
8 dev-python/inotify: [QA] revert "initial import"
9
10 * Package was dumped on python@ without discussion,
11 and tests don't work with the explanation "and I don't care"
12
13 Reverts: b29cdf3024a8de39f3dd86ad0b8a5bbf1a1ad32f
14 Signed-off-by: David Seifert <soap <AT> gentoo.org>
15
16 dev-python/inotify/Manifest | 1 -
17 dev-python/inotify/inotify-0.2.10.ebuild | 25 -------------------------
18 dev-python/inotify/metadata.xml | 11 -----------
19 3 files changed, 37 deletions(-)
20
21 diff --git a/dev-python/inotify/Manifest b/dev-python/inotify/Manifest
22 deleted file mode 100644
23 index 462a220ab3a..00000000000
24 --- a/dev-python/inotify/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST inotify-0.2.10.tar.gz 18774 BLAKE2B 51b35541d70d8855b7b5a2d52abf8d1667334a02cb1623d30f7f74ca8a15dc5f70728b465dae91cca687a94b485eba1caf8e0735387cbb3ff0d15ad95d97f693 SHA512 1c8e78e1787f30d8dd0fae73b02f03c0b89f7feab3ab122bff56d7e7bcb2f752da6f167731b2d60b179a696d8ed935b8071587c873d9f8618869f6615f316d5f
28
29 diff --git a/dev-python/inotify/inotify-0.2.10.ebuild b/dev-python/inotify/inotify-0.2.10.ebuild
30 deleted file mode 100644
31 index 68db6e6b324..00000000000
32 --- a/dev-python/inotify/inotify-0.2.10.ebuild
33 +++ /dev/null
34 @@ -1,25 +0,0 @@
35 -# Copyright 2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_9 )
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="an efficient and elegant inotify"
44 -HOMEPAGE="https://github.com/dsoprea/PyInotify"
45 -SRC_URI="https://github.com/dsoprea/PyInotify/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -DEPEND=""
52 -RDEPEND="${DEPEND}"
53 -BDEPEND=""
54 -
55 -S="${WORKDIR}/PyInotify-${PV}"
56 -
57 -#tests don't work and I don't care
58 -RESTRICT="test"
59 -distutils_enable_tests pytest
60
61 diff --git a/dev-python/inotify/metadata.xml b/dev-python/inotify/metadata.xml
62 deleted file mode 100644
63 index 922ce76ec7b..00000000000
64 --- a/dev-python/inotify/metadata.xml
65 +++ /dev/null
66 @@ -1,11 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer type="project">
71 - <email>python@g.o</email>
72 - </maintainer>
73 - <maintainer type="person">
74 - <email>zerochaos@g.o</email>
75 - <name>Rick Farina (Zero_Chaos)</name>
76 - </maintainer>
77 -</pkgmetadata>