From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/watchdog/
Date: Fri, 6 May 2022 20:38:39 +0000 (UTC) [thread overview]
Message-ID: <1651869452.d87a3be1f1c702d7465fa8c437d0f6a8f489a16a.mgorny@gentoo> (raw)
commit: d87a3be1f1c702d7465fa8c437d0f6a8f489a16a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 20:37:32 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 6 20:37:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87a3be1
dev-python/watchdog: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/watchdog/Manifest | 2 --
dev-python/watchdog/watchdog-1.0.2.ebuild | 39 ----------------------------
dev-python/watchdog/watchdog-2.1.6.ebuild | 42 -------------------------------
3 files changed, 83 deletions(-)
diff --git a/dev-python/watchdog/Manifest b/dev-python/watchdog/Manifest
index baca7e7a0a98..b60d94a748e2 100644
--- a/dev-python/watchdog/Manifest
+++ b/dev-python/watchdog/Manifest
@@ -1,3 +1 @@
-DIST watchdog-1.0.2.tar.gz 91796 BLAKE2B 001cbe82ff8aff0c4e56e4d1f02519047580cccb48466566ad7c9c1f462f90a9a036cf90846eb38ec4fb24ff1df2a1ddfec20b3f0587afdc1f938ada1bb0b1ef SHA512 e87a0955ce822daabd7d030804876698f98ed2aad58486e26a94585763655302063f091b653abd385ea99642361b6253d8e051d96019b243a77b078ba86b0d6e
-DIST watchdog-2.1.6.tar.gz 99756 BLAKE2B 5ea08660c28f77be02b261a22e6fbfdfaaa59f79af1eecb396fda2e56ab4b5b290dc2c791b31a6841ac6d96c7974d51e846ce0232e9de6728f6031685685e761 SHA512 810ee2c40d92102815685c6e06bee403dfb85df7c8de5f1b7066b27cef2a8e25f506f8d9cc0ff0ec3213b889a7844138692fd9d1ab0c40d0aa2097c55e85f531
DIST watchdog-2.1.7.gh.tar.gz 100442 BLAKE2B 21247e1790077eb1eb2f1dc2bb8ddebc1b7f6a2c503238c52c660246fee8c1d3483119184a62114efb81c44665321d4e3aa18ffd73b3244a44c4c6df5204c834 SHA512 f69265aac6e8a840d230c15cfe88c803f043cb540785446113617c0fd1a3c5dce8a885a376bbadc75372a718800948dd4b00c618e18e033d510b8e2bc2bbb36b
diff --git a/dev-python/watchdog/watchdog-1.0.2.ebuild b/dev-python/watchdog/watchdog-1.0.2.ebuild
deleted file mode 100644
index 1dc52e0423d5..000000000000
--- a/dev-python/watchdog/watchdog-1.0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python API and shell utilities to monitor file system events"
-HOMEPAGE="https://github.com/gorakhargosh/watchdog"
-SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
- dev-python/argh[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
- test? (
- >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e '/--cov/d' setup.cfg || die
- # broken when django is installed
- sed -i -e 's:test_eventlet_monkey_patching:_&:' \
- tests/test_skip_repeats_queue.py || die
- default
-}
-
-pkg_postinst() {
- optfeature "Bash completion" dev-python/argcomplete
-}
diff --git a/dev-python/watchdog/watchdog-2.1.6.ebuild b/dev-python/watchdog/watchdog-2.1.6.ebuild
deleted file mode 100644
index bdf60d233757..000000000000
--- a/dev-python/watchdog/watchdog-2.1.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python API and shell utilities to monitor file system events"
-HOMEPAGE="https://github.com/gorakhargosh/watchdog"
-SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e '/--cov/d' setup.cfg || die
- default
-}
-
-python_test() {
- local deselect=()
-
- [[ ${EPYTHON} == pypy3 ]] && deselect+=(
- tests/test_inotify_buffer.py::test_move_internal_batch
- )
-
- epytest -p no:django ${deselect[@]/#/--deselect }
-}
-
-pkg_postinst() {
- optfeature "Bash completion" dev-python/argcomplete
-}
next reply other threads:[~2022-05-06 20:38 UTC|newest]
Thread overview: 223+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 20:38 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/watchdog/ Michał Górny
2024-11-27 18:02 Sam James
2024-11-16 11:36 Arthur Zamarin
2024-11-16 9:47 Arthur Zamarin
2024-11-16 9:00 Arthur Zamarin
2024-11-16 8:58 Michał Górny
2024-11-16 8:38 Arthur Zamarin
2024-11-16 8:38 Arthur Zamarin
2024-11-16 8:38 Arthur Zamarin
2024-11-02 6:32 Michał Górny
2024-11-02 6:32 Michał Górny
2024-10-19 9:08 Sam James
2024-10-19 9:08 Sam James
2024-10-19 8:41 Arthur Zamarin
2024-10-19 8:16 Arthur Zamarin
2024-10-19 8:12 Arthur Zamarin
2024-10-19 7:58 Arthur Zamarin
2024-10-19 7:38 Arthur Zamarin
2024-10-13 14:51 Sam James
2024-09-28 7:42 Michał Górny
2024-09-24 11:52 Sam James
2024-09-21 18:04 Arthur Zamarin
2024-09-21 11:08 Arthur Zamarin
2024-09-21 9:59 Sam James
2024-09-11 18:33 Arthur Zamarin
2024-09-06 18:41 Arthur Zamarin
2024-09-04 3:13 Michał Górny
2024-09-03 5:23 Michał Górny
2024-09-01 21:06 Sam James
2024-08-31 11:04 Arthur Zamarin
2024-08-31 8:52 Arthur Zamarin
2024-08-31 8:33 Arthur Zamarin
2024-08-31 8:00 Arthur Zamarin
2024-08-31 7:49 Sam James
2024-08-27 7:39 Michał Górny
2024-08-12 2:50 Michał Górny
2024-07-03 15:55 Michał Górny
2024-07-03 5:17 Ionen Wolkens
2024-06-08 8:53 Arthur Zamarin
2024-06-08 7:42 Arthur Zamarin
2024-06-08 7:30 Arthur Zamarin
2024-06-08 7:15 Arthur Zamarin
2024-06-08 7:10 Arthur Zamarin
2024-06-08 6:33 Arthur Zamarin
2024-05-24 4:03 Michał Górny
2024-05-11 9:07 Michał Górny
2024-03-19 5:52 Michał Górny
2024-03-19 3:42 Ionen Wolkens
2024-03-03 1:21 Sam James
2024-03-02 21:00 Arthur Zamarin
2024-03-02 14:38 Arthur Zamarin
2024-02-24 19:22 Arthur Zamarin
2024-02-24 14:04 Sam James
2024-02-24 10:07 Sam James
2024-02-24 10:07 Sam James
2024-02-07 8:29 Michał Górny
2023-05-25 15:47 Michał Górny
2023-04-24 5:57 Michał Górny
2023-04-23 21:36 Sam James
2023-04-23 5:36 Jakov Smolić
2023-04-22 16:36 Arthur Zamarin
2023-04-22 10:34 Arthur Zamarin
2023-04-22 9:26 Arthur Zamarin
2023-04-22 9:25 Arthur Zamarin
2023-04-22 9:00 Arthur Zamarin
2023-04-22 8:53 Arthur Zamarin
2023-03-30 19:35 Michał Górny
2023-03-30 17:13 Arthur Zamarin
2023-03-30 17:13 Arthur Zamarin
2023-03-27 18:03 Arthur Zamarin
2023-03-27 18:03 Arthur Zamarin
2023-03-27 18:02 Arthur Zamarin
2023-03-27 17:59 Arthur Zamarin
2023-03-27 17:58 Arthur Zamarin
2023-03-27 17:58 Arthur Zamarin
2023-03-21 20:06 Michał Górny
2023-02-28 18:16 Arthur Zamarin
2023-02-24 6:00 Michał Górny
2023-02-21 18:46 Michał Górny
2023-02-21 18:16 Arthur Zamarin
2023-02-21 18:16 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2023-02-16 22:57 Sam James
2023-02-16 20:58 Arthur Zamarin
2023-02-16 18:27 Arthur Zamarin
2023-02-16 17:49 Arthur Zamarin
2023-02-16 17:22 Arthur Zamarin
2023-01-10 8:50 Arthur Zamarin
2023-01-10 8:42 Arthur Zamarin
2023-01-10 8:35 Arthur Zamarin
2023-01-07 22:37 Sam James
2023-01-07 19:31 Arthur Zamarin
2023-01-07 19:08 Arthur Zamarin
2023-01-07 18:41 Arthur Zamarin
2023-01-07 18:33 Arthur Zamarin
2023-01-07 18:24 Arthur Zamarin
2023-01-02 14:54 Michał Górny
2022-12-06 6:02 Michał Górny
2022-07-15 7:31 Michał Górny
2022-07-15 6:00 Arthur Zamarin
2022-07-15 0:45 Sam James
2022-07-15 0:45 Sam James
2022-07-14 20:23 Arthur Zamarin
2022-07-14 20:15 Arthur Zamarin
2022-07-14 19:24 Arthur Zamarin
2022-07-14 19:07 Arthur Zamarin
2022-07-14 19:07 Arthur Zamarin
2022-06-17 4:54 Michał Górny
2022-06-16 23:06 Jakov Smolić
2022-06-16 23:05 Jakov Smolić
2022-06-16 23:05 Jakov Smolić
2022-06-16 15:46 Sam James
2022-06-16 10:16 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16 9:06 Jakov Smolić
2022-06-11 5:21 Arthur Zamarin
2022-05-16 7:56 Michał Górny
2022-05-11 21:05 Michał Górny
2022-05-07 20:00 Michał Górny
2022-05-06 20:03 Arthur Zamarin
2022-04-29 19:21 Sam James
2022-04-27 7:03 Agostino Sarubbo
2022-04-26 23:24 Sam James
2022-04-26 18:00 Arthur Zamarin
2022-04-26 17:39 Arthur Zamarin
2022-04-26 17:18 Arthur Zamarin
2022-04-26 17:08 Arthur Zamarin
2022-03-27 9:31 Michał Górny
2021-12-12 21:32 Michał Górny
2021-12-12 18:25 Sam James
2021-12-10 7:39 Agostino Sarubbo
2021-12-10 7:37 Agostino Sarubbo
2021-12-09 22:33 Arthur Zamarin
2021-12-09 22:21 Arthur Zamarin
2021-12-09 22:11 Arthur Zamarin
2021-12-09 21:35 Arthur Zamarin
2021-12-09 21:24 Sam James
2021-12-04 17:49 Sam James
2021-11-13 9:45 Arthur Zamarin
2021-11-04 5:49 Sam James
2021-10-03 14:22 Michał Górny
2021-10-02 18:39 Sam James
2021-09-30 18:18 Sam James
2021-09-26 7:28 Agostino Sarubbo
2021-09-26 5:01 Sam James
2021-09-25 19:56 Sam James
2021-09-25 19:53 Sam James
2021-09-21 21:37 James Le Cuirot
2021-09-06 23:42 Sam James
2021-08-24 6:59 Michał Górny
2021-08-20 19:42 Sam James
2021-08-20 7:17 Michał Górny
2021-08-20 7:17 Michał Górny
2021-08-20 6:00 Agostino Sarubbo
2021-08-20 5:59 Agostino Sarubbo
2021-08-19 21:12 Michał Górny
2021-06-25 19:36 Sam James
2021-06-15 13:25 Sam James
2021-06-15 5:25 Sam James
2021-06-15 3:48 Sam James
2021-06-11 20:09 Michał Górny
2021-06-10 14:02 Yixun Lan
2021-05-26 8:36 Michał Górny
2021-05-26 6:49 Agostino Sarubbo
2021-05-20 7:25 Michał Górny
2021-05-19 18:32 Michał Górny
2021-05-18 17:28 Sam James
2021-05-15 19:39 Sergei Trofimovich
2021-05-15 19:36 Sam James
2021-05-12 8:37 Michał Górny
2021-05-10 19:32 Michał Górny
2021-05-04 13:59 Michał Górny
2021-04-23 7:25 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-03-14 22:33 Sam James
2021-02-23 0:51 Michał Górny
2021-02-17 16:34 Michał Górny
2021-02-11 10:05 Michał Górny
2021-01-18 19:13 Michał Górny
2021-01-18 17:43 Sam James
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2021-01-01 0:59 Michał Górny
2020-12-21 21:43 Michał Górny
2020-12-21 21:28 Sam James
2020-12-19 8:59 Michał Górny
2020-12-10 10:15 Michał Górny
2020-12-10 10:15 Michał Górny
2020-11-21 20:54 Michał Górny
2020-11-04 5:32 Sam James
2020-08-22 18:53 Thomas Deutschmann
2020-08-22 10:10 Michał Górny
2020-08-05 15:18 Michał Górny
2020-07-29 10:20 Michał Górny
2020-07-12 16:57 Michał Górny
2020-07-09 7:58 Agostino Sarubbo
2020-06-26 10:10 Michał Górny
2020-06-03 6:41 Michał Górny
2020-05-04 12:34 Michał Górny
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-03-08 10:42 Agostino Sarubbo
2020-03-08 10:37 Agostino Sarubbo
2020-03-07 17:57 Sebastian Pipping
2020-02-03 20:46 Michał Górny
2019-12-29 8:53 David Seifert
2019-12-29 2:43 Aaron Bauman
2019-05-21 16:02 Stephen Klimaszewski
2018-10-15 21:24 Virgil Dupras
2018-03-30 18:35 Aaron Bauman
2017-05-02 16:41 Michał Górny
2017-02-28 13:11 Andrey Grozin
2017-01-21 18:54 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2016-08-09 11:43 Andrey Grozin
2016-05-28 11:20 Pacho Ramos
2015-10-15 9:21 Justin Lecher
2015-08-14 23:10 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1651869452.d87a3be1f1c702d7465fa8c437d0f6a8f489a16a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox