Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/
Date: Wed, 17 Aug 2022 19:40:20
Message-Id: 1660765192.d524089afd77d41f4cdc004c3842ca219cba6487.arthurzam@gentoo
1 commit: d524089afd77d41f4cdc004c3842ca219cba6487
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 19:39:52 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 19:39:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d524089a
7
8 dev-python/pyinotify: drop 0.9.6
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyinotify/pyinotify-0.9.6.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
16 deleted file mode 100644
17 index 63be1629b761..000000000000
18 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 -PYTHON_REQ_USE="threads(+)"
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Python module used for monitoring filesystems events"
32 -HOMEPAGE="
33 - https://pypi.org/project/pyinotify/
34 - https://github.com/seb-m/pyinotify/"
35 -SRC_URI="https://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
40 -IUSE="examples"
41 -
42 -python_install_all() {
43 - if use examples; then
44 - dodoc -r python3/examples
45 - docompress -x /usr/share/doc/${PF}/examples
46 - fi
47 -
48 - distutils-r1_python_install_all
49 -}