Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/APScheduler/
Date: Fri, 15 May 2020 06:40:51
Message-Id: 1589524827.acf68593c32c109dd535968bb273ebee0513a443.zmedico@gentoo
1 commit: acf68593c32c109dd535968bb273ebee0513a443
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 15 06:40:27 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri May 15 06:40:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf68593
7
8 gentoo/dev-python: Remove old version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/APScheduler/APScheduler-3.5.3.ebuild | 68 -------------------------
14 dev-python/APScheduler/Manifest | 1 -
15 2 files changed, 69 deletions(-)
16
17 diff --git a/dev-python/APScheduler/APScheduler-3.5.3.ebuild b/dev-python/APScheduler/APScheduler-3.5.3.ebuild
18 deleted file mode 100644
19 index 0f91a4ff2f2..00000000000
20 --- a/dev-python/APScheduler/APScheduler-3.5.3.ebuild
21 +++ /dev/null
22 @@ -1,68 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -PYTHON_COMPAT=( python3_6 )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="In-process task scheduler with Cron-like capabilities"
32 -HOMEPAGE="https://github.com/agronholm/apscheduler"
33 -SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE="test"
39 -RESTRICT="!test? ( test )"
40 -
41 -RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
42 - dev-python/setuptools[${PYTHON_USEDEP}]
43 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
44 - >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}]"
45 -DEPEND="${RDEPEND}
46 - test? (
47 - dev-python/pytest[${PYTHON_USEDEP}]
48 - )"
49 -
50 -# Tests that are known to fail (some may be triggered by network-sandbox).
51 -test_failures=(
52 - test_add_class_method_job
53 - test_add_instance_method_job
54 - test_add_job_conflicting_id
55 - test_asyncio_executor_shutdown
56 - test_get_all_jobs
57 - test_get_next_run_time
58 - test_get_pending_jobs
59 - test_get_pending_jobs_subsecond_difference
60 - test_lookup_job
61 - test_lookup_nonexistent_job
62 - test_one_job_fails_to_load
63 - test_remove_all_jobs
64 - test_remove_job
65 - test_remove_nonexistent_job
66 - test_repr_mongodbjobstore
67 - test_repr_redisjobstore
68 - test_repr_zookeeperjobstore
69 - test_run_coroutine_job
70 - test_run_coroutine_job_tornado
71 - test_update_job
72 - test_update_job_clear_next_runtime
73 - test_update_job_next_runtime
74 - test_update_job_nonexistent_job
75 - test_zookeeper_client_keep_open
76 - test_zookeeper_client_ref
77 -)
78 -
79 -python_prepare_all() {
80 - sed -i -e /setuptools_scm/d setup.py || die
81 - while read -r -d ''; do
82 - sed -Ee "s:$(echo "${test_failures[@]}"| sed 's: :|:g'):_\\0:" -i "${REPLY}" || die
83 - done < <(grep -rElZ "$(echo "${test_failures[@]}"| sed 's: :|:g')" "${S}")
84 -
85 - distutils-r1_python_prepare_all
86 -}
87 -
88 -python_test() {
89 - py.test || die "Testing failed with ${EPYTHON}"
90 -}
91
92 diff --git a/dev-python/APScheduler/Manifest b/dev-python/APScheduler/Manifest
93 index 2517ace88e7..905d6cd4dc4 100644
94 --- a/dev-python/APScheduler/Manifest
95 +++ b/dev-python/APScheduler/Manifest
96 @@ -1,2 +1 @@
97 -DIST APScheduler-3.5.3.tar.gz 95527 BLAKE2B 3d1bb49a497781d017e2fbd47176186f6449650500c57a141a114f6c610081b9d85553793f9c9f00422d3a299c26c292ab667cfe3866c381bcbf39161133b615 SHA512 dd3e98d0f474511851bdc109a1c65f7f97d221f95d086603d12b3f280285460234724369f05816e1754d58d94adadbec0deb8a0fa63fcd6531914d4a1f4fb3fc
98 DIST APScheduler-3.6.3.tar.gz 96309 BLAKE2B 6dcd49ec3ebe4f815a7fd2594c438dfe99d9de720a4319a3c7c202deba1235740e478357dd78ef74ec3610652b23a58f23c1188fcddb3b2e48b160895f3ed06a SHA512 4c348a4f37a7973633554a69635f334b3c293c8942fe853b309b4b65335f5d4d553d7d42fd4661b0e6a36f5e97446d296a2c8971bdb51dad3bc8ee6b6d3b20ba