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: Wed, 26 May 2021 08:36:26
Message-Id: 1622018165.413850d1c441825b400522b6bd3652fa455568e6.mgorny@gentoo
1 commit: 413850d1c441825b400522b6bd3652fa455568e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 08:29:37 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 08:36:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413850d1
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-2.0.2.ebuild | 39 -------------------------------
14 dev-python/watchdog/watchdog-2.1.0.ebuild | 38 ------------------------------
15 3 files changed, 79 deletions(-)
16
17 diff --git a/dev-python/watchdog/Manifest b/dev-python/watchdog/Manifest
18 index 248a576b676..ce1ac8885c4 100644
19 --- a/dev-python/watchdog/Manifest
20 +++ b/dev-python/watchdog/Manifest
21 @@ -1,6 +1,4 @@
22 DIST watchdog-1.0.2.tar.gz 91796 BLAKE2B 001cbe82ff8aff0c4e56e4d1f02519047580cccb48466566ad7c9c1f462f90a9a036cf90846eb38ec4fb24ff1df2a1ddfec20b3f0587afdc1f938ada1bb0b1ef SHA512 e87a0955ce822daabd7d030804876698f98ed2aad58486e26a94585763655302063f091b653abd385ea99642361b6253d8e051d96019b243a77b078ba86b0d6e
23 -DIST watchdog-2.0.2.tar.gz 95452 BLAKE2B e3a071cdf1c47698cd54bbaf925c4eb7e2af7398ced73aa332e57472cba2f5ce2ce1b96a31d3f5f3a525cabf81d5de528d95d0c59148150f407abb8ebc64538e SHA512 6134ad22b350b7b2893b564c4f02bd35b1be515fa18dd7f7000b191994b5ba48c5bf573819d2f363de227481a6bb8a0a14973e7c6611de367df2a3f228656ed1
24 DIST watchdog-2.0.3.tar.gz 95524 BLAKE2B 568e9d66efbfa98c19dab704681dbc48f869b59d51d7c7ff7ce1fd7465efcc6233f871e7f9276f2732692645491f2fd197a639b17e9a3d8abb76d0148a934796 SHA512 e1c506e4ead8c3ee8d19e456b67623f3a1823007be6c1fad0d76c697205696183e7bd15e46c21bf61abce6dd16d267e55da8986633eeee337d10c609318fb958
25 -DIST watchdog-2.1.0.tar.gz 95833 BLAKE2B f11eb7961885fd0fbf8e6f888a069d77d9ff26b245bd3583e9060044c43a3356d56a334108c8c1a11735fffa779cc750bc390dd1510cf2c549ec9fe064899540 SHA512 65cc291927a61506fd2c26e05b85112e1cc0f26ca851138c62dfa34fae7958ee2b3946ffe586a9d2b7a48d59a6b5ce11c8dac276a3d78dcbeca8da011a880668
26 DIST watchdog-2.1.1.tar.gz 96703 BLAKE2B cbcaff41de6111a3c9c2ff00b7c0a9ce1a769bb2b0f8e2af841a0783dd7f3a55f46003863b05eb983531211743fd112a6e63944193e10e8dd296523a1da27d59 SHA512 5b9eb75bc7b8642a8246f426a992265bbe2e5d82a3fcdd543289db7734701bdca1a868b02edfdc26ea239a89d80dd5322e410b949e419c66bdcc0645241d826b
27 DIST watchdog-2.1.2.tar.gz 97407 BLAKE2B a847089409537391287a146670864c7721344ba8a6378c89483e9e08abe3f61690bfca48016f628ab0e6b0ff317679db3c72e27594e049ea03334dd20c305008 SHA512 2a127faffebb35f0b14d578570a4c5a7c27d6bd38042e34ea50f4b654be1ca07b193dfa72dfe25442d3e6da746f1cfbdda71c38be1386cc5a3e69204843c16f1
28
29 diff --git a/dev-python/watchdog/watchdog-2.0.2.ebuild b/dev-python/watchdog/watchdog-2.0.2.ebuild
30 deleted file mode 100644
31 index 8e5e5916596..00000000000
32 --- a/dev-python/watchdog/watchdog-2.0.2.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -PYTHON_COMPAT=( python3_{7..9} )
42 -
43 -inherit distutils-r1 optfeature
44 -
45 -DESCRIPTION="Python API and shell utilities to monitor file system events"
46 -HOMEPAGE="https://github.com/gorakhargosh/watchdog"
47 -SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm arm64 ~ppc x86"
52 -
53 -CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
54 -RDEPEND="${CDEPEND}
55 - dev-python/argh[${PYTHON_USEDEP}]"
56 -DEPEND="${CDEPEND}
57 - test? (
58 - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
59 - )"
60 -
61 -distutils_enable_tests pytest
62 -
63 -src_prepare() {
64 - sed -i -e '/--cov/d' setup.cfg || die
65 - # broken when django is installed
66 - sed -i -e 's:test_eventlet_monkey_patching:_&:' \
67 - tests/test_skip_repeats_queue.py || die
68 - default
69 -}
70 -
71 -pkg_postinst() {
72 - optfeature "Bash completion" dev-python/argcomplete
73 -}
74
75 diff --git a/dev-python/watchdog/watchdog-2.1.0.ebuild b/dev-python/watchdog/watchdog-2.1.0.ebuild
76 deleted file mode 100644
77 index 0b8865d4eef..00000000000
78 --- a/dev-python/watchdog/watchdog-2.1.0.ebuild
79 +++ /dev/null
80 @@ -1,38 +0,0 @@
81 -# Copyright 1999-2021 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -PYTHON_COMPAT=( python3_{7..9} )
87 -inherit distutils-r1 optfeature
88 -
89 -DESCRIPTION="Python API and shell utilities to monitor file system events"
90 -HOMEPAGE="https://github.com/gorakhargosh/watchdog"
91 -SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
92 -
93 -LICENSE="Apache-2.0"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
96 -
97 -CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
98 -RDEPEND="${CDEPEND}
99 - dev-python/argh[${PYTHON_USEDEP}]"
100 -DEPEND="${CDEPEND}
101 - test? (
102 - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
103 - )"
104 -
105 -distutils_enable_tests pytest
106 -
107 -src_prepare() {
108 - sed -i -e '/--cov/d' setup.cfg || die
109 - default
110 -}
111 -
112 -python_test() {
113 - epytest -p no:django
114 -}
115 -
116 -pkg_postinst() {
117 - optfeature "Bash completion" dev-python/argcomplete
118 -}