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, 06 May 2022 20:38:44
Message-Id: 1651869452.d87a3be1f1c702d7465fa8c437d0f6a8f489a16a.mgorny@gentoo
1 commit: d87a3be1f1c702d7465fa8c437d0f6a8f489a16a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 20:37:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 20:37:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87a3be1
7
8 dev-python/watchdog: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/watchdog/Manifest | 2 --
13 dev-python/watchdog/watchdog-1.0.2.ebuild | 39 ----------------------------
14 dev-python/watchdog/watchdog-2.1.6.ebuild | 42 -------------------------------
15 3 files changed, 83 deletions(-)
16
17 diff --git a/dev-python/watchdog/Manifest b/dev-python/watchdog/Manifest
18 index baca7e7a0a98..b60d94a748e2 100644
19 --- a/dev-python/watchdog/Manifest
20 +++ b/dev-python/watchdog/Manifest
21 @@ -1,3 +1 @@
22 -DIST watchdog-1.0.2.tar.gz 91796 BLAKE2B 001cbe82ff8aff0c4e56e4d1f02519047580cccb48466566ad7c9c1f462f90a9a036cf90846eb38ec4fb24ff1df2a1ddfec20b3f0587afdc1f938ada1bb0b1ef SHA512 e87a0955ce822daabd7d030804876698f98ed2aad58486e26a94585763655302063f091b653abd385ea99642361b6253d8e051d96019b243a77b078ba86b0d6e
23 -DIST watchdog-2.1.6.tar.gz 99756 BLAKE2B 5ea08660c28f77be02b261a22e6fbfdfaaa59f79af1eecb396fda2e56ab4b5b290dc2c791b31a6841ac6d96c7974d51e846ce0232e9de6728f6031685685e761 SHA512 810ee2c40d92102815685c6e06bee403dfb85df7c8de5f1b7066b27cef2a8e25f506f8d9cc0ff0ec3213b889a7844138692fd9d1ab0c40d0aa2097c55e85f531
24 DIST watchdog-2.1.7.gh.tar.gz 100442 BLAKE2B 21247e1790077eb1eb2f1dc2bb8ddebc1b7f6a2c503238c52c660246fee8c1d3483119184a62114efb81c44665321d4e3aa18ffd73b3244a44c4c6df5204c834 SHA512 f69265aac6e8a840d230c15cfe88c803f043cb540785446113617c0fd1a3c5dce8a885a376bbadc75372a718800948dd4b00c618e18e033d510b8e2bc2bbb36b
25
26 diff --git a/dev-python/watchdog/watchdog-1.0.2.ebuild b/dev-python/watchdog/watchdog-1.0.2.ebuild
27 deleted file mode 100644
28 index 1dc52e0423d5..000000000000
29 --- a/dev-python/watchdog/watchdog-1.0.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -PYTHON_COMPAT=( python3_{7..9} )
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="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
51 -RDEPEND="${CDEPEND}
52 - dev-python/argh[${PYTHON_USEDEP}]"
53 -DEPEND="${CDEPEND}
54 - test? (
55 - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
56 - )"
57 -
58 -distutils_enable_tests pytest
59 -
60 -src_prepare() {
61 - sed -i -e '/--cov/d' setup.cfg || die
62 - # broken when django is installed
63 - sed -i -e 's:test_eventlet_monkey_patching:_&:' \
64 - tests/test_skip_repeats_queue.py || die
65 - default
66 -}
67 -
68 -pkg_postinst() {
69 - optfeature "Bash completion" dev-python/argcomplete
70 -}
71
72 diff --git a/dev-python/watchdog/watchdog-2.1.6.ebuild b/dev-python/watchdog/watchdog-2.1.6.ebuild
73 deleted file mode 100644
74 index bdf60d233757..000000000000
75 --- a/dev-python/watchdog/watchdog-2.1.6.ebuild
76 +++ /dev/null
77 @@ -1,42 +0,0 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=8
82 -
83 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
84 -inherit distutils-r1 optfeature
85 -
86 -DESCRIPTION="Python API and shell utilities to monitor file system events"
87 -HOMEPAGE="https://github.com/gorakhargosh/watchdog"
88 -SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="Apache-2.0"
91 -SLOT="0"
92 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
93 -
94 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
95 -DEPEND="${RDEPEND}
96 - test? (
97 - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
98 - )"
99 -
100 -distutils_enable_tests pytest
101 -
102 -src_prepare() {
103 - sed -i -e '/--cov/d' setup.cfg || die
104 - default
105 -}
106 -
107 -python_test() {
108 - local deselect=()
109 -
110 - [[ ${EPYTHON} == pypy3 ]] && deselect+=(
111 - tests/test_inotify_buffer.py::test_move_internal_batch
112 - )
113 -
114 - epytest -p no:django ${deselect[@]/#/--deselect }
115 -}
116 -
117 -pkg_postinst() {
118 - optfeature "Bash completion" dev-python/argcomplete
119 -}