From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/
Date: Fri, 26 Feb 2021 08:30:23 +0000 (UTC) [thread overview]
Message-ID: <1614328183.c68aceaf0f3ae73616a57cb272a57ebac09bae19.mgorny@gentoo> (raw)
commit: c68aceaf0f3ae73616a57cb272a57ebac09bae19
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:23:53 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:29:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68aceaf
dev-python/croniter: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/croniter/Manifest | 4 ----
dev-python/croniter/croniter-0.3.30.ebuild | 29 -----------------------------
dev-python/croniter/croniter-0.3.37.ebuild | 28 ----------------------------
dev-python/croniter/croniter-1.0.1.ebuild | 28 ----------------------------
dev-python/croniter/croniter-1.0.5.ebuild | 28 ----------------------------
5 files changed, 117 deletions(-)
diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest
index 854931076fb..6a55e863f00 100644
--- a/dev-python/croniter/Manifest
+++ b/dev-python/croniter/Manifest
@@ -1,6 +1,2 @@
-DIST croniter-0.3.30.tar.gz 18122 BLAKE2B d15e19167eabf935ca12ad2b277b9b97459248c3a47982346070b4500b45f8296beeabf76c5ceb9bbff579ab2d713392c82446b234a6f4b4f6e8317adc67613d SHA512 1e7f5da56991281a16919abbb386a20a8437604bbe0e57d12726d5f19c1c038e9b320a900471b1d4dad9f5dfd0eeb85ced17232a4907e50025592a293a5a8ad1
-DIST croniter-0.3.37.tar.gz 29607 BLAKE2B dfa466f8557e47c282cf7a7399b1364dd272a313d40b4c9a57e60de9e4bd174312cec24126679994ddce3c320b24d89db4b4395736e344e2a3df5fd13188f7b2 SHA512 733412d6263d5261e05139861465602016925716abe04b82218b370e82ca7cdf7418113d911fe693fc7242fdb686580970b60609de28b3b7f4330a91c721a551
-DIST croniter-1.0.1.tar.gz 29720 BLAKE2B 74583e170bc2bcd504ea323a50f0421157dd2e064a8ffa6a3dd0098084f3d4fe86427373cfc851d8d859a08473e9ff1ae4b3c38a46fad5886534a9638cf1a2bb SHA512 2ea3e4f13c8b95c15249ae95c3295e80983cd1713a4d89b931da7f6f712809e4625916c231418d30f419b69caf9f0465cf3f0b5acc3d5468e8a43e1029cdf6cb
DIST croniter-1.0.2.tar.gz 29809 BLAKE2B d7e5b668f97f98efdf992de4dd92bbddd8197275557364516af5d74b8376260967b249723dfda1d835c60dd185612a45f6ed6447609c593ad108ae1b738cefc7 SHA512 6e4b593dbbb5e3e1ce9a25ad709a1970f22feb1d0a2bf7fa97b8cc3eb43fbe896a842f74b3fc3cd08e3d414767cc661bf5c5307a206c42e1f0de5776b2b24310
-DIST croniter-1.0.5.tar.gz 30254 BLAKE2B cfab37af5c3d750e1f2f902d68324af9276916ddd754d9952ac4af7e8f3388d642f0c878a390ea3916c63c3deb097275eb254e70c1f3d517ca97a64bc410ce87 SHA512 540e9b84df589c84775fb7129c297ac46a8187b51c4b53f22319a8a80fac888645533d27da2755c99651adb1899325f687833dcc0739b506b2e03a8ffa8226ed
DIST croniter-1.0.6.tar.gz 30489 BLAKE2B a3caf1d0606dbec7a978e5089b08bf6edb13533524f5a3f1639483547b14a83f099276f4c63e9b84031202c088a8237326f70ecaca0bf3503f4a33173ce0d358 SHA512 1ca37c7dbd6a7365db112ccd474d76babc890aad1e2c341677be13c4f4e28a98219266efc065442e2077588a36b60c01d8e2996f0a32def690cf49e2c7c584bc
diff --git a/dev-python/croniter/croniter-0.3.30.ebuild b/dev-python/croniter/croniter-0.3.30.ebuild
deleted file mode 100644
index 3e938cde0b9..00000000000
--- a/dev-python/croniter/croniter-0.3.30.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python module to provide iteration for datetime object"
-HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- )"
-RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
-python_test() {
- py.test -v src/croniter/tests || die "tests failed"
-}
diff --git a/dev-python/croniter/croniter-0.3.37.ebuild b/dev-python/croniter/croniter-0.3.37.ebuild
deleted file mode 100644
index b8a5a340989..00000000000
--- a/dev-python/croniter/croniter-0.3.37.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python module to provide iteration for datetime object"
-HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/natsort[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/croniter/croniter-1.0.1.ebuild b/dev-python/croniter/croniter-1.0.1.ebuild
deleted file mode 100644
index 938d4005ac6..00000000000
--- a/dev-python/croniter/croniter-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python module to provide iteration for datetime object"
-HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/natsort[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
diff --git a/dev-python/croniter/croniter-1.0.5.ebuild b/dev-python/croniter/croniter-1.0.5.ebuild
deleted file mode 100644
index 872a3960c97..00000000000
--- a/dev-python/croniter/croniter-1.0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module to provide iteration for datetime object"
-HOMEPAGE="https://github.com/kiorky/croniter https://pypi.org/project/croniter/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/future[${PYTHON_USEDEP}]
- dev-python/natsort[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
next reply other threads:[~2021-02-26 8:30 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 8:30 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 21:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/ Zac Medico
2025-01-04 12:40 Michał Górny
2025-01-04 12:40 Michał Górny
2025-01-04 12:28 Sam James
2024-12-18 7:27 Michał Górny
2024-11-16 8:19 Michał Górny
2024-11-16 8:09 Michał Górny
2024-11-09 11:02 Michał Górny
2024-11-09 10:23 Arthur Zamarin
2024-10-30 3:41 Michał Górny
2024-10-28 18:15 Michał Górny
2024-10-25 14:15 Michał Górny
2024-08-17 7:51 Michał Górny
2024-08-17 7:43 Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-07-27 5:52 Michał Górny
2024-07-26 1:57 Michał Górny
2024-07-23 20:06 Michał Górny
2024-07-17 4:11 Michał Górny
2024-05-18 16:10 Michał Górny
2024-05-08 8:15 Michał Górny
2024-05-08 7:50 Michał Górny
2024-04-21 2:35 Michał Górny
2024-04-06 12:41 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-03-19 20:09 Michał Górny
2024-03-16 12:08 Michał Górny
2024-03-16 11:21 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2023-11-24 14:28 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-11 16:49 Michał Górny
2023-10-10 18:11 Michał Górny
2023-06-27 11:50 Michał Górny
2023-06-16 4:05 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-09 5:26 Michał Górny
2023-05-09 4:09 Arthur Zamarin
2023-04-13 6:04 Michał Górny
2023-04-08 5:13 Michał Górny
2023-03-16 3:47 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-23 8:41 Michał Górny
2022-10-10 20:22 Michał Górny
2022-10-10 19:54 Sam James
2022-09-09 7:23 Arthur Zamarin
2022-06-16 19:12 Michał Górny
2022-06-16 15:15 Sam James
2022-05-15 6:39 Michał Górny
2022-03-21 8:54 Michał Górny
2022-03-21 7:47 Agostino Sarubbo
2022-02-18 15:08 Arthur Zamarin
2022-02-18 15:08 Arthur Zamarin
2022-02-18 10:59 Arthur Zamarin
2022-02-17 21:48 Michał Górny
2022-02-17 21:02 Arthur Zamarin
2022-02-15 23:09 Michał Górny
2022-01-14 18:28 Arthur Zamarin
2022-01-03 22:30 Michał Górny
2022-01-03 19:23 Jakov Smolić
2021-12-04 5:36 Michał Górny
2021-10-11 8:35 Marek Szuba
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-06-25 22:29 Michał Górny
2021-06-05 13:34 Michał Górny
2021-05-07 8:47 Michał Górny
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-14 7:19 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:06 Sam James
2021-04-07 23:11 Michał Górny
2021-03-26 12:37 Michał Górny
2021-03-24 8:03 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-03-06 17:45 Michał Górny
2021-03-03 7:36 Michał Górny
2021-02-02 8:39 Michał Górny
2021-01-29 19:31 Michał Górny
2021-01-24 1:04 Sam James
2021-01-20 9:27 Michał Górny
2021-01-20 9:27 Michał Górny
2021-01-06 21:23 Michał Górny
2020-12-31 19:14 Michał Górny
2020-10-07 0:06 Zac Medico
2020-07-08 16:35 Michał Górny
2020-07-08 16:35 Michał Górny
2020-03-26 17:17 Michał Górny
2020-02-05 5:18 Michał Górny
2019-05-29 18:02 Zac Medico
2019-05-11 19:48 Matthew Thode
2019-04-12 22:47 Matthew Thode
2018-12-01 23:33 Zac Medico
2018-12-01 23:04 Zac Medico
2017-09-29 23:32 Matt Thode
2017-08-30 22:07 Matt Thode
2017-03-15 7:25 Zac Medico
2017-03-15 7:20 Zac Medico
2017-03-15 7:20 Zac Medico
2016-11-06 21:39 Matt Thode
2016-11-06 21:39 Matt Thode
2016-02-11 5:07 Zac Medico
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=1614328183.c68aceaf0f3ae73616a57cb272a57ebac09bae19.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