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/watchdog/
Date: Sun, 29 Dec 2019 08:53:33
Message-Id: 1577609579.e86dd65f867da266464aad2b1c1633862688196f.soap@gentoo
1 commit: e86dd65f867da266464aad2b1c1633862688196f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:52:59 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:52:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86dd65f
7
8 dev-python/watchdog: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/watchdog/watchdog-0.8.3-r1.ebuild | 37 ----------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/dev-python/watchdog/watchdog-0.8.3-r1.ebuild b/dev-python/watchdog/watchdog-0.8.3-r1.ebuild
17 deleted file mode 100644
18 index adddcf54e17..00000000000
19 --- a/dev-python/watchdog/watchdog-0.8.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python2_7 python3_5 pypy)
28 -
29 -inherit distutils-r1 eutils
30 -
31 -DESCRIPTION="Python API and shell utilities to monitor file system events"
32 -HOMEPAGE="https://github.com/gorakhargosh/watchdog"
33 -SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz"
34 -
35 -LICENSE="Apache-2.0"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm ~ppc x86"
38 -IUSE="test"
39 -RESTRICT="!test? ( test )"
40 -
41 -CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
42 -RDEPEND="${CDEPEND}
43 - dev-python/argh[${PYTHON_USEDEP}]
44 - dev-python/pathtools[${PYTHON_USEDEP}]"
45 -DEPEND="${CDEPEND}
46 - test? (
47 - dev-python/pytest[${PYTHON_USEDEP}]
48 - dev-python/pytest-cov[${PYTHON_USEDEP}]
49 - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
50 - )"
51 -
52 -python_test() {
53 - esetup.py test
54 -}
55 -
56 -pkg_postinst() {
57 - optfeature "Bash completion" dev-python/argcomplete
58 -}