commit:     8f3e707a67022d6950441828ac17ad896cd52268
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 18:39:41 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 07:03:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3e707a

dev-python/watchgod: Remove old

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

 dev-python/watchgod/Manifest            |  1 -
 dev-python/watchgod/watchgod-0.7.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
index 1a53095d71cc..8a8555ac2c7b 100644
--- a/dev-python/watchgod/Manifest
+++ b/dev-python/watchgod/Manifest
@@ -1,3 +1,2 @@
-DIST watchgod-0.7.gh.tar.gz 14362 BLAKE2B 
0c16b7ef2a7e1d0ca2c9d27b1503a9710662364318d5021e916aabf90c8f917b0bf69559a545658f839953832edc579b0014a0736b3b155f097d1d29c2e4b4f7
 SHA512 
afa225b30cf796ce95861c61fbe8eb22ed72011522de53d53c41148311793db10e41b66e9eb1237c4372f142edaec992de79715c568e435ddb1695666be1cdd8
 DIST watchgod-0.8.1.gh.tar.gz 15414 BLAKE2B 
237b03a08b053f6979b884a02818b8651ce7415dbd08a848c2d754361c3f9aaf315db2b352a8f159f6245f2db92ea2f5485daacfb8924edcc361049f307467bb
 SHA512 
a30ac1093df1e26ce78bbc09f5b1155cd5a9becad13da54ab3009012a5630404bb94695474be05133ad3e57c1727743efc408235a19a25f276265d752f0624cc
 DIST watchgod-0.8.gh.tar.gz 15354 BLAKE2B 
1325f452593e54e8cc40eca0fc9867aff0c93d89de767b9512508fee02efe94e43284b30c316b2cce31a15acc2ee9ff19ca7f9cc6fb46cfffdb0458e502d85ca
 SHA512 
0e86d9dd3eba0cd3aaeccc009ebdba8528ba23d63ad19ff789dffda075b4a01c32be0dfabf38f15e7966bc09e7fb5ae3a94a9dd89a55358a95622aaf5cad0947

diff --git a/dev-python/watchgod/watchgod-0.7.ebuild 
b/dev-python/watchgod/watchgod-0.7.ebuild
deleted file mode 100644
index 563cc8deb366..000000000000
--- a/dev-python/watchgod/watchgod-0.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Simple, modern file watching and code reload in Python"
-HOMEPAGE="
-       https://pypi.org/project/watchgod/
-       https://github.com/samuelcolvin/watchgod/";
-SRC_URI="
-       https://github.com/samuelcolvin/watchgod/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-toolbox[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       # flaky test on slow systems, 
https://github.com/samuelcolvin/watchgod/issues/84
-       tests/test_watch.py::test_awatch_log
-)
-
-src_prepare() {
-       # increase timeout
-       sed -e '/sleep/s/0.01/1.0/' -i tests/test_watch.py || die
-
-       distutils-r1_src_prepare
-}

Reply via email to