commit:     b8f040e84eca46a68771da76d70bb835e2f95aae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 03:57:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 05:57:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f040e8

dev-python/watchdog: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/watchdog/Manifest              |  1 -
 dev-python/watchdog/watchdog-2.3.1.ebuild | 50 -------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-python/watchdog/Manifest b/dev-python/watchdog/Manifest
index 516ac47d30f9..5f0af5e41a61 100644
--- a/dev-python/watchdog/Manifest
+++ b/dev-python/watchdog/Manifest
@@ -1,2 +1 @@
-DIST watchdog-2.3.1.tar.gz 123140 BLAKE2B 
a49307b890b9f69eda760c6285d325fddc7281347740b36d7c840a5e28ef496498420c21424f1553bf1dc0d47a928194720ef1ae542e7c0f6f58085760c2e8f5
 SHA512 
a492c818fcc8b21ca4052fecafdf6b4d00f441034d73b10464fc9c09a89d539acd8304e591ded96e5d992e2c9455be018373ba4f06a33b047e606c083f9061e8
 DIST watchdog-3.0.0.tar.gz 124593 BLAKE2B 
bc8135dcbe9b1000fb7befc85ebf62518222b0470676cf94aabbe8f871bb05064a46ae4d11ce34f8030d35268c073fe82757b911e3983a8b683ffbd09227395c
 SHA512 
fa1421b01af99d7fa676c9077b2330ead17c004d9bb9e9edd78d4bbf87cf41624ecd669ca48613d99be2109373bbab4e004b69665d2ca42e082573e4740c13d0

diff --git a/dev-python/watchdog/watchdog-2.3.1.ebuild 
b/dev-python/watchdog/watchdog-2.3.1.ebuild
deleted file mode 100644
index 14e70cce80f3..000000000000
--- a/dev-python/watchdog/watchdog-2.3.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Python API and shell utilities to monitor file system events"
-HOMEPAGE="
-       https://github.com/gorakhargosh/watchdog/
-       https://pypi.org/project/watchdog/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e '/--cov/d' -i setup.cfg || die
-       default
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # known flaky
-               tests/test_emitter.py::test_close
-               # requires root powers via sudo (yes, seriously)
-               
tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem
-       )
-
-       epytest -p no:django
-}
-
-pkg_postinst() {
-       optfeature "Bash completion" dev-python/argcomplete
-}

Reply via email to