repo/gentoo:master commit in: dev-python/tempora/

Michał Górny <[email protected]> Wed, 05 Aug 2026 09:17:04 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785921335.5a3cebf2e05cd2ad85810b44251df94db9ccb74e.mgorny@gentoo>
commit:     5a3cebf2e05cd2ad85810b44251df94db9ccb74e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 09:15:35 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 09:15:35 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3cebf2

dev-python/tempora: Remove old

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

 dev-python/tempora/Manifest              |  1 -
 dev-python/tempora/tempora-5.10.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
index eae96a167958..0bf2f6b70667 100644
--- a/dev-python/tempora/Manifest
+++ b/dev-python/tempora/Manifest
@@ -1,3 +1,2 @@
-DIST tempora-5.10.0.tar.gz 18902 BLAKE2B a15b9270de675933767ff4f609417c548e27734e056e43b650d2b4d1d6f69124a14942e04fb8a057e229ee8c327fb7a9ecd7d886c9d36aa3bdf94ea6558fc88b SHA512 03444c55810bd5b46e97a1a0698e5b070aaffaf5679541cfd83f7713f3fee22eb33da680d1fc165c8805d3fb9c12edd0b74ca28be8843a9d3838cd1b575efaf9
 DIST tempora-5.12.0.tar.gz 20481 BLAKE2B f35bfc71a1b78e83b7b3e7cf888a84f02be96f113a56c7457ce3f8f29709abd251b292400d24c918bed57b44bbf3682ad420b99140d05b91b05b1cdbec8778bf SHA512 3dc04ca741a86aeae6c0b6d465bf95bcfe41b7fc1c328fd1ad00df9af567d93dcf81b1a8f3953f043739e6cbaef7c9660a14c899db16a3ed8c636a69d01dca55
 DIST tempora-5.9.0.tar.gz 24490 BLAKE2B 94107a16e7f56188b156e305cf4ca57574684eae92ab4d97cdc4ca8b610f8e44d9fc589af2fcb3a0f17a4188739e90a9112dd8d1fbe6d00bd8c3b6adf3263c61 SHA512 f515a35345968b765d7bd61d6828d9e1761d2b9ab8915015804597e9f4204942da3801de01e80ab1ed93be604bd4011f650a8bd970f09c14abad3e4af8e586eb

diff --git a/dev-python/tempora/tempora-5.10.0.ebuild b/dev-python/tempora/tempora-5.10.0.ebuild
deleted file mode 100644
index ea18984cc8a2..000000000000
--- a/dev-python/tempora/tempora-5.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit-core
-PYTHON_COMPAT=( python3_{12..15} python3_{14..15}t )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Objects and routines pertaining to date and time"
-HOMEPAGE="
-	https://github.com/jaraco/tempora/
-	https://pypi.org/project/tempora/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-	>=dev-python/jaraco-collections-5.2.1[${PYTHON_USEDEP}]
-	dev-python/jaraco-context[${PYTHON_USEDEP}]
-	>=dev-python/jaraco-functools-4.2[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( pytest-freezer )
-distutils_enable_tests pytest