From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/APScheduler/
Date: Fri, 15 May 2020 06:40:46 +0000 (UTC) [thread overview]
Message-ID: <1589524827.acf68593c32c109dd535968bb273ebee0513a443.zmedico@gentoo> (raw)
commit: acf68593c32c109dd535968bb273ebee0513a443
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 06:40:27 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 15 06:40:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf68593
gentoo/dev-python: Remove old version
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/APScheduler/APScheduler-3.5.3.ebuild | 68 -------------------------
dev-python/APScheduler/Manifest | 1 -
2 files changed, 69 deletions(-)
diff --git a/dev-python/APScheduler/APScheduler-3.5.3.ebuild b/dev-python/APScheduler/APScheduler-3.5.3.ebuild
deleted file mode 100644
index 0f91a4ff2f2..00000000000
--- a/dev-python/APScheduler/APScheduler-3.5.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="https://github.com/agronholm/apscheduler"
-SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-# Tests that are known to fail (some may be triggered by network-sandbox).
-test_failures=(
- test_add_class_method_job
- test_add_instance_method_job
- test_add_job_conflicting_id
- test_asyncio_executor_shutdown
- test_get_all_jobs
- test_get_next_run_time
- test_get_pending_jobs
- test_get_pending_jobs_subsecond_difference
- test_lookup_job
- test_lookup_nonexistent_job
- test_one_job_fails_to_load
- test_remove_all_jobs
- test_remove_job
- test_remove_nonexistent_job
- test_repr_mongodbjobstore
- test_repr_redisjobstore
- test_repr_zookeeperjobstore
- test_run_coroutine_job
- test_run_coroutine_job_tornado
- test_update_job
- test_update_job_clear_next_runtime
- test_update_job_next_runtime
- test_update_job_nonexistent_job
- test_zookeeper_client_keep_open
- test_zookeeper_client_ref
-)
-
-python_prepare_all() {
- sed -i -e /setuptools_scm/d setup.py || die
- while read -r -d ''; do
- sed -Ee "s:$(echo "${test_failures[@]}"| sed 's: :|:g'):_\\0:" -i "${REPLY}" || die
- done < <(grep -rElZ "$(echo "${test_failures[@]}"| sed 's: :|:g')" "${S}")
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- py.test || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/APScheduler/Manifest b/dev-python/APScheduler/Manifest
index 2517ace88e7..905d6cd4dc4 100644
--- a/dev-python/APScheduler/Manifest
+++ b/dev-python/APScheduler/Manifest
@@ -1,2 +1 @@
-DIST APScheduler-3.5.3.tar.gz 95527 BLAKE2B 3d1bb49a497781d017e2fbd47176186f6449650500c57a141a114f6c610081b9d85553793f9c9f00422d3a299c26c292ab667cfe3866c381bcbf39161133b615 SHA512 dd3e98d0f474511851bdc109a1c65f7f97d221f95d086603d12b3f280285460234724369f05816e1754d58d94adadbec0deb8a0fa63fcd6531914d4a1f4fb3fc
DIST APScheduler-3.6.3.tar.gz 96309 BLAKE2B 6dcd49ec3ebe4f815a7fd2594c438dfe99d9de720a4319a3c7c202deba1235740e478357dd78ef74ec3610652b23a58f23c1188fcddb3b2e48b160895f3ed06a SHA512 4c348a4f37a7973633554a69635f334b3c293c8942fe853b309b4b65335f5d4d553d7d42fd4661b0e6a36f5e97446d296a2c8971bdb51dad3bc8ee6b6d3b20ba
next reply other threads:[~2020-05-15 6:40 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 6:40 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 8:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/apscheduler/ Arthur Zamarin
2024-11-25 4:02 Michał Górny
2024-11-22 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/APScheduler/ Michał Górny
2023-10-29 5:28 Michał Górny
2023-10-29 5:28 Michał Górny
2023-08-20 2:30 Michał Górny
2023-08-14 14:55 Michał Górny
2023-08-13 19:00 Arthur Zamarin
2023-03-04 5:48 Michał Górny
2023-02-01 4:57 Michał Górny
2023-01-31 16:58 Michał Górny
2022-06-04 17:39 Michał Górny
2022-05-16 12:55 Michał Górny
2022-02-28 8:28 Michał Górny
2022-02-24 22:00 Michał Górny
2021-10-26 4:51 Zac Medico
2021-05-23 10:48 Michał Górny
2021-03-15 2:55 Sam James
2020-10-12 18:36 Zac Medico
2020-05-15 6:39 Zac Medico
2020-03-26 11:16 Michał Górny
2018-12-03 12:03 Virgil Dupras
2018-11-27 7:19 Zac Medico
2018-11-26 14:10 Zac Medico
2018-11-26 14:01 Zac Medico
2018-11-26 13:56 Zac Medico
2018-04-14 17:42 Zac Medico
2017-05-08 3:28 Zac Medico
2017-05-07 16:46 Mike Gilbert
2017-05-04 7:27 Zac Medico
2016-10-19 1:04 Zac Medico
2016-10-17 23:49 Zac Medico
2016-05-11 20:33 Mike Gilbert
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=1589524827.acf68593c32c109dd535968bb273ebee0513a443.zmedico@gentoo \
--to=zmedico@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