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/watchdog/
Date: Fri, 01 Jan 2021 00:59:59
Message-Id: 1609462554.f6b83a32930918f51d37be5ac127a708e70ae640.mgorny@gentoo
1 commit: f6b83a32930918f51d37be5ac127a708e70ae640
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:55:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:55:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b83a32
7
8 dev-python/watchdog: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/watchdog/Manifest | 1 -
13 dev-python/watchdog/watchdog-0.8.3-r2.ebuild | 37 ----------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-python/watchdog/Manifest b/dev-python/watchdog/Manifest
17 index c4ba2a41926..05311b7537d 100644
18 --- a/dev-python/watchdog/Manifest
19 +++ b/dev-python/watchdog/Manifest
20 @@ -1,5 +1,4 @@
21 DIST watchdog-0.10.4.tar.gz 90303 BLAKE2B 0c057fe35383deaa6b7a66c24c07b2260153e94072b2769dd023210e0e5af90b4556ac18a4e8cab8af794c9dad8709205d9f48022458ee6c93fc0f2926b6f372 SHA512 abaadebd74dd869af545b5a3f10edc9d58f4f0f31f43aaf2244aed2c0ef56828f0b4cf9eda919727c832b20c79e95f50df7193dc8ea9d05d28a52dc322a3a497
22 DIST watchdog-0.10.5.tar.gz 91432 BLAKE2B 0f10a94edf4cb79d68b83f0cc6eebc1eae9a00a0fd7b8164977a2511b952b6dda9d0b26404ef316a57524f948eb6676a5da65bb711530f64a4a37ab82576b9a9 SHA512 b107fe23b123360ba8ad049576bdbbb40061c70157bee0663bcf9ee9a9a9f65b95234540a477ba9ae6d617199ca1d77fe30b3b9dc4868bfef08a6b9099d6fe51
23 -DIST watchdog-0.8.3.tar.gz 83154 BLAKE2B d5d0635e83bbcd31544d5ea5811c2f202b0da76bd7a4086e8fc61e3293640e701b04599f95decaa82bee3705dbd6b91ad24b9dbd20edcfc329913600c8a3c932 SHA512 61f1db886e8e9a6d78b569329f4d5944c296778a5a34f94fbf115a748fb4c3be422bf4d3cc828e22fcdcd380fdf9009f5bd91a8a5edc87089afc58297a0b946f
24 DIST watchdog-1.0.0.tar.gz 89861 BLAKE2B 79734397fc91e3c733fd28e8c607c07265230f8e7949b07e4236e4fe38af48cd0f758270990b384ccee88bc88311291cc3758f29296edda2dff06dc757d6d492 SHA512 e89f34aba7547022a48ff16e36e6a2eea340e80a4b1e1f8657d4e70d4a451ac43351aafc76978fb4241c583df11c2dd6c53cb1a03c43c2734f4a8a07d5b2604f
25 DIST watchdog-1.0.2.tar.gz 91796 BLAKE2B 001cbe82ff8aff0c4e56e4d1f02519047580cccb48466566ad7c9c1f462f90a9a036cf90846eb38ec4fb24ff1df2a1ddfec20b3f0587afdc1f938ada1bb0b1ef SHA512 e87a0955ce822daabd7d030804876698f98ed2aad58486e26a94585763655302063f091b653abd385ea99642361b6253d8e051d96019b243a77b078ba86b0d6e
26
27 diff --git a/dev-python/watchdog/watchdog-0.8.3-r2.ebuild b/dev-python/watchdog/watchdog-0.8.3-r2.ebuild
28 deleted file mode 100644
29 index c171e12e9e4..00000000000
30 --- a/dev-python/watchdog/watchdog-0.8.3-r2.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python3_6 )
39 -
40 -inherit distutils-r1 optfeature
41 -
42 -DESCRIPTION="Python API and shell utilities to monitor file system events"
43 -HOMEPAGE="https://github.com/gorakhargosh/watchdog"
44 -SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm ~ppc x86"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
53 -RDEPEND="${CDEPEND}
54 - dev-python/argh[${PYTHON_USEDEP}]
55 - dev-python/pathtools[${PYTHON_USEDEP}]"
56 -DEPEND="${CDEPEND}
57 - test? (
58 - dev-python/pytest[${PYTHON_USEDEP}]
59 - dev-python/pytest-cov[${PYTHON_USEDEP}]
60 - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
61 - )"
62 -
63 -python_test() {
64 - esetup.py test
65 -}
66 -
67 -pkg_postinst() {
68 - optfeature "Bash completion" dev-python/argcomplete
69 -}